Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrakitin/cv

Maksim Rakitin's CV
https://github.com/mrakitin/cv

bibtex curriculum-vitae cv eclipse jabref latex papers portfolio publications texlipse

Last synced: about 14 hours ago
JSON representation

Maksim Rakitin's CV

Awesome Lists containing this project

README

        

# CV
Here is my [CV](RakitinM_CV.pdf). See more at the [BNL website](https://www.bnl.gov/staff/mrakitin).

# Compile instructions:
- Install [TeX Live](https://www.tug.org/texlive/acquire-netinstall.html). On Windows all the required packages are installed with TeX Live. On Linux install LaTeX and additional packages as follows:
```shell
$ sudo apt install texlive
$ sudo apt install ghostscript
$ sudo apt install moderncv
$ sudo apt install texlive-latex-extra
```
- Install [Eclipse IDE](https://www.eclipse.org/downloads/)
- Install ~~[TeXlipse](http://texlipse.sourceforge.net/manual/installation.html)~~ [new TeXlipse](https://github.com/eclipse/texlipse) (more info about new version is at [link 1](https://www.eclipse.org/community/eclipse_newsletter/2016/november/article3.php) and [link 2](https://projects.eclipse.org/projects/science.texlipse))
- Configure a LaTeX project:
![](images/CV_texlipse_project_prop.png)
- Click `Setup build tools...` and confugure the builder:
![](images/CV_texlipse_builder_settings.png)

You are ready to go - when you change anything in the CV.tex file, the TeXlipse will recompile the `.pdf` file automatically.

# Bibliography
I prefer and recommend to use [JabRef](https://www.jabref.org/), a cross-platform bibliography management tool, which works great with the bibliography in MS Word as well.

[BibDesk](https://bibdesk.sourceforge.io/) is a nice alternative for Mac.