The LaTeX source for Evan Sosenko's curriculum vitae.
$ git clone https://github.com/evansosenko/curriculum-vitae.git
$ cd latex-project
$ npm install
$ make
- A modern LaTeX distribution, e.g., TeX Live, packaged with XeLaTeX, Latexmk, and optionally ChkTeX.
- GNU Make.
- Node.js with npm. Only required when using Bower for external dependencies.
Install any Node and Bower dependencies with
$ npm install
Build to build/
with
$ make
Clean out temporary and build files with
$ make clean
Lint code with
$ make check
Watch code and rebuild on changes with
$ npm start
The curriculum-vitae source is hosted on GitHub. Clone the project with
$ git clone https://github.com/evansosenko/curriculum-vitae.git
Please submit and comment on bug reports and feature requests.
To submit a patch:
- Fork it (https://github.com/evansosenko/curriculum-vitae/fork).
- Create your feature branch (
git checkout -b my-new-feature
). - Make changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new Pull Request.
This LaTeX project is licensed under the MIT license.
This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright holder or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.