Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemsos/thesis
phD thesis LaTex
https://github.com/clemsos/thesis
Last synced: about 2 months ago
JSON representation
phD thesis LaTex
- Host: GitHub
- URL: https://github.com/clemsos/thesis
- Owner: clemsos
- Created: 2014-05-13T12:15:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T15:20:31.000Z (about 10 years ago)
- Last Synced: 2024-10-14T01:23:18.114Z (3 months ago)
- Language: TeX
- Homepage: http://clementrenaud.com
- Size: 35.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phD thesis
Clément Renaud phD Thesis (LaTex)
## Packages
on Debian
sudo apt-get install texlive-latex-base latex-cjk-common texlive-language-french texlive-language-chinese texlive-science
## Convert Word to Latex
Save as .odt with OpenOffice then use [Writer2LaTeX](http://writer2latex.sourceforge.net)
# doc here : http://writer2latex.sourceforge.net/doc1.2/user-manual14.html
w2l -config ./scripts/w2l-config.xml chapitre-xxx.odt chapters/chapitre-xxx.tex## Convert citations into latex format
Support : (Nivre et al., 2007) , (Sagae and Tsujii 2007), Nivre (2007), (Chen et al., 2007; Dredze et al., 2007).
# edit file name in the script
python ./scripts/quotes.py
## Count pages with colors in PDF
Useful for printing
# on Unix command line
chmod +x ./scripts/coloredpages.sh
./scripts/coloredpages.sh thesis.pdf