From 1a0ba99f6bc0a6c08f78bc3e785b0704a81c28d1 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Thu, 23 Jul 2015 14:55:49 +0000 Subject: Initial commit --- README | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..50e5582 --- /dev/null +++ b/README @@ -0,0 +1,49 @@ +* Typeset + +In order to typeset the LaTeX document, run + pdflatex Gallavotti_Jauslin_2015.tex + pdflatex Gallavotti_Jauslin_2015.tex + + +* Files + + Gallavotti_Jauslin_2015.tex : + body of the paper. + + bibliography.BBlog.tex : + list of references. + + BBlog.sty : + bibliography related commands. + + header.sty : + list of packages. + + iansecs.sty : + main style file. + + kiss.cls : + barebones class file + + toolbox.sty : + collection of useful commands. + + +* Coding style + +In the body of the paper, an effort has been made to keep the LaTeX code +'standard', avoiding self-defined commands whenever possible, and sticking to +TeX and basic LaTeX commands. In some instances however, such an approach would +have been too restrictive, and commands defined in the style files listed above +were used. + +Many of the commands defined in 'iansecs.sty' are drop-in replacements for +standard LaTeX commands, though some functionality may be lost. + + +* Bibliography + +The bibliography was generated by BBlog, which produced the +bibliography.BBlog.tex file. All of the required code to adequately typeset +the reference list and define the commands used to cite them are contained in +that file. -- cgit v1.2.3-70-g09d2