latex_curriculum_vitae 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +7 -0
  2. data/.gemnasium.yml +5 -0
  3. data/.gitignore +5 -0
  4. data/.idea/latex_curriculum_vitae.iml +25 -0
  5. data/.idea/misc.xml +4 -0
  6. data/.idea/modules.xml +8 -0
  7. data/.idea/vcs.xml +6 -0
  8. data/.idea/workspace.xml +686 -0
  9. data/.index +84 -0
  10. data/.setup/installer.rb +30 -0
  11. data/.setup/metaconfig.rb +1 -0
  12. data/CHANGELOG.md +5 -0
  13. data/CODE_OF_CONDUCT.md +17 -0
  14. data/CONTRIBUTING.md +25 -0
  15. data/Gemfile +2 -0
  16. data/Gemfile.lock +32 -0
  17. data/Index.yml +40 -0
  18. data/LICENSE +166 -0
  19. data/MANIFEST +69 -0
  20. data/README.md +122 -0
  21. data/Rakefile +216 -0
  22. data/VERSION +1 -0
  23. data/bin/latexcv.rb +10 -0
  24. data/data/latex_curriculum_vitae/Appendix/Bibliography/bibliography1.bib +61 -0
  25. data/data/latex_curriculum_vitae/Appendix/Certificates/Zertifikat_Sascha_Manns1.pdf +0 -0
  26. data/data/latex_curriculum_vitae/Appendix/Certificates/kompetenzpass12013.pdf +0 -0
  27. data/data/latex_curriculum_vitae/Appendix/Certificates/thm-webeng1.pdf +0 -0
  28. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/Arbeitszeugnisse.pdf +0 -0
  29. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/build.bat +4 -0
  30. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/hays.pdf +0 -0
  31. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/haysnew.pdf +0 -0
  32. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/openslx.pdf +0 -0
  33. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/openslx1.pdf +0 -0
  34. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/test.bat +2 -0
  35. data/data/latex_curriculum_vitae/Appendix/Employers_Reference/wtg.pdf +0 -0
  36. data/data/latex_curriculum_vitae/Appendix/First_References/bsaz.pdf +0 -0
  37. data/data/latex_curriculum_vitae/Appendix/First_References/hsaz.pdf +0 -0
  38. data/data/latex_curriculum_vitae/Appendix/First_References/ihk.pdf +0 -0
  39. data/data/latex_curriculum_vitae/Appendix/Study/foo.pdf +0 -0
  40. data/data/latex_curriculum_vitae/Appendix/Study/zwzils.jpg +0 -0
  41. data/data/latex_curriculum_vitae/Appendix/Study/zwzils.pdf +0 -0
  42. data/data/latex_curriculum_vitae/Cover/Cover.tex +153 -0
  43. data/data/latex_curriculum_vitae/Motivational_Letter/Anschreiben.docx +0 -0
  44. data/data/latex_curriculum_vitae/Motivational_Letter/Anschreiben_MC.pdf +0 -0
  45. data/data/latex_curriculum_vitae/Motivational_Letter/bwanschreiben.tex +199 -0
  46. data/data/latex_curriculum_vitae/Pictures/Sascha1p.jpg +0 -0
  47. data/data/latex_curriculum_vitae/Pictures/arbeitsagentur.png +0 -0
  48. data/data/latex_curriculum_vitae/Pictures/background.jpg +0 -0
  49. data/data/latex_curriculum_vitae/Pictures/background.png +0 -0
  50. data/data/latex_curriculum_vitae/Pictures/signatur.png +0 -0
  51. data/data/latex_curriculum_vitae/Resume/cv_10.aux +41 -0
  52. data/data/latex_curriculum_vitae/Resume/cv_10.bbl +1982 -0
  53. data/data/latex_curriculum_vitae/Resume/cv_10.bcf +2089 -0
  54. data/data/latex_curriculum_vitae/Resume/cv_10.blg +100 -0
  55. data/data/latex_curriculum_vitae/Resume/cv_10.out +0 -0
  56. data/data/latex_curriculum_vitae/Resume/cv_10.pdf +0 -0
  57. data/data/latex_curriculum_vitae/Resume/cv_10.run.xml +86 -0
  58. data/data/latex_curriculum_vitae/Resume/cv_10.tex +440 -0
  59. data/data/latex_curriculum_vitae/Resume/friggeri-cv.cls +327 -0
  60. data/data/latex_curriculum_vitae/Resume/missfont.log +13 -0
  61. data/etc/personal_data.tex +6 -0
  62. data/latex_curriculum_vitae.gemspec +42 -0
  63. data/lib/latex_curriculum_vitae/cover.rb +17 -0
  64. data/lib/latex_curriculum_vitae/cv.rb +26 -0
  65. data/lib/latex_curriculum_vitae/email.rb +62 -0
  66. data/lib/latex_curriculum_vitae/entityfile.rb +65 -0
  67. data/lib/latex_curriculum_vitae/glade/latexcv.glade~ +249 -0
  68. data/lib/latex_curriculum_vitae/notifier.rb +26 -0
  69. data/lib/latex_curriculum_vitae/outfile.rb +35 -0
  70. data/lib/latex_curriculum_vitae/version.rb +24 -0
  71. data/lib/latex_curriculum_vitae.rb +56 -0
  72. data/setup.rb +1296 -0
  73. metadata +276 -0
data/.index ADDED
@@ -0,0 +1,84 @@
1
+ ---
2
+ revision: 2013
3
+ type: ruby
4
+ sources:
5
+ - VERSION
6
+ - Index.yml
7
+ authors:
8
+ - name: Sascha Manns
9
+ email: samannsml@directbox.com
10
+ organizations: []
11
+ requirements:
12
+ - name: setup
13
+ - name: notifier
14
+ - groups:
15
+ - build
16
+ development: true
17
+ name: bundler
18
+ - groups:
19
+ - build
20
+ development: true
21
+ name: rdoc
22
+ - groups:
23
+ - build
24
+ development: true
25
+ name: gem-release
26
+ - groups:
27
+ - build
28
+ development: true
29
+ name: rspec
30
+ - groups:
31
+ - build
32
+ development: true
33
+ name: simplecov
34
+ - groups:
35
+ - build
36
+ development: true
37
+ name: bundler-audir
38
+ - groups:
39
+ - build
40
+ development: true
41
+ name: indexer
42
+ - groups:
43
+ - build
44
+ development: true
45
+ name: rake
46
+ - groups:
47
+ - test
48
+ development: true
49
+ name: test
50
+ conflicts: []
51
+ alternatives: []
52
+ resources:
53
+ - type: home
54
+ uri: http://saigkill.github.io
55
+ label: Homepage
56
+ - type: code
57
+ uri: https://github.com/saigkill/latex_curriculum_vitae
58
+ label: Source Code
59
+ - type: bugs
60
+ uri: http://saigkill-bugs.myjetbrains.com/youtrack
61
+ label: Issue Tracker
62
+ - type: issues
63
+ uri: http://saigkill-bugs.myjetbrains.com/youtrack
64
+ label: Issue Tracker
65
+ repositories:
66
+ - name: upstream
67
+ scm: git
68
+ uri: https://github.com/saigkill/latex_curriculum_vitae.git
69
+ categories:
70
+ - foo
71
+ copyrights:
72
+ - holder: Sascha Manns
73
+ year: '2015'
74
+ license: GPL-3
75
+ customs: []
76
+ paths:
77
+ lib:
78
+ - lib
79
+ version: 0.1.1
80
+ name: latex_curriculum_vitae
81
+ title: Latex_curriculum_vitae
82
+ summary: A program for creating an application
83
+ description: It supports creating a application by rendering with LaTEX.
84
+ date: '2015-09-04'
@@ -0,0 +1,30 @@
1
+ #!/usr/bin/env ruby
2
+ # hooks for the installing process
3
+ require 'fileutils'
4
+ if File.exist?('/usr/bin/pdflatex')
5
+ puts 'found pdflatex...'
6
+ else
7
+ puts 'Please install pdflatex'
8
+ end
9
+
10
+ if File.exist?('/usr/bin/xelatex')
11
+ puts 'Found xelatex...'
12
+ else
13
+ puts 'Please install xelatex'
14
+ end
15
+
16
+ prefix = "#{Dir.home}/.rvm/rubies/default"
17
+ datadir = "#{prefix}/share"
18
+ desktopfile = "#{Dir.home}/.local/share/applications/latex_curriculum_vitae.desktop"
19
+
20
+ #FileUtils.chown_R '1000', '1000', "#{datadir}/latex_curriculum_vitae"
21
+
22
+ FileUtils.touch(desktopfile)
23
+ File.write "#{desktopfile}", <<EOF
24
+ [Desktop Entry]
25
+ Version=1.0
26
+ Type=Application
27
+ Name=Job-Application Creator
28
+ Exec=latexcv.rb
29
+ Icon="#{datadir}/latex_curriculum_vitae/Pictures/arbeitsagentur.png"
30
+ EOF
@@ -0,0 +1 @@
1
+ set_config_default(sysconfdir, "#{Dir.home}/.latex_curriculum_vitae")
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # CHANGELOG
2
+
3
+ ## 0.1.1 (2015-09-05)
4
+ ### Features
5
+ * Build the base functions
@@ -0,0 +1,17 @@
1
+ # @markup markdown
2
+ # @title Code of Conduct
3
+ # @author Sascha Manns
4
+
5
+ # Contributor Code of Conduct
6
+
7
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
8
+
9
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
10
+
11
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
12
+
13
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
14
+
15
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
16
+
17
+ This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,25 @@
1
+ # Contributing
2
+
3
+ ## Branches
4
+
5
+ ### `master` branch
6
+
7
+ The master branch is the current stable released version.
8
+
9
+ ### `develop` branch
10
+
11
+ The develop branch is the current edge of development.
12
+
13
+ ## Pull requests
14
+
15
+ * https://github.com/saigkill/latex_curriculum_vitae/pulls
16
+
17
+ Please base all pull requests off the `develop` branch. Merges to
18
+ `master` only occur through the `develop` branch. Pull requests
19
+ based on `master` will likely be cherry picked.
20
+
21
+ ## Issues
22
+
23
+ Need to report an issue? Use that issue tracker:
24
+
25
+ * http://saigkill-bugs.myjetbrains.com/youtrack/issues
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source 'http://rubygems.org'
2
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,32 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ latex_curriculum_vitae (0.1.1)
5
+ notifier (~> 0.5, >= 0.5.1)
6
+ setup (~> 5.2, >= 5.2.0)
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ gem-release (0.7.4)
12
+ indexer (0.3.1)
13
+ mast (1.4.0)
14
+ notifier (0.5.1)
15
+ rake (10.4.2)
16
+ setup (5.2.0)
17
+ yard (0.8.7.6)
18
+
19
+ PLATFORMS
20
+ ruby
21
+
22
+ DEPENDENCIES
23
+ bundler (~> 1.9, >= 1.9.6)
24
+ gem-release (~> 0.7, >= 0.7.3)
25
+ indexer (~> 0.3, >= 0.3.1)
26
+ latex_curriculum_vitae!
27
+ mast (~> 1.4, >= 1.4.0)
28
+ rake (~> 10.4, >= 10.4.2)
29
+ yard (~> 0.8, >= 0.8.7.6)
30
+
31
+ BUNDLED WITH
32
+ 1.10.6
data/Index.yml ADDED
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: latexcurriculumvitae
3
+ version: 0.1.1
4
+ title: Latexcurriculumvitae
5
+ summary: A program for creating an application
6
+
7
+ description:
8
+ It supports creating a application by rendering with LaTEX.
9
+
10
+ authors:
11
+ - Sascha Manns <samannsml@directbox.com>
12
+
13
+ requirements:
14
+ - setup
15
+ - notifier
16
+ - bundler (build)
17
+ - rdoc (build)
18
+ - gem-release (build)
19
+ - rspec (build)
20
+ - simplecov (build)
21
+ - bundler-audir (build)
22
+ - indexer (build)
23
+ - rake (build)
24
+ - test (test)
25
+
26
+ repositories:
27
+ upstream: https://github.com/saigkill/latex_curriculum_vitae.git
28
+
29
+ resources:
30
+ home: http://saigkill.github.io
31
+ code: https://github.com/saigkill/latex_curriculum_vitae
32
+ bugs: http://saigkill-bugs.myjetbrains.com/youtrack
33
+ issues: http://saigkill-bugs.myjetbrains.com/youtrack
34
+
35
+ categories:
36
+ - foo
37
+
38
+ copyrights:
39
+ - 2015 Sascha Manns (GPL-3)
40
+
data/LICENSE ADDED
@@ -0,0 +1,166 @@
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+
9
+ This version of the GNU Lesser General Public License incorporates
10
+ the terms and conditions of version 3 of the GNU General Public
11
+ License, supplemented by the additional permissions listed below.
12
+
13
+ 0. Additional Definitions.
14
+
15
+ As used herein, "this License" refers to version 3 of the GNU Lesser
16
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
+ General Public License.
18
+
19
+ "The Library" refers to a covered work governed by this License,
20
+ other than an Application or a Combined Work as defined below.
21
+
22
+ An "Application" is any work that makes use of an interface provided
23
+ by the Library, but which is not otherwise based on the Library.
24
+ Defining a subclass of a class defined by the Library is deemed a mode
25
+ of using an interface provided by the Library.
26
+
27
+ A "Combined Work" is a work produced by combining or linking an
28
+ Application with the Library. The particular version of the Library
29
+ with which the Combined Work was made is also called the "Linked
30
+ Version".
31
+
32
+ The "Minimal Corresponding Source" for a Combined Work means the
33
+ Corresponding Source for the Combined Work, excluding any source code
34
+ for portions of the Combined Work that, considered in isolation, are
35
+ based on the Application, and not on the Linked Version.
36
+
37
+ The "Corresponding Application Code" for a Combined Work means the
38
+ object code and/or source code for the Application, including any data
39
+ and utility programs needed for reproducing the Combined Work from the
40
+ Application, but excluding the System Libraries of the Combined Work.
41
+
42
+ 1. Exception to Section 3 of the GNU GPL.
43
+
44
+ You may convey a covered work under sections 3 and 4 of this License
45
+ without being bound by section 3 of the GNU GPL.
46
+
47
+ 2. Conveying Modified Versions.
48
+
49
+ If you modify a copy of the Library, and, in your modifications, a
50
+ facility refers to a function or data to be supplied by an Application
51
+ that uses the facility (other than as an argument passed when the
52
+ facility is invoked), then you may convey a copy of the modified
53
+ version:
54
+
55
+ a) under this License, provided that you make a good faith effort to
56
+ ensure that, in the event an Application does not supply the
57
+ function or data, the facility still operates, and performs
58
+ whatever part of its purpose remains meaningful, or
59
+
60
+ b) under the GNU GPL, with none of the additional permissions of
61
+ this License applicable to that copy.
62
+
63
+ 3. Object Code Incorporating Material from Library Header Files.
64
+
65
+ The object code form of an Application may incorporate material from
66
+ a header file that is part of the Library. You may convey such object
67
+ code under terms of your choice, provided that, if the incorporated
68
+ material is not limited to numerical parameters, data structure
69
+ layouts and accessors, or small macros, inline functions and templates
70
+ (ten or fewer lines in length), you do both of the following:
71
+
72
+ a) Give prominent notice with each copy of the object code that the
73
+ Library is used in it and that the Library and its use are
74
+ covered by this License.
75
+
76
+ b) Accompany the object code with a copy of the GNU GPL and this license
77
+ document.
78
+
79
+ 4. Combined Works.
80
+
81
+ You may convey a Combined Work under terms of your choice that,
82
+ taken together, effectively do not restrict modification of the
83
+ portions of the Library contained in the Combined Work and reverse
84
+ engineering for debugging such modifications, if you also do each of
85
+ the following:
86
+
87
+ a) Give prominent notice with each copy of the Combined Work that
88
+ the Library is used in it and that the Library and its use are
89
+ covered by this License.
90
+
91
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
+ document.
93
+
94
+ c) For a Combined Work that displays copyright notices during
95
+ execution, include the copyright notice for the Library among
96
+ these notices, as well as a reference directing the user to the
97
+ copies of the GNU GPL and this license document.
98
+
99
+ d) Do one of the following:
100
+
101
+ 0) Convey the Minimal Corresponding Source under the terms of this
102
+ License, and the Corresponding Application Code in a form
103
+ suitable for, and under terms that permit, the user to
104
+ recombine or relink the Application with a modified version of
105
+ the Linked Version to produce a modified Combined Work, in the
106
+ manner specified by section 6 of the GNU GPL for conveying
107
+ Corresponding Source.
108
+
109
+ 1) Use a suitable shared library mechanism for linking with the
110
+ Library. A suitable mechanism is one that (a) uses at run time
111
+ a copy of the Library already present on the user's computer
112
+ system, and (b) will operate properly with a modified version
113
+ of the Library that is interface-compatible with the Linked
114
+ Version.
115
+
116
+ e) Provide Installation Information, but only if you would otherwise
117
+ be required to provide such information under section 6 of the
118
+ GNU GPL, and only to the extent that such information is
119
+ necessary to install and execute a modified version of the
120
+ Combined Work produced by recombining or relinking the
121
+ Application with a modified version of the Linked Version. (If
122
+ you use option 4d0, the Installation Information must accompany
123
+ the Minimal Corresponding Source and Corresponding Application
124
+ Code. If you use option 4d1, you must provide the Installation
125
+ Information in the manner specified by section 6 of the GNU GPL
126
+ for conveying Corresponding Source.)
127
+
128
+ 5. Combined Libraries.
129
+
130
+ You may place library facilities that are a work based on the
131
+ Library side by side in a single library together with other library
132
+ facilities that are not Applications and are not covered by this
133
+ License, and convey such a combined library under terms of your
134
+ choice, if you do both of the following:
135
+
136
+ a) Accompany the combined library with a copy of the same work based
137
+ on the Library, uncombined with any other library facilities,
138
+ conveyed under the terms of this License.
139
+
140
+ b) Give prominent notice with the combined library that part of it
141
+ is a work based on the Library, and explaining where to find the
142
+ accompanying uncombined form of the same work.
143
+
144
+ 6. Revised Versions of the GNU Lesser General Public License.
145
+
146
+ The Free Software Foundation may publish revised and/or new versions
147
+ of the GNU Lesser General Public License from time to time. Such new
148
+ versions will be similar in spirit to the present version, but may
149
+ differ in detail to address new problems or concerns.
150
+
151
+ Each version is given a distinguishing version number. If the
152
+ Library as you received it specifies that a certain numbered version
153
+ of the GNU Lesser General Public License "or any later version"
154
+ applies to it, you have the option of following the terms and
155
+ conditions either of that published version or of any later version
156
+ published by the Free Software Foundation. If the Library as you
157
+ received it does not specify a version number of the GNU Lesser
158
+ General Public License, you may choose any version of the GNU Lesser
159
+ General Public License ever published by the Free Software Foundation.
160
+
161
+ If the Library as you received it specifies that a proxy can decide
162
+ whether future versions of the GNU Lesser General Public License shall
163
+ apply, that proxy's public statement of acceptance of any version is
164
+ permanent authorization for you to choose that version for the
165
+ Library.
166
+
data/MANIFEST ADDED
@@ -0,0 +1,69 @@
1
+ #!mast *
2
+ LICENSE
3
+ SetupReceipt
4
+ latex_curriculum_vitae.gemspec
5
+ CODE_OF_CONDUCT.md
6
+ bin/latexcv.rb
7
+ setup.rb
8
+ SetupConfig
9
+ pkg/LatexCurriculumVitae-0.1.1.gem
10
+ Gemfile
11
+ Index.yml
12
+ Rakefile
13
+ CONTRIBUTING.md
14
+ data/latex_curriculum_vitae/Appendix/Bibliography/bibliography1.bib
15
+ data/latex_curriculum_vitae/Appendix/Certificates/Zertifikat_Sascha_Manns1.pdf
16
+ data/latex_curriculum_vitae/Appendix/Certificates/kompetenzpass12013.pdf
17
+ data/latex_curriculum_vitae/Appendix/Certificates/thm-webeng1.pdf
18
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/Arbeitszeugnisse.pdf
19
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/build.bat
20
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/hays.pdf
21
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/haysnew.pdf
22
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/openslx.pdf
23
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/openslx1.pdf
24
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/test.bat
25
+ data/latex_curriculum_vitae/Appendix/Employers_Reference/wtg.pdf
26
+ data/latex_curriculum_vitae/Appendix/First_References/bsaz.pdf
27
+ data/latex_curriculum_vitae/Appendix/First_References/hsaz.pdf
28
+ data/latex_curriculum_vitae/Appendix/First_References/ihk.pdf
29
+ data/latex_curriculum_vitae/Appendix/Study/foo.pdf
30
+ data/latex_curriculum_vitae/Appendix/Study/zwzils.jpg
31
+ data/latex_curriculum_vitae/Appendix/Study/zwzils.pdf
32
+ data/latex_curriculum_vitae/Cover/Cover.tex
33
+ data/latex_curriculum_vitae/Cover/Cover.tex.bak
34
+ data/latex_curriculum_vitae/Motivational_Letter/Anschreiben.docx
35
+ data/latex_curriculum_vitae/Motivational_Letter/Anschreiben_MC.pdf
36
+ data/latex_curriculum_vitae/Motivational_Letter/bwanschreiben.tex
37
+ data/latex_curriculum_vitae/Pictures/Sascha1p.jpg
38
+ data/latex_curriculum_vitae/Pictures/arbeitsagentur.png
39
+ data/latex_curriculum_vitae/Pictures/background.jpg
40
+ data/latex_curriculum_vitae/Pictures/background.png
41
+ data/latex_curriculum_vitae/Pictures/signatur.png
42
+ data/latex_curriculum_vitae/Resume/Bewerbungsunterlagen_Manns.pdf
43
+ data/latex_curriculum_vitae/Resume/cv_10.aux
44
+ data/latex_curriculum_vitae/Resume/cv_10.bbl
45
+ data/latex_curriculum_vitae/Resume/cv_10.bcf
46
+ data/latex_curriculum_vitae/Resume/cv_10.blg
47
+ data/latex_curriculum_vitae/Resume/cv_10.log
48
+ data/latex_curriculum_vitae/Resume/cv_10.out
49
+ data/latex_curriculum_vitae/Resume/cv_10.pdf
50
+ data/latex_curriculum_vitae/Resume/cv_10.run.xml
51
+ data/latex_curriculum_vitae/Resume/cv_10.tex
52
+ data/latex_curriculum_vitae/Resume/cv_10.tex.bak
53
+ data/latex_curriculum_vitae/Resume/friggeri-cv.cls
54
+ data/latex_curriculum_vitae/Resume/friggeri-cv.cls.bak
55
+ data/latex_curriculum_vitae/Resume/missfont.log
56
+ lib/latex_curriculum_vitae/cover.rb
57
+ lib/latex_curriculum_vitae/cv.rb
58
+ lib/latex_curriculum_vitae/email.rb
59
+ lib/latex_curriculum_vitae/entityfile.rb
60
+ lib/latex_curriculum_vitae/glade/latexcv.glade
61
+ lib/latex_curriculum_vitae/notifier.rb
62
+ lib/latex_curriculum_vitae/outfile.rb
63
+ lib/latex_curriculum_vitae/version.rb
64
+ lib/latex_curriculum_vitae.rb
65
+ README.md
66
+ Gemfile.lock
67
+ VERSION
68
+ etc/personal_data.tex
69
+ CHANGELOG.md
data/README.md ADDED
@@ -0,0 +1,122 @@
1
+ # latex_curriculum_vitae - a Gem for Job-Applications with LaTEX
2
+
3
+ | What | Status |
4
+ |-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5
+ | license | [![license](http://img.shields.io/:license-gpl3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html) |
6
+ | last public version | [![publicversion](https://badge.fury.io/rb/latex_curriculum_vitae.png)](http://rubygems.org/gems/latex_curriculum_vitae) |
7
+ | downloads latest | [![downloads-latest](https://img.shields.io/gem/dtv/latex_curriculum_vitae.svg)](https://rubygems.org/gems/latex_curriculum_vitae) |
8
+ | downloads all | [![downloads-all](https://img.shields.io/gem/dt/latex_curriculum_vitae.svg)](https://rubygems.org/gems/latex_curriculum_vitae) |
9
+ | code quality | [![codeclimate](https://codeclimate.com/github/saigkill/latex_curriculum_vitae.png)](https://codeclimate.com/github/saigkill/latex_curriculum_vitae) |
10
+ | dependency check | [![gemnasium](https://gemnasium.com/saigkill/latex_curriculum_vitae.png)](https://gemnasium.com/saigkill/latex_curriculum_vitae) |
11
+ | still maintained? | [![stillmaintained](http://stillmaintained.com/saigkill/latex_curriculum_vitae.png)](http://stillmaintained.com/saigkill/latex_curriculum_vitae) |
12
+ | documentation | http://www.rubydoc.info/gems/latex_curriculum_vitae |
13
+ | Bugreports & Feature requests | http://saigkill-bugs.myjetbrains.com/youtrack/issues |
14
+ | authors blog | http://saigkill.github.io |
15
+ | openhub statistics | https://www.openhub.net/p/latex_curriculum_vitae |
16
+ | donations | [![pledgie](https://pledgie.com/campaigns/30094.png?skin_name=chrome)](https://pledgie.com/campaigns/30094) |
17
+ | donations | [![gratipay](http://img.shields.io/gratipay/saigkill.svg)](https://gratipay.com/~saigkill/) |
18
+ | donations | [![amazon](http://tsv-neuss.de/cms/upload/News-Bilder/amazon1.png)](http://www.amazon.de/registry/wishlist/D75HOEQ00BDD) |
19
+
20
+ ## Description
21
+
22
+ latex_curriculum_vitae is a Rubygem which helps you to create your job application. After the program has started, a little Window comes up
23
+ and asks you for the needed information like the jobtitle, company name, contact name, email address and so on.
24
+ Then it builds a cover and the resume by working with LaTEX. After this is finished, it creates an email with the application attached.
25
+ Also it puts a standard text into the created email which you can extend to match the needed quality.
26
+ After that it creates a new record into a csv file. So you can print out every time the present status.
27
+
28
+ ## Installation
29
+
30
+ The installation is very easy.
31
+
32
+ gem install latex_curriculum_vitae
33
+ cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-2.2.1/gems/latex_curriculum_vitae)
34
+ rake
35
+
36
+ You have to run the setup after each gem update.
37
+
38
+ ## Hard dependencies
39
+
40
+ * pdflatex & xelatex
41
+ * yad
42
+
43
+ ## Usage
44
+
45
+ type in the console: "latexcv.rb"
46
+
47
+ Or just use the Launcher.
48
+
49
+ The resulting PDF and the CSV file are placed in /home/You/.latex_curriculum_vitae.
50
+
51
+ ## The tweaks (Ruby)
52
+
53
+ * .latex_curriculum_vitae: Contains a personal_data.tex where your personal information is stored. Actually it is used by the Cover.
54
+ Also there is stored the CSV-File what contains the records of all finished applications.
55
+ * /home/sascha/.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/latex_curriculum_vitae: There are placed the Ruby-libraries. Instead of
56
+ /home/sascha you have to place your username. Also the 2.2.1 has to be match your Rubyversion. So you have to check this first.
57
+ Also you have to modify the email.rb for your needs.
58
+ * /home/sascha/.rvm/rubies/ruby-2.2.1/share/latex_curriculum_vitae: There are placed the LaTEX source files.
59
+ IMPORTANT: If you change the LaTEX sources to your needs, you have to make a backup before making a gem update. After the installation
60
+ you can use it to restore your work.
61
+
62
+ ## The tweaks (LaTEX)
63
+
64
+ The LaTEX source directory contains that subdirectories:
65
+
66
+ * Appendix
67
+
68
+ Bibliography (a BibTEX file for your publications)
69
+ Certificates (for different certificates)
70
+ Empoyers_Reference (for the references from the last employers)
71
+ First_References (for your job-training or the german Ausbildung)
72
+ Study (for study stuff)
73
+
74
+ * Cover (contains the Cover.tex). The Cover.tex use that includes:
75
+
76
+ \input{$HOME/.latex_curriculum_vitae/personal_data.tex}
77
+ \input{$HOME/.latex_curriculum_vitae/entity.tex} The entity.tex will be generated by running the program.
78
+
79
+ * Also it includes my picture from the Picture directory.
80
+
81
+ \begin{textblock}{3}(3.0,18.5)
82
+ \fbox{\includegraphics[width=4cm]{../Pictures/Sascha1p.jpg}}
83
+ \end{textblock}
84
+
85
+ * Motivational_Letter (actually not implemented in compiling)
86
+
87
+ * Pictures
88
+
89
+ * Resume (the Curriculum Vitae itself). The resume includes the following:
90
+
91
+ \addbibresource{../Appendix/Bibliography/bibliography1.bib}
92
+
93
+ \includepdf{../Cover/Cover}
94
+
95
+ \includegraphics[scale=0.7]{../Pictures/signatur.png}
96
+
97
+ \begin{figure}
98
+ \includegraphics[page=1,scale=0.7,angle=180]{../Appendix/Employers_Reference/hays.pdf}
99
+ \end{figure}
100
+ \includepdf{../Appendix/Study/foo}
101
+ \includepdf{../Appendix/Certificates/thm-webeng1}
102
+ \includepdf{../Appendix/Employers_Reference/openslx}
103
+ \includepdf{../Appendix/Employers_Reference/openslx1}
104
+ \includepdf{../Appendix/Certificates/kompetenzpass12013}
105
+ \includepdf{../Appendix/Certificates/Zertifikat_Sascha_Manns1}
106
+ \includepdf{../Appendix/Employers_Reference/wtg}
107
+ \includepdf{../Appendix/First_References/ihk}
108
+
109
+ You can modify all the LaTEX sources to match your life.
110
+
111
+ ## Feature Requests & Bug Reports
112
+ You can file Requests and Reports on the my bugtracker: http://saigkill-bugs.myjetbrains.com/youtrack/issues.
113
+
114
+ ## Contributing
115
+
116
+ 1. Fork it
117
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
118
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
119
+ 4. Push to the branch (`git push origin my-new-feature`)
120
+ 5. Create new Pull Request
121
+
122
+ Read https://github.com/saigkill/latex_curriculum_vitae/blob/master/CONTRIBUTING.md