Skip to content
/ esstex Public
forked from SimoneFarina/esstex

A LaTeX Beamer Template for European Spallation Source ERIC

Notifications You must be signed in to change notification settings

icshwi/esstex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESS LaTeX Styles for Presentation and Document

Why another ESS latex styles

Usage

  • Generic commands
$ latex a.tex
$ latex a.tex
$ bibtex a.aux
$ latex a.tex
$ dvipdf a.dvi

Required packages for Debian 8

aptitude install texlive-full build-essential git

With Debian, both latex and pdflate work well

Required packages for CentOS 7.2 (1511)

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.

Makefile for them

  • 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.

Contact

About

A LaTeX Beamer Template for European Spallation Source ERIC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 68.7%
  • TeX 31.3%