Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrakitin/cv
- Owner: mrakitin
- Created: 2016-10-13T18:55:15.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T17:49:08.000Z (11 months ago)
- Last Synced: 2023-12-22T18:24:45.950Z (11 months ago)
- Topics: bibtex, curriculum-vitae, cv, eclipse, jabref, latex, papers, portfolio, publications, texlipse
- Language: TeX
- Homepage:
- Size: 88.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.