diff options
| author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-23 15:19:30 +0000 | 
|---|---|---|
| committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-23 15:21:15 +0000 | 
| commit | 6e6a5d8d7d3c9fa38e105be275cfac6f6b8bf4fd (patch) | |
| tree | 0633d578a2208f3109fb2095517803f77873c18b /README | |
Initial commitv0.0
Diffstat (limited to 'README')
| -rw-r--r-- | README | 56 | 
1 files changed, 56 insertions, 0 deletions
| @@ -0,0 +1,56 @@ +* Typeset + +In order to typeset the LaTeX document, run +  pdflatex Giuliani_Jauslin_2015.tex +  pdflatex Giuliani_Jauslin_2015.tex +  pdflatex Giuliani_Jauslin_2015.tex + + +* Files + +  Giuliani_Jauslin.tex : +    body of the paper. + +  bibliography.BBlog.tex : +    list of references. + +  BBlog.sty : +    bibliography related commands. + +  Figs : +    figures + +  header.sty : +    list of packages. + +  iansecs.sty : +    main style file. + +  kiss.cls : +    barebones class file + +  local.sty : +    local command definitions + +  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. | 
