Ian Jauslin: The renormalization group, in the weak- and strong-coupling regimes, 2015 http://ian.jauslin.org/publications/15j_phd/
Go to file
Ian Jauslin 1c35a7bce0 Change k_1,k_2 to k_x,k_y in bilayer graphene 2016-02-25 14:04:46 +00:00
Figs Update v0.1 2016-01-10 19:28:54 +00:00
BBlog.sty Initial Commit 2015-10-26 01:07:55 +00:00
Jauslin_2015-PhD.tex Change k_1,k_2 to k_x,k_y in bilayer graphene 2016-02-25 14:04:46 +00:00
README Initial Commit 2015-10-26 01:07:55 +00:00
bibliography-bilayer.BBlog.tex Initial Commit 2015-10-26 01:07:55 +00:00
bibliography-intro.BBlog.tex Initial Commit 2015-10-26 01:07:55 +00:00
bibliography-kondo.BBlog.tex Initial Commit 2015-10-26 01:07:55 +00:00
header.sty Initial Commit 2015-10-26 01:07:55 +00:00
iansecs.sty Initial Commit 2015-10-26 01:07:55 +00:00
kiss.cls Initial Commit 2015-10-26 01:07:55 +00:00
local.sty Initial Commit 2015-10-26 01:07:55 +00:00
symbols.sty Initial Commit 2015-10-26 01:07:55 +00:00
toolbox.sty Initial Commit 2015-10-26 01:07:55 +00:00

README

* Typeset

In order to typeset the LaTeX document, run
  pdflatex Jauslin_2015-PhD.tex
  pdflatex Jauslin_2015-PhD.tex
  pdflatex Jauslin_2015-PhD.tex


* Files

  Jauslin_2015-PhD.tex :
    body of the paper.

  bibliography-intro.BBlog.tex :
  bibliography-bilayer.BBlog.tex :
  bibliography-kondo.BBlog.tex :
    list of references for each part.

  BBlog.sty :
    bibliography related commands.

  Figs :
    figures

  header.sty :
    list of packages.

  local.sty:
    local definitions

  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.