A far more tedious task than I remembered...
With a few blocking points:
* Installation of miktex:
configuration of the proxy : proxyweb.xxx.xx + port 3128 (not 8080 for me !!!)
* Compilation issue with an old miktex version :
error message:
! You are attempting to make a LaTeX format from a source file
! That is more than five years old.
solution:
edit \MiKTeX 2.8\tex\latex\base\latex.ltx
and change \ifnum\count@65 to \ifnum\count@165
* TexnicCenter tex=>pdf (with .eps images)
copy the basic tex=>.ps profile and add a postprocessor:
gs\gs9.04\bin\gswin64.exe
-sPAPERSIZE=a4 -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile="%bm.pdf" -c save pop -f "%bm.ps"
Miktex (Latex for Windows):
http://miktex.org/
Texniccenter (Latex environment for Windows):
http://www.texniccenter.org/
Latex softwares (including the all-in-one solution Protext for Windows)
http://tug.org/texcollection/
Showing posts with label latex. Show all posts
Showing posts with label latex. Show all posts
Wednesday, November 2, 2011
Wednesday, September 14, 2011
[Bibtex] Respecting capital letters in an article title
Just have to change in the .bib file:
title = {Bla Bla Bla},
by
title = {{Bla Bla Bla}},
in order to disable bibtex re-interpretation
Jabref bibliography manager:
http://jabref.sourceforge.net/
title = {Bla Bla Bla},
by
title = {{Bla Bla Bla}},
in order to disable bibtex re-interpretation
Jabref bibliography manager:
http://jabref.sourceforge.net/
Subscribe to:
Posts (Atom)