latex_curriculum_vitae 1.2.2 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +35 -28
  4. data/History.rdoc +14 -0
  5. data/LICENSE.rdoc +1 -1
  6. data/Manifest.txt +0 -8
  7. data/README.rdoc +10 -8
  8. data/Rakefile +5 -4
  9. data/bin/latexcv.rb +7 -4
  10. data/data/latex_curriculum_vitae/Appendix/Bibliography/bibliography1.bib +0 -4
  11. data/data/latex_curriculum_vitae/Cover/Cover.tex +6 -25
  12. data/data/latex_curriculum_vitae/Motivational_Letter/bwanschreiben.tex +11 -18
  13. data/data/latex_curriculum_vitae/Resume/cv_10.tex +71 -77
  14. data/data/latex_curriculum_vitae/Resume/friggeri-cv.cls +26 -11
  15. data/etc/latex_curriculum_vitae.cfg +5 -1
  16. data/etc/personal_data.tex +1 -1
  17. data/lib/latex_curriculum_vitae/cover.rb +1 -2
  18. data/lib/latex_curriculum_vitae/cv.rb +2 -1
  19. data/lib/latex_curriculum_vitae/email.rb +26 -18
  20. data/lib/latex_curriculum_vitae/entityfile.rb +26 -5
  21. data/lib/latex_curriculum_vitae/get-config.rb +11 -5
  22. data/lib/latex_curriculum_vitae/letter.rb +3 -1
  23. data/lib/latex_curriculum_vitae/notifier.rb +2 -1
  24. data/lib/latex_curriculum_vitae/outfile.rb +11 -5
  25. data/lib/latex_curriculum_vitae.rb +18 -7
  26. metadata +19 -13
  27. data/data/latex_curriculum_vitae/Resume/cv_10.aux +0 -43
  28. data/data/latex_curriculum_vitae/Resume/cv_10.bbl +0 -1238
  29. data/data/latex_curriculum_vitae/Resume/cv_10.bcf +0 -2273
  30. data/data/latex_curriculum_vitae/Resume/cv_10.blg +0 -82
  31. data/data/latex_curriculum_vitae/Resume/cv_10.out +0 -0
  32. data/data/latex_curriculum_vitae/Resume/cv_10.pdf +0 -0
  33. data/data/latex_curriculum_vitae/Resume/cv_10.run.xml +0 -86
  34. data/lib/latex_curriculum_vitae/glade/latexcv.glade +0 -249
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab75ff0c4a57dffce010b271ab1e247576f7745e
4
- data.tar.gz: bea5f0d99c55d7bc650e1c1c7632e7b56997df22
3
+ metadata.gz: 8acbd143041117803f88e487b55c96aeddb5263e
4
+ data.tar.gz: 54174c8fe85d3c07983a638ee285bd8459d88957
5
5
  SHA512:
6
- metadata.gz: a9b4e176bff6fa091b8ccf18bcc2acbdc1aa271f5e3ad16696285998568fbbf9ec9e316d936a7bbb52b932e4591ef5642fff4457da16ba7daf4080f306558e6c
7
- data.tar.gz: 507481664796fd89659ae8481ae5aa1c6b412489f1a6365e4e7d51c259280760da1514c7018bcb45402ef02801da9ee4ea82ef189dde07b999493b689d3670d5
6
+ metadata.gz: 58145b3113a93b29aec0e5b6713ab9b03dbd01e217716e0deb89eb66ebfac7004fcfd8c2ad4b4d9d3ebfeae7d66e8ab8263e7b8267f413217f2a0e75b4961d1b
7
+ data.tar.gz: 8c65ef6287f7db87c989684d459b4f3d5fcfee4b31ddb8f569e893ed3994fd13dc84db1a83fa0d367e898f7ecfa9511ba31ef7f08780b91f26c975263bcf45dd
data/Gemfile CHANGED
@@ -8,6 +8,7 @@ gem "setup", "~>5.2"
8
8
  gem "notifier", "~>0.5"
9
9
  gem "pony", "~>1.11"
10
10
  gem "combine_pdf", "~>0.2"
11
+ gem "url_shortener", "~>0.0.9"
11
12
 
12
13
  gem "hoe-highline", "~>0.2", :group => [:development, :test]
13
14
  gem "hoe-bundler", "~>1.3", :group => [:development, :test]
data/Gemfile.lock CHANGED
@@ -9,26 +9,27 @@ GEM
9
9
  bundler-audit (0.5.0)
10
10
  bundler (~> 1.2)
11
11
  thor (~> 0.18)
12
- codeclimate-engine-rb (0.3.1)
12
+ codeclimate-engine-rb (0.4.0)
13
13
  virtus (~> 1.0)
14
14
  coercible (1.0.0)
15
15
  descendants_tracker (~> 0.0.1)
16
- combine_pdf (0.2.31)
16
+ combine_pdf (0.2.34)
17
17
  ruby-rc4 (>= 0.1.5)
18
- coveralls (0.8.15)
18
+ coveralls (0.8.19)
19
19
  json (>= 1.8, < 3)
20
20
  simplecov (~> 0.12.0)
21
21
  term-ansicolor (~> 1.3)
22
22
  thor (~> 0.19.1)
23
- tins (>= 1.6.0, < 2)
23
+ tins (~> 1.6)
24
24
  descendants_tracker (0.0.4)
25
25
  thread_safe (~> 0.3, >= 0.3.1)
26
- diff-lcs (1.2.5)
26
+ diff-lcs (1.3)
27
27
  docile (1.1.5)
28
28
  equalizer (0.0.11)
29
+ hashie (1.2.0)
29
30
  highline (1.7.8)
30
- hoe (3.15.2)
31
- rake (>= 0.8, < 12.0)
31
+ hoe (3.16.0)
32
+ rake (>= 0.8, < 13.0)
32
33
  hoe-bundler (1.3.0)
33
34
  hoe (>= 2.2.0)
34
35
  hoe-doofus (1.0.0)
@@ -36,41 +37,43 @@ GEM
36
37
  hoe-highline (0.2.1)
37
38
  highline (~> 1.6)
38
39
  hoe (~> 3.11)
39
- hoe-manns (1.6.0)
40
- bundler-audit (~> 0.4)
40
+ hoe-manns (1.6.1)
41
+ bundler-audit (~> 0.5)
41
42
  parseconfig (~> 1.0)
42
43
  rainbow (~> 2.1)
43
- hoe-reek (1.1.6)
44
+ hoe-reek (1.1.7)
44
45
  bundler (~> 1.11)
45
46
  reek (~> 4.4)
46
- hoe-rubocop (1.0.6)
47
+ hoe-rubocop (1.0.7)
47
48
  bundler (~> 1.11)
48
- hoe (~> 3.14)
49
- rubocop (~> 0.37)
49
+ rubocop (~> 0.42)
50
50
  hoe-rubygems (1.0.0)
51
51
  hoe-seattlerb (1.3.5)
52
52
  hoe-version (1.2.0)
53
+ httparty (0.13.7)
54
+ json (~> 1.8)
55
+ multi_xml (>= 0.5.2)
53
56
  ice_nine (0.11.2)
54
- json (1.8.3)
57
+ json (1.8.6)
55
58
  mail (2.6.4)
56
59
  mime-types (>= 1.16, < 4)
57
60
  mime-types (3.1)
58
61
  mime-types-data (~> 3.2015)
59
62
  mime-types-data (3.2016.0521)
63
+ multi_xml (0.6.0)
60
64
  notifier (0.5.2)
61
65
  parseconfig (1.0.8)
62
- parser (2.3.1.4)
66
+ parser (2.4.0.0)
63
67
  ast (~> 2.2)
64
68
  pony (1.11)
65
69
  mail (>= 2.0)
66
70
  powerpack (0.1.1)
67
- rainbow (2.1.0)
71
+ rainbow (2.2.1)
68
72
  rake (11.3.0)
69
- rdoc (4.2.2)
70
- json (~> 1.4)
71
- reek (4.4.2)
72
- codeclimate-engine-rb (~> 0.3.1)
73
- parser (~> 2.3.1, >= 2.3.1.2)
73
+ rdoc (4.3.0)
74
+ reek (4.5.6)
75
+ codeclimate-engine-rb (~> 0.4.0)
76
+ parser (>= 2.3.1.2, < 2.5)
74
77
  rainbow (~> 2.0)
75
78
  rspec (3.5.0)
76
79
  rspec-core (~> 3.5.0)
@@ -85,8 +88,8 @@ GEM
85
88
  diff-lcs (>= 1.2.0, < 2.0)
86
89
  rspec-support (~> 3.5.0)
87
90
  rspec-support (3.5.0)
88
- rubocop (0.43.0)
89
- parser (>= 2.3.1.1, < 3.0)
91
+ rubocop (0.47.1)
92
+ parser (>= 2.3.3.1, < 3.0)
90
93
  powerpack (~> 0.1)
91
94
  rainbow (>= 1.99.1, < 3.0)
92
95
  ruby-progressbar (~> 1.7)
@@ -101,10 +104,13 @@ GEM
101
104
  simplecov-html (0.10.0)
102
105
  term-ansicolor (1.4.0)
103
106
  tins (~> 1.0)
104
- thor (0.19.1)
105
- thread_safe (0.3.5)
106
- tins (1.12.0)
107
- unicode-display_width (1.1.1)
107
+ thor (0.19.4)
108
+ thread_safe (0.3.6)
109
+ tins (1.13.2)
110
+ unicode-display_width (1.1.3)
111
+ url_shortener (0.0.9)
112
+ hashie (~> 1.2.0)
113
+ httparty (~> 0.13.7)
108
114
  virtus (1.0.5)
109
115
  axiom-types (~> 0.1)
110
116
  coercible (~> 1.0)
@@ -138,6 +144,7 @@ DEPENDENCIES
138
144
  rspec (~> 3.5)
139
145
  setup (~> 5.2)
140
146
  simplecov (~> 0.12)
147
+ url_shortener (~> 0.0.9)
141
148
 
142
149
  BUNDLED WITH
143
- 1.13.3
150
+ 1.13.6
data/History.rdoc CHANGED
@@ -1,3 +1,17 @@
1
+ === 1.3.1 / 2017-02-23
2
+
3
+ * 1 minor enhancement
4
+
5
+ * updated dependencies and docs
6
+
7
+ === 1.3.0 / 2016-10-13
8
+
9
+ * 3 major enhancements
10
+
11
+ * added bitly_user and bitly_apikey to config (LCV-4 URL of job offer)
12
+ * added method for shorting urls (LCV-4 URL of job offer)
13
+ * Mailer Pony now uses TLS with Port 587
14
+
1
15
  === 1.2.2 / 2016-10-12
2
16
 
3
17
  * 2 minor enhancement
data/LICENSE.rdoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  (The MIT License)
4
4
 
5
- Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
5
+ Copyright (c) 2015-2016 Sascha Manns <Sascha.Manns@mailbox.org>
6
6
 
7
7
  Permission is hereby granted, free of charge, to any person obtaining
8
8
  a copy of this software and associated documentation files (the
data/Manifest.txt CHANGED
@@ -55,13 +55,6 @@ data/latex_curriculum_vitae/Pictures/linkedin.png
55
55
  data/latex_curriculum_vitae/Pictures/signatur.png
56
56
  data/latex_curriculum_vitae/Pictures/twitter.png
57
57
  data/latex_curriculum_vitae/Pictures/xing.png
58
- data/latex_curriculum_vitae/Resume/cv_10.aux
59
- data/latex_curriculum_vitae/Resume/cv_10.bbl
60
- data/latex_curriculum_vitae/Resume/cv_10.bcf
61
- data/latex_curriculum_vitae/Resume/cv_10.blg
62
- data/latex_curriculum_vitae/Resume/cv_10.out
63
- data/latex_curriculum_vitae/Resume/cv_10.pdf
64
- data/latex_curriculum_vitae/Resume/cv_10.run.xml
65
58
  data/latex_curriculum_vitae/Resume/cv_10.tex
66
59
  data/latex_curriculum_vitae/Resume/friggeri-cv.cls
67
60
  data/latex_curriculum_vitae/Resume/missfont.log
@@ -73,7 +66,6 @@ lib/latex_curriculum_vitae/cv.rb
73
66
  lib/latex_curriculum_vitae/email.rb
74
67
  lib/latex_curriculum_vitae/entityfile.rb
75
68
  lib/latex_curriculum_vitae/get-config.rb
76
- lib/latex_curriculum_vitae/glade/latexcv.glade
77
69
  lib/latex_curriculum_vitae/letter.rb
78
70
  lib/latex_curriculum_vitae/notifier.rb
79
71
  lib/latex_curriculum_vitae/outfile.rb
data/README.rdoc CHANGED
@@ -1,9 +1,9 @@
1
1
  = latex_curriculum_vitae
2
2
 
3
- home :: http://saigkill.github.io
3
+ home :: http://saigkill.tuxfamily.org
4
4
  code :: https://github.com/saigkill/latex_curriculum_vitae
5
- docs :: https://saigkill.github.io/docs/latex_curriculum_vitae/index
6
- bugs :: https://saigkill.myjetbrains.com/youtrack/issues
5
+ docs :: https://saigkill.tuxfamily.org/dotclear/docs/latex_curriculum_vitae/en-US/html/index.html
6
+ bugs :: https://github.com/saigkill/latex_curriculum_vitae/issues
7
7
  openhub statistics :: https://www.openhub.net/p/latex_curriculum_vitae
8
8
  min. rubyver :: 2.2.0
9
9
  license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://gitlab.com/saigkill/latex_curriculum_vitae/blob/master/LICENSE.rdoc]
@@ -17,7 +17,7 @@ code quailty :: {<img src="https://api.codacy.com/project/badge/Grade/c62d870ee3
17
17
  dependency check :: {<img src="https://gemnasium.com/saigkill/latex_curriculum_vitae.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/latex_curriculum_vitae]
18
18
  documentation quality :: {<img src="http://inch-ci.org/github/saigkill/latex_curriculum_vitae.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/latex_curriculum_vitae]
19
19
  donations :: {<img src="https://pledgie.com/campaigns/30094.png?skin_name=chrome" alt="Build Status" />}[https://pledgie.com/campaigns/30094]
20
- donations :: {<img src="http://tsv-neuss.de/cms/upload/News-Bilder/amazon1.png" alt="Build Status" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
20
+ donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Build Status" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
21
21
 
22
22
  == DESCRIPTION:
23
23
 
@@ -38,7 +38,7 @@ in your home directory. Also it generates an email with a standard content, whic
38
38
 
39
39
  The resulting PDF and the CSV file are placed in /home/You/.latex_curriculum_vitae.
40
40
 
41
- Read the documentation at: https://saigkill.github.io/docs/latex_curriculum_vitae/index
41
+ Read the documentation at: https://saigkill.tuxfamily.org/dotclear/docs/latex_curriculum_vitae/en-US/html/index.html
42
42
 
43
43
  This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
44
44
  i'm happy about Pull requests.
@@ -48,6 +48,8 @@ i'm happy about Pull requests.
48
48
  * setup
49
49
  * notifier
50
50
  * pony
51
+ * combine_pdf
52
+ * url_shortener
51
53
 
52
54
  == REQUIREMENTS (hard dependencies):
53
55
 
@@ -60,10 +62,10 @@ i'm happy about Pull requests.
60
62
  The installation is very easy.
61
63
 
62
64
  gem install latex_curriculum_vitae
63
- cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-2.2.1/gems/latex_curriculum_vitae)
65
+ cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-2.2.3/gems/latex_curriculum_vitae)
64
66
  rake setup
65
67
 
66
- Read the documentation at: https://saigkill.github.io/docs/latex_curriculum_vitae/index
68
+ Read the documentation at: https://saigkill.tuxfamily.org/dotclear/docs/latex_curriculum_vitae/en-US/html/index.html
67
69
 
68
70
  You have to run the setup after each gem update.
69
71
 
@@ -84,7 +86,7 @@ Read https://github.com/saigkill/latex_curriculum_vitae/blob/master/CONTRIBUTING
84
86
 
85
87
  (The MIT License)
86
88
 
87
- Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
89
+ Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
88
90
 
89
91
  Permission is hereby granted, free of charge, to any person obtaining
90
92
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ Hoe.plugin :doofus
19
19
  Hoe.plugin :email
20
20
  # Hoe.plugin :gem_prelude_sucks
21
21
  #Hoe.plugins.delete :git
22
- #Hoe.plugin :git
22
+ Hoe.plugin :git
23
23
  Hoe.plugin :history
24
24
  Hoe.plugin :highline
25
25
  #Hoe.plugin :inline
@@ -37,7 +37,7 @@ Hoe.plugin :version
37
37
  Hoe.plugin :website
38
38
 
39
39
  Hoe.spec 'latex_curriculum_vitae' do
40
- developer('Sascha Manns', 'samannsml@directbox.com')
40
+ developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
41
41
  license 'MIT' # this should match the license in the README
42
42
  require_ruby_version '>= 2.2.0'
43
43
 
@@ -47,12 +47,13 @@ Hoe.spec 'latex_curriculum_vitae' do
47
47
  self.history_file = 'History.rdoc'
48
48
  self.readme_file = 'README.rdoc'
49
49
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
50
- self.post_install_message = '*** Run rake setup to finish the installation *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues'
50
+ self.post_install_message = '*** Run rake setup to finish the installation *** Please file bugreports and feature requests on: https://github.com/saigkill/latex_curriculum_vitae/issues'
51
51
 
52
52
  dependency 'setup', '~> 5.2'
53
53
  dependency 'notifier', '~> 0.5'
54
54
  dependency 'pony', '~> 1.11'
55
55
  dependency 'combine_pdf', '~> 0.2'
56
+ dependency 'url_shortener', '~> 0.0.9'
56
57
 
57
58
  extra_dev_deps << ['hoe-bundler', '~> 1.3']
58
59
  extra_dev_deps << ['hoe-doofus', '~> 1.0']
@@ -103,7 +104,7 @@ Name=latex_curriculum_vitae
103
104
  GenericName=latex_curriculum_vitae
104
105
  Comment=Job-Application Creator
105
106
  Exec=latexcv.rb
106
- Icon="#{datadir}/latex_curriculum_vitae/Pictures/arbeitsagentur.png"
107
+ Icon="#{Dir.home}/.local/share/icons/arbeitsagentur.png"
107
108
  Categories=Utility;Application;
108
109
  EOF
109
110
  puts 'Setup is now finished. See the documentation to find out more about this gem.'
data/bin/latexcv.rb CHANGED
@@ -1,11 +1,14 @@
1
1
  #!/usr/bin/env ruby
2
- # encoding: UTF-8
3
- # Binary for latex_curriculum_vitae
2
+ # @author Sascha Manns
3
+ # @abstract Binary for latex_curriculum_vitae
4
+ #
5
+ # Copyright (C) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
6
+ # License: MIT
4
7
 
5
8
  # Dependencies
6
9
  require 'rubygems'
7
10
  require 'latex_curriculum_vitae'
8
11
  # require File.expand_path(File.join(File.dirname(__FILE__), '../lib/latex_curriculum_vitae'))
9
- require 'setup/command'
12
+ #require 'setup/command'
10
13
 
11
- IRB.start
14
+ #IRB.start
@@ -20,7 +20,6 @@
20
20
  publisher = {open-slx GmbH},
21
21
  title = {{Startup Guide für Balsam Professional}},
22
22
  url = {http://d-nb.info/1016808844},
23
- urldate = {8.3.2016},
24
23
  year = {2011}
25
24
  }
26
25
 
@@ -31,7 +30,6 @@
31
30
  publisher = {Sascha Manns},
32
31
  title = {{Plasma Active 4 Handbook}},
33
32
  url = {http://d-nb.info/1042698783},
34
- urldate = {8.4.2016},
35
33
  year = {2013}
36
34
  }
37
35
 
@@ -58,7 +56,6 @@
58
56
  publisher = {open-slx GmbH},
59
57
  title = {{open-slx Weekly News}},
60
58
  url = {http://openslxowr.sourceforge.net},
61
- urldate = {3.11.2013},
62
59
  year = {2012-2013}
63
60
  }
64
61
 
@@ -67,7 +64,6 @@
67
64
  publisher = {openSUSE Project},
68
65
  title = {{openSUSE Weekly News}},
69
66
  url = {http://news.opensuse.org/tag/newsletter/},
70
- urldate = {3.11.2013},
71
67
  year = {2009-2011}
72
68
  }
73
69
 
@@ -1,3 +1,9 @@
1
+ % @author Sascha Manns
2
+ % @abstract Cover for latex_curriculum_vitae
3
+ %
4
+ % Copyright (C) 2015-2016 Sascha Manns <Sascha.Manns@mailbox.org>
5
+ % License: MIT
6
+
1
7
  \documentclass[a4paper,11pt]{scrartcl}
2
8
  %
3
9
  % -------------------------------------------------
@@ -39,14 +45,6 @@
39
45
  % Firmendaten
40
46
  % -------------------------------------------------
41
47
  \input{$HOME/.latex_curriculum_vitae/entity.tex}
42
- %
43
- %
44
- % -------------------------------------------------
45
- % Font
46
- % -------------------------------------------------
47
- %\renewcommand{\ttdefault}{pcr}
48
- %\renewcommand{\ttdefault}{Latin Modern}
49
- %
50
48
  % -------------------------------------------------
51
49
  % Aus der moderncvstylecasual.sty:
52
50
  % -------------------------------------------------
@@ -75,7 +73,6 @@
75
73
  \begin{textblock}{10}(3,5)
76
74
  \color{schwarz}{
77
75
  \bfseries \begin{Large}\titel{Bewerbungsmappe} \\
78
- %2nd Level IT-Support
79
76
  \end{Large}}
80
77
  \end{textblock}
81
78
  %
@@ -108,18 +105,9 @@
108
105
  % Vertikaler Strich
109
106
  % -------------------------------------------------
110
107
  \begin{textblock}{1}(13.5,0)
111
- %\color{hellblau}{\vrule width 45.5ex depth 1\textheight}
112
108
  \includegraphics[width=13.5cm, height=\textheight]{../Pictures/binarybackground.png}
113
109
  \end{textblock}
114
110
 
115
- % -------------------------------------------------
116
- % Horizontaler Strich
117
- % -------------------------------------------------
118
- %\begin{textblock}{10}(0,4)
119
- % %\color{hellgrau}{\hlinefill}%
120
- % \color{hellgrau}\rule{1.35\textwidth}{15ex}
121
- %\end{textblock}
122
- %
123
111
  % -------------------------------------------------
124
112
  % Passfoto
125
113
  % -------------------------------------------------
@@ -142,11 +130,4 @@
142
130
  \end{flushleft}
143
131
  \end{textblock}
144
132
  %
145
- % -------------------------------------------------
146
- % Hintergrundbild
147
- % -------------------------------------------------
148
- % \begin{textblock}{13.5}(0,0)
149
- % \includegraphics[width=13.5cm, height=\textheight]{background.png}
150
- % \end{textblock}
151
- %
152
133
  \end{document}
@@ -1,3 +1,8 @@
1
+ % @author Sascha Manns
2
+ % @abstract Motivational Letter for latex_curriculum_vitae
3
+ %
4
+ % Copyright (C) 2015-2016 Sascha Manns <Sascha.Manns@mailbox.org>
5
+ % License: MIT
1
6
  %---------------------------------------------------------------------------
2
7
  \documentclass%%
3
8
  %---------------------------------------------------------------------------
@@ -54,17 +59,14 @@
54
59
  \setkomafont{backaddress}{\mdseries}
55
60
  \setkomafont{fromaddress}{\small\sffamily\mdseries\color{mygray}}
56
61
 
57
- %---------------------------------------------------------------------------<<<<<<<<<<Firmendetails
58
- %\def\Firma{Art of Transfer GbR Monica Baumberger}
59
- %\def\Ansprechpartner{Frau Monica Baumberger}
60
- %\def\Strasse{Sigmund-Riefler-Bogen 13}
61
- %\def\PLZ{81829 München - Trudering-Riem}
62
- %\def\Stelle{Buchstabenzähler}
63
- \input{$HOME/.latex_curriculum_vitae/personal_data.tex}
64
- %
65
62
  % -------------------------------------------------
66
63
  % Firmendaten
67
64
  % -------------------------------------------------
65
+ \input{$HOME/.latex_curriculum_vitae/personal_data.tex}
66
+
67
+ % -------------------------------------------------
68
+ % Anzeigendetails
69
+ % -------------------------------------------------
68
70
  \input{$HOME/.latex_curriculum_vitae/entity.tex}
69
71
  %---------------------------------------------------------------------------
70
72
  \begin{document}
@@ -146,9 +148,6 @@ SASCHA MANNS}
146
148
  }%
147
149
  %---------------------------------------------------------------------------
148
150
  % Bankverbindung
149
- %\setkomavar{frombank}{Kto. 198\ 242\ 620\\
150
- %BLZ 576\,500\,10\\
151
- %Kreissparkasse Mayen}
152
151
  \setkomavar{frombank}{\mybank}
153
152
  %---------------------------------------------------------------------------
154
153
  %\setkomavar{yourref}{}
@@ -160,19 +159,13 @@ SASCHA MANNS}
160
159
  % Datum und Ort werden hier eingetragen
161
160
  \setkomavar{date}{den \today}
162
161
  \setkomavar{place}{Mayen}
163
- %---------------------------------------------------------------------------
164
-
165
-
166
162
  %---------------------------------------------------------------------------
167
163
  % Hier beginnt der Brief, mit der Anschrift des Empfängers
168
-
169
164
  \begin{letter}{\addressstring}
170
-
171
165
  %---------------------------------------------------------------------------
172
166
  % Der Betreff des Briefes
173
- \setkomavar{subject}{\bf{\subject}}
167
+ \setkomavar{subject}{\subject}
174
168
  %---------------------------------------------------------------------------
175
- %\opening{Sehr geehrter \Ansprechpartner,}
176
169
  \opening{\introduction}
177
170
  \intro{}
178
171
  Zuletzt war ich bei der XCOM AG in Andernach als Autor für Geschäftsprozess- und Anwendungsdokumentation tätig. Hier zählten sämtliche Arbeiten rund um die Dokumentaton zu meinem Aufgabengebiet.\\\\