-
I've developed the beamer and document style files in order to create my own presentation and document by using a typical latex instead of pdflatex. And I have my own long-lasting style file for them. There are some TeX style files, please see the below links) at ESS, but I prefer to use a legacy method (latex, xdvi, emacs, dvips, dvipdf, and so on)
-
https://bitbucket.org/europeanspallationsource/ess-latex-templates
- Generic commands
$ latex a.tex
$ latex a.tex
$ bibtex a.aux
$ latex a.tex
$ dvipdf a.dvi
aptitude install texlive-full build-essential git
With Debian, both latex and pdflate work well
yum -y install texlive texlive-multirow textlive-framed texlive-pdfpages texlive-epstopdf
Redhat, CentOS, and Fedora do not have the proper package in order to use latex not pdflatex, so with them, I cannot use latex. Makefile will use pdflatex default.
- There is a good Makefile for LaTeX, one should check the following site:
- https://github.com/shiblon/latex-makefile
- Makefile.ini replaces the default command from pdflatex, which is used in Makefile, to latex.
- (Jeong) Han Lee
- jeonghan.lee@gmail.com
- han.lee@esss.se