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: 7 months ago
JSON representation
Maksim Rakitin's CV
- Host: GitHub
- URL: https://github.com/mrakitin/cv
- Owner: mrakitin
- Created: 2016-10-13T18:55:15.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T01:35:45.000Z (about 1 year ago)
- Last Synced: 2025-01-17T16:51:24.303Z (9 months ago)
- Topics: bibtex, curriculum-vitae, cv, eclipse, jabref, latex, papers, portfolio, publications, texlipse
- Language: TeX
- Homepage:
- Size: 89.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
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:

- Click `Setup build tools...` and confugure the builder:
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.