= latex_curriculum_vitae home :: http://saigkill.github.io code :: https://github.com/saigkill/latex_curriculum_vitae docs :: https://saigkill.github.io/docs/latex_curriculum_vitae/index bugs :: https://saigkill.myjetbrains.com/youtrack/issues openhub statistics :: https://www.openhub.net/p/latex_curriculum_vitae license :: {}[https://gitlab.com/saigkill/latex_curriculum_vitae/blob/master/LICENSE.rdoc] last public version :: {Build Status}[http://rubygems.org/gems/latex_curriculum_vitae] downloads latest :: {Build Status}[http://rubygems.org/gems/latex_curriculum_vitae] downloads all :: {Build Status}[http://rubygems.org/gems/latex_curriculum_vitae] code quality :: {}[https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/] code quality :: {Code Quality}[https://codeclimate.com/github/saigkill/latex_curriculum_vitae] code quailty :: {Codacy code quality}[https://www.codacy.com/app/samannsml/latex_curriculum_vitae?utm_source=github.com&utm_medium=referral&utm_content=saigkill/latex_curriculum_vitae&utm_campaign=Badge_Grade] dependency check :: {Dependency Status}[https://gemnasium.com/saigkill/latex_curriculum_vitae] documentation quality :: {Documentation Quality}[http://inch-ci.org/github/saigkill/latex_curriculum_vitae] donations :: {Build Status}[https://pledgie.com/campaigns/30094] donations :: {Build Status}[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 * It use pony for sending the email directly == 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://saigkill.github.io/docs/latex_curriculum_vitae/index This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS, i'm happy about Pull requests. == 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://saigkill.github.io/docs/latex_curriculum_vitae/index 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://github.com/saigkill/latex_curriculum_vitae/blob/master/CONTRIBUTING.md == LICENSE: (The MIT License) Copyright (c) 2015-2016 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.