= latex_curriculum_vitae
home :: http://saigkill.github.io
code :: https://gitlab.com/saigkill/latex_curriculum_vitae
docs :: https://gitlab.com/saigkill/latex_curriculum_vitae/wikis/home
bugs :: https://gitlab.com/saigkill/latex_curriculum_vitae/issues
openhub statistics :: https://www.openhub.net/p/latex_curriculum_vitae
last public version :: {}[http://rubygems.org/gems/latex_curriculum_vitae]
downloads latest :: {}[http://rubygems.org/gems/latex_curriculum_vitae]
downloads all :: {}[http://rubygems.org/gems/latex_curriculum_vitae]
code quality :: {}[https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/]
code quality :: {}[https://codeclimate.com/github/saigkill/latex_curriculum_vitae]
still maintained :: {}[http://stillmaintained.com/saigkill/latex_curriculum_vitae]
dependency check :: {}[https://gemnasium.com/3e9122cbac2ccd5399d9944938963199]
documentation quality :: {}[http://inch-ci.org/github/saigkill/latex_curriculum_vitae]
donations :: {}[https://pledgie.com/campaigns/30094]
donations :: {}[https://gratipay.com/~saigkill/]
donations :: {}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
== DESCRIPTION:
latex_curriculum_vitae is a Rubygem which help you to write your job applications. The program aks you for all relevant data for compiling
the curriculum vitae. It builds the motivational letter (if chosen in the gui), the cover and the cv. The resulting pdf will be found
in your home directory. Also it generates an email with a standard content, which allows you to send the mail with your cv directly.
== FEATURES/PROBLEMS:
* Ruby based LaTEX publisher for job applications
* Currently it just uses thunderbird for creating mails. If no other wishes another solution it will be hardcoded.
== SYNOPSIS:
$ latexcv.rb
Or just use the Launcher.
The resulting PDF and the CSV file are placed in /home/You/.latex_curriculum_vitae.
Read the documentation at: https://gitlab.com/saigkill/latex_curriculum_vitae/wikis/home
== REQUIREMENTS:
* setup
* notifier
* pony
== REQUIREMENTS (hard dependencies):
* pdflatex & xelatex
* yad
* poppler (pdfunite)
== INSTALL:
The installation is very easy.
gem install latex_curriculum_vitae
cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-2.2.1/gems/latex_curriculum_vitae)
rake setup
Read the documentation at: https://gitlab.com/saigkill/latex_curriculum_vitae/wikis/home
You have to run the setup after each gem update.
If you like this gem, don't forget to give the GitLab repo a star :-)
== DEVELOPERS:
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs,
and generate the RDoc.
Read https://gitlab.com/saigkill/latex_curriculum_vitae/blob/master/CONTRIBUTING.md
== LICENSE:
(The MIT License)
Copyright (c) 2015 Sascha Manns
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.