Initial Commit
This commit is contained in:
commit
383ef49493
46
BBlog.sty
Normal file
46
BBlog.sty
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
%%
|
||||||
|
%% BBlog bibliography related commands
|
||||||
|
%%
|
||||||
|
|
||||||
|
%% length used to display the bibliography
|
||||||
|
\newlength{\rw}
|
||||||
|
\setlength{\rw}{1.75cm}
|
||||||
|
|
||||||
|
%% read header
|
||||||
|
\IfFileExists{header.BBlog.tex}{\input{header.BBlog}}{}
|
||||||
|
|
||||||
|
%% cite a reference
|
||||||
|
\def\cite#1{%
|
||||||
|
\ref{cite#1}%
|
||||||
|
%% add entry to citelist after checking it has not already been added
|
||||||
|
\ifcsname if#1cited\endcsname%
|
||||||
|
\expandafter\if\csname if#1cited\endcsname%
|
||||||
|
\else%
|
||||||
|
\csname if#1citedtrue\endcsname%
|
||||||
|
\immediate\write\refout{\noexpand\BBlogcite{#1}}%
|
||||||
|
\fi%
|
||||||
|
\else%
|
||||||
|
\expandafter\newif\csname if#1cited\endcsname%
|
||||||
|
\csname if#1citedtrue\endcsname%
|
||||||
|
\immediate\write\refout{\noexpand\BBlogcite{#1}}%
|
||||||
|
\fi%
|
||||||
|
}
|
||||||
|
%% an empty definition for the aux file
|
||||||
|
\def\BBlogcite#1{}
|
||||||
|
|
||||||
|
%% an entry
|
||||||
|
\long\def\BBlogentry#1#2#3{
|
||||||
|
\hrefanchor
|
||||||
|
\outdef{label@cite#1}{#2}
|
||||||
|
\parbox[t]{\rw}{[\cite{#1}]}\parbox[t]{\colw}{#3}\par
|
||||||
|
\bigskip
|
||||||
|
}
|
||||||
|
|
||||||
|
%% display the bibliography
|
||||||
|
\newlength{\colw}
|
||||||
|
\setlength{\colw}{\textwidth}
|
||||||
|
\addtolength{\colw}{-\rw}
|
||||||
|
\long\def\BBlography#1{
|
||||||
|
\IfFileExists{#1.tex}{
|
||||||
|
\input{#1}}{{\tt error: missing BBlog bibliography file}}
|
||||||
|
}
|
BIN
Figs/bands.pdf
Normal file
BIN
Figs/bands.pdf
Normal file
Binary file not shown.
BIN
Figs/basegrid.pdf
Normal file
BIN
Figs/basegrid.pdf
Normal file
Binary file not shown.
BIN
Figs/cellgraph.pdf
Normal file
BIN
Figs/cellgraph.pdf
Normal file
Binary file not shown.
BIN
Figs/feynmantree-feynman.pdf
Normal file
BIN
Figs/feynmantree-feynman.pdf
Normal file
Binary file not shown.
BIN
Figs/feynmantree-tree.pdf
Normal file
BIN
Figs/feynmantree-tree.pdf
Normal file
Binary file not shown.
BIN
Figs/figferm.pdf
Normal file
BIN
Figs/figferm.pdf
Normal file
Binary file not shown.
BIN
Figs/hoppings.pdf
Normal file
BIN
Figs/hoppings.pdf
Normal file
Binary file not shown.
BIN
Figs/s-d_beta_plot.pdf
Normal file
BIN
Figs/s-d_beta_plot.pdf
Normal file
Binary file not shown.
BIN
Figs/s-d_kondo_temp_peak_max.pdf
Normal file
BIN
Figs/s-d_kondo_temp_peak_max.pdf
Normal file
Binary file not shown.
BIN
Figs/sd_phase.pdf
Normal file
BIN
Figs/sd_phase.pdf
Normal file
Binary file not shown.
BIN
Figs/sd_susc_0_28.pdf
Normal file
BIN
Figs/sd_susc_0_28.pdf
Normal file
Binary file not shown.
BIN
Figs/sd_susc_beta_cutoff.pdf
Normal file
BIN
Figs/sd_susc_beta_cutoff.pdf
Normal file
Binary file not shown.
BIN
Figs/sd_susc_beta_plot.pdf
Normal file
BIN
Figs/sd_susc_beta_plot.pdf
Normal file
Binary file not shown.
BIN
Figs/sd_susc_plot.pdf
Normal file
BIN
Figs/sd_susc_plot.pdf
Normal file
Binary file not shown.
BIN
Figs/spanningTree.pdf
Normal file
BIN
Figs/spanningTree.pdf
Normal file
Binary file not shown.
BIN
Figs/tree-root.pdf
Normal file
BIN
Figs/tree-root.pdf
Normal file
Binary file not shown.
4733
Jauslin_2015-PhD.tex
Normal file
4733
Jauslin_2015-PhD.tex
Normal file
File diff suppressed because it is too large
Load Diff
58
README
Normal file
58
README
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
* 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.
|
48
bibliography-bilayer.BBlog.tex
Normal file
48
bibliography-bilayer.BBlog.tex
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
\BBlogentry{bilayerAR98}{AR98}{A. Abdesselam, V. Rivasseau - {\it Explicit Fermionic tree expansions}, Letters in Mathematical Physics, Vol.~44, n.~1, p.~77-88, 1998, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1023/A:1007413417112}{10.1023/A:1007413417112}}.}
|
||||||
|
\BBlogentry{bilayerBF84}{BF84}{G.A. Battle, P. Federbush - {\it A note on cluster expansions, tree graph identities, extra $1/N!$ factors!!!}, Letters in Mathematical Physics, Vol.~8, p.~55-57, 1984, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF00420041}{10.1007/BF00420041}}.}
|
||||||
|
\BBlogentry{bilayerBG90}{BG90}{G. Benfatto, G. Gallavotti - {\it Perturbation theory of the Fermi surface in a quantum liquid - a general quasiparticle formalism and one-dimensional systems}, Journal of Statistical Physics, Vol.~59, n.~3-4, p.~541-664, 1990, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01025844}{10.1007/BF01025844}}.}
|
||||||
|
\BBlogentry{bilayerBG95}{BG95}{G. Benfatto, G. Gallavotti - {\it Renormalization Group}, Princeton University Press, 1995.}
|
||||||
|
\BBlogentry{bilayerBM02}{BM02}{G. Benfatto, V. Mastropietro - {\it On the density-density critical indices in interacting Fermi systems}, Communications in Mathematical Physics, Vol.~231, n.~1, p.~97-134, 2002, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-002-0671-x}{10.1007/s00220-002-0671-x}}.}
|
||||||
|
\BBlogentry{bilayerBGM06}{BGM06}{G. Benfatto, A. Giuliani, V. Mastropietro - {\it Fermi liquid behavior in the 2D Hubbard model}, Annales Henri Poincar\'e, Vol.~7, p.~809-898, 2006, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00023-006-0270-z}{10.1007/s00023-006-0270-z}}.}
|
||||||
|
\BBlogentry{bilayerBF78}{BF78}{D. Brydges, P. Federbush - {\it A new form of the Mayer expansion in classical statistical mechanics}, Journal of Mathematical Physics, Vol.~19, p.~2064, 1978, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1063/1.523586}{10.1063/1.523586}}.}
|
||||||
|
\BBlogentry{bilayerBK87}{BK87}{D.C. Brydges, T. Kennedy - {\it Mayer expansions and the Hamilton-Jacobi equation}, Journal of Statistical Physics, Vol.~48, n.~1-2, p.~19-49, 1987, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01010398}{10.1007/BF01010398}}.}
|
||||||
|
\BBlogentry{bilayerCTV12}{CTV12}{V. Cvetkovic, R.E. Throckmorton, O. Vafek - {\it Electronic multicriticality in bilayer graphene}, Physical Review B, Vol.~86, n.~075467, 2012, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.86.075467}{10.1103/PhysRevB.86.075467}}.}
|
||||||
|
\BBlogentry{bilayerDDe79}{DDe79}{R.E. Doezema, W.R. Datars, H. Schaber, A. Van Schyndel - {\it Far-infrared magnetospectroscopy of the Landau-level structure in graphite}, Physical Review B, Vol.~19, n.~8, p.~4224-4230, 1979, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.19.4224}{10.1103/PhysRevB.19.4224}}.}
|
||||||
|
\BBlogentry{bilayerDD02}{DD02}{M.S. Dresselhaus, G. Dresselhaus - {\it Intercalation compounds of graphite}, Advances in Physics, Vol.~51, n.~1, p.~1-186, 2002, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1080/00018730110113644}{10.1080/00018730110113644}}.}
|
||||||
|
\BBlogentry{bilayerFKT04}{FKT04}{J. Feldman, H. Kn\"orrer, E. Trubowitz - {\it A two dimensional Fermi liquid. Part~1: Overview}, Communications in Mathematical Physics, Vol.~247, n.~1, p.~1-47, 2004, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-003-0996-0}{10.1007/s00220-003-0996-0}}.}
|
||||||
|
\BBlogentry{bilayerFKT04b}{FKT04b}{J. Feldman, H. Kn\"orrer, E. Trubowitz - {\it A two dimensional Fermi liquid. Part~2: Convergence}, Communications in Mathematical Physics, Vol.~247, n.~1, p.~49-111, 2004, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-003-0997-z}{10.1007/s00220-003-0997-z}}.}
|
||||||
|
\BBlogentry{bilayerFKT04c}{FKT04c}{J. Feldman, H. Kn\"orrer, E. Trubowitz - {\it A two dimensional Fermi liquid. Part~3: The Fermi surface}, Communications in Mathematical Physics, Vol.~247, n.~1, p.~113-177, 2004, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-003-0998-y}{10.1007/s00220-003-0998-y}}.}
|
||||||
|
\BBlogentry{bilayerGN85}{GN85}{G. Gallavotti, F. Nicol\`o - {\it Renormalization theory for four dimensional scalar fields I}, Communications in Mathematical Physics, Vol.~100, p.~545-590, 1985, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01217729}{10.1007/BF01217729}}.}
|
||||||
|
\BBlogentry{bilayerGN85b}{GN85b}{G. Gallavotti, F. Nicol\`o - {\it Renormalization theory in four dimensional scalar fields II}, Communications in Mathematical Physics, Vol.~101, n.~2, p.~247-282, 1985, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01218761}{10.1007/BF01218761}}.}
|
||||||
|
\BBlogentry{bilayerGN07}{GN07}{A.K. Geim, K.S. Novoselov - {\it The rise of graphene}, Nature Materials, Vol.~6, p.~183-191, 2007, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1038/nmat1849}{10.1038/nmat1849}}.}
|
||||||
|
\BBlogentry{bilayerGe11}{Ge11}{A.K. Geim - {\it Nobel Lecture: Random walk to graphene}, Reviews of Modern Physics, Vol.~83, p.~851-862, 2011, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/RevModPhys.83.851}{10.1103/RevModPhys.83.851}}.}
|
||||||
|
\BBlogentry{bilayerGM01}{GM01}{G. Gentile, V. Mastropietro - {\it Renormalization group for one-dimensional fermions - a review on mathematical results}, Physics Reports, Vol.~352, p.~273-437, 2001, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1016/S0370-1573(01)00041-2}{10.1016/S0370-1573(01)00041-2}}.}
|
||||||
|
\BBlogentry{bilayerGM10}{GM10}{A. Giuliani, V. Mastropietro - {\it The two-dimensional Hubbard model on the honeycomb lattice}, Communications in Mathematical Physics, Vol.~293, p.~301-364, 2010, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-009-0910-5}{10.1007/s00220-009-0910-5}}.}
|
||||||
|
\BBlogentry{bilayerGi10}{Gi10}{A. Giuliani - {\it The Ground State Construction of the Two-dimensional Hubbard Model on the Honeycomb Lattice}, Quantum Theory from Small to Large Scales, lecture notes of the Les Houches Summer School, Vol.~95, Oxford University Press, 2010.}
|
||||||
|
\BBlogentry{bilayerGMP10}{GMP10}{A. Giuliani, V. Mastropietro, M. Porta - {\it Lattice gauge theory model for graphene}, Physical Review B, Vol.~82, n.~121418(R), 2010, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.82.121418}{10.1103/PhysRevB.82.121418}}.}
|
||||||
|
\BBlogentry{bilayerGMP11}{GMP11}{A. Giuliani, V. Mastropietro, M. Porta - {\it Absence of interaction corrections in the optical conductivity of graphene}, Physical Review B, Vol.~83, n.~195401, 2011, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.83.195401}{10.1103/PhysRevB.83.195401}}.}
|
||||||
|
\BBlogentry{bilayerGMP11b}{GMP11b}{A. Giuliani, V. Mastropietro, M. Porta - {\it Lattice quantum electrodynamics for graphene}, Annals of Physics, Vol.~327, n.~2, p.~461-511, 2011, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1016/j.aop.2011.10.007}{10.1016/j.aop.2011.10.007}}.}
|
||||||
|
\BBlogentry{bilayerGMP12}{GMP12}{A. Giuliani, V. Mastropietro, M. Porta - {\it Universality of conductivity in interacting graphene}, Communications in Mathematical Physics, Vol.~311, n.~2, p.~317-355, 2012, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-012-1444-9}{10.1007/s00220-012-1444-9}}.}
|
||||||
|
\BBlogentry{GiJ15}{GJ15}{A. Giuliani, I. Jauslin - {\it The ground state construction of bilayer graphene}, preprint, 2015, arXiv:{\color{blue}\href{http://arxiv.org/abs/1507.06024}{1507.06024}}.}
|
||||||
|
\BBlogentry{bilayerLu13}{Lu13}{L. Lu - {\it Constructive analysis of two dimensional Fermi systems at finite temperature}, PhD thesis, Institute for Theoretical Physics, Heidelberg, \url{http://www.ub.uni-heidelberg.de/archiv/14947}, 2013.}
|
||||||
|
\BBlogentry{bilayerMNe07}{MNe07}{L.M. Malard, J. Nilsson, D.C. Elias, J.C. Brant, F. Plentz, E.S. Alves, A.H.C. Neto, M.A. Pimenta - {\it Probing the electronic structure of bilayer graphene by Raman scattering}, Physical Review B, Vol.~76, n.~201401, 2007, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.76.201401}{10.1103/PhysRevB.76.201401}}.}
|
||||||
|
\BBlogentry{bilayerMa11}{Ma11}{V. Mastropietro - {\it Conductivity between Luttinger liquids: coupled chains and bilayer graphene}, Physical Review B, Vol.~84, n.~035109, 2011, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.84.035109}{10.1103/PhysRevB.84.035109}}.}
|
||||||
|
\BBlogentry{bilayerMF06}{MF06}{E. McCann, V.I. Fal'ko - {\it Landau-level degeneracy and Quantum Hall Effect in a graphite bilayer}, Physical Review Letters, Vol.~86, 086805, 2006, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevLett.96.086805}{10.1103/PhysRevLett.96.086805}}.}
|
||||||
|
\BBlogentry{bilayerMc57}{Mc57}{J.W. McClure - {\it Band structure of graphite and de Haas-van Alphen effect}, Physical review, Vol.~108, p.~612-618, 1957, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.108.612}{10.1103/PhysRev.108.612}}.}
|
||||||
|
\BBlogentry{bilayerMMD79}{MMD79}{A. Misu, E.E. Mendez, M.S. Dresselhaus - {\it Near Infrared Reflectivity of Graphite under Hydrostatic Pressure}, Journal of the Physical Society of Japan, Vol.~47, n.~1, p.~199-207, 1979, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1143/JPSJ.47.199}{10.1143/JPSJ.47.199}}.}
|
||||||
|
\BBlogentry{bilayerNGe04}{NGe04}{K.S. Novoselov, A.K. Geim, S. V.Morozov, D. Jiang, Y. Zhang, S.V. Dubonos, I.V. Grigorieva, A.A. Firsov - {\it Electric field effect in atomically thin carbon films}, Science, vol.~306, p.~666-669, 2004, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1126/science.1102896}{10.1126/science.1102896}}.}
|
||||||
|
\BBlogentry{bilayerNGe05}{NGe05}{K.S. Novoselov, A.K. Geim, S.V. Morozov, D. Jiang, M.I. Katsnelson, I.V. Grigorieva, S.V. Dubonos, A.A. Firsov - {\it Two-dimensional gas of massless Dirac fermions in graphene}, Nature, Vol.~438, n.~10, p.~197-200, 2005, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1038/nature04233}{10.1038/nature04233}}.}
|
||||||
|
\BBlogentry{bilayerNMe06}{NMe06}{K.S. Novoselov, E. McCann, S.V. Morozov, V.I. Fal'ko, M.I. Katsnelson, U. Zeitler, D.Jiang, F. Schedin, A.K. Geim - {\it Unconventional quantum Hall effect and Berry's phase of $\pi$ in bilayer graphene}, Nature Physics, Vol.~2, p.~177-180, 2006, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1038/nphys245}{10.1038/nphys245}}.}
|
||||||
|
\BBlogentry{bilayerPP06}{PP06}{V. Partoens, F.M. Peeters - {\it From graphene to graphite: electronic structure around the $K$ point}, Physical Review B, Vol.~74, n.~075404, 2006, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.74.075404}{10.1103/PhysRevB.74.075404}}.}
|
||||||
|
\BBlogentry{bilayerSS08}{SS08}{W.A. de S. Pedra, M. Salmhofer - {\it Determinant bounds and the Matsubara UV problem of many-fermion systems}, Communications in Mathematical Physics, Vol.~282, n.~3, p.~797-818, 2008, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-008-0463-z}{10.1007/s00220-008-0463-z}}.}
|
||||||
|
\BBlogentry{bilayerSa13}{Sa13}{M. Salmhofer - {\it Renormalization: an introduction}, Springer Science \& Business Media, 2013.}
|
||||||
|
\BBlogentry{bilayerSW58}{SW58}{J.C. Slonczewski, P.R. Weiss - {\it Band structure of graphite}, Physical Review, Vol.~109, p.~272-279, 1958, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.109.272}{10.1103/PhysRev.109.272}}.}
|
||||||
|
\BBlogentry{bilayerTV12}{TV12}{R.E. Throckmorton, O. Vafek - {\it Fermions on bilayer graphene: symmetry breaking for $B=0$ and $
|
||||||
|
u=0$}, Physical Review B, Vol.~86, 115447, 2012, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.86.115447}{10.1103/PhysRevB.86.115447}}.}
|
||||||
|
\BBlogentry{bilayerTDD77}{TDD77}{W.W. Toy, M.S. Dresselhaus, G. Dresselhaus - {\it Minority carriers in graphite and the H-point magnetoreflection spectra}, Physical Review B, Vol.~15, p.~4077-4090, 1977, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.15.4077}{10.1103/PhysRevB.15.4077}}.}
|
||||||
|
\BBlogentry{bilayerTMe92}{TMe92}{S.B. Trickey, F. M\"uller-Plathe, G.H.F. Diercksen, J.C. Boettger - {\it Interplanar binding and lattice relaxation in a graphite dilayer}, Physical Review B, Vol.~45, p.~4460-4468, 1992, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.45.4460}{10.1103/PhysRevB.45.4460}}.}
|
||||||
|
\BBlogentry{bilayerVa10}{Va10}{O. Vafek - {\it Interacting Fermions on the honeycomb bilayer: from weak to strong coupling}, Physical Review B, Vol.~82, 205106, 2010, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.82.205106}{10.1103/PhysRevB.82.205106}}.}
|
||||||
|
\BBlogentry{bilayerVY10}{VY10}{O. Vafek, K. Yang - {\it Many-body instability of Coulomb interacting bilayer graphene: renormalization group approach}, Physical Review B, Vol.~81, 041401, 2010, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.81.041401}{10.1103/PhysRevB.81.041401}}.}
|
||||||
|
\BBlogentry{bilayerWa47}{Wa47}{P.R. Wallace - {\it The band theory of graphite}, Physical Review, Vol.~71, n.~9, p.~622-634, 1947, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.71.622}{10.1103/PhysRev.71.622}}.}
|
||||||
|
\BBlogentry{bilayerZTe05}{ZTe05}{Y. Zhang, Y. Tan, H.L. Stormer, P. Kim - {\it Experimental observation of the quantum Hall effect and Berry's phase in graphene}, Nature, Vol.~438, n.~10, p.~201-204, 2005, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1038/nature04235}{10.1038/nature04235}}.}
|
||||||
|
\BBlogentry{bilayerZLe08}{ZLe08}{L.M. Zhang, Z.Q. Li, D.N. Basov, M.M. Fogler, Z. Hao, M.C. Martin - {\it Determination of the electronic structure of bilayer graphene from infrared spectroscopy}, Physical Review B, Vol.~78, n.~235408, 2008, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.78.235408}{10.1103/PhysRevB.78.235408}}.}
|
33
bibliography-intro.BBlog.tex
Normal file
33
bibliography-intro.BBlog.tex
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
\BBlogentry{An70}{An70}{P.W. Anderson - {\it A poor man's derivation of scaling laws for the Kondo problem}, Journal of Physics C: Solid State Physics, Vol.~3, p.~2436, 1970, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1088/0022-3719/3/12/008}{10.1088/0022-3719/3/12/008}}.}
|
||||||
|
\BBlogentry{Ba94}{Ba94}{J. Barrow-Green - {\it Oscar II's prize competition and the error in Poincar\'e's memoir on the three body problem}, Archive for History of Exact Sciences, Vol.~48, n.~2, p.~107-131, 1994, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF00374436}{10.1007/BF00374436}}.}
|
||||||
|
\BBlogentry{BCe78}{BCe78}{G. Benfatto, M. Cassandro, G. Gallavotti, F. Nicol\`o, E. Olivieri, E. Presutti, E. Scacciatelli - {\it Some probabilistic techniques in field theory}, Communications in Mathematical Physics, Vol.~59, n.~2, p.~143-166, 1978, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01614247}{10.1007/BF01614247}}.}
|
||||||
|
\BBlogentry{BCe80}{BCe80}{G. Benfatto, M. Cassandro, G. Gallavotti, F. Nicol\`o, E. Olivieri, E. Presutti, E. Scacciatelli - {\it Ultraviolet stability in Euclidean scalar field theories}, Communications in Mathematical Physics, Vol.~71, n.~2, p.~95-130, 1980, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01197916}{10.1007/BF01197916}}.}
|
||||||
|
\BBlogentry{BG90}{BG90}{G. Benfatto, G. Gallavotti - {\it Perturbation theory of the Fermi surface in a quantum liquid - a general quasiparticle formalism and one-dimensional systems}, Journal of Statistical Physics, Vol.~59, n.~3-4, p.~541-664, 1990, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01025844}{10.1007/BF01025844}}.}
|
||||||
|
\BBlogentry{BGM06}{BGM06}{G. Benfatto, A. Giuliani, V. Mastropietro - {\it Fermi liquid behavior in the 2D Hubbard model}, Annales Henri Poincar\'e, Vol.~7, p.~809-898, 2006, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00023-006-0270-z}{10.1007/s00023-006-0270-z}}.}
|
||||||
|
\BBlogentry{Br09}{Br09}{J. Braun - {\it The QCD phase boundary from quark-gluon dynamics}, European Physics Journal C, Vol.~64, n.~3, p.~459-482, 2009, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1140/epjc/s10052-009-1136-6}{10.1140/epjc/s10052-009-1136-6}}.}
|
||||||
|
\BBlogentry{DJ69}{DJ69}{C. Di Castro, G. Jona-Lasinio - {\it On the microscopic foundation of scaling laws}, Physics Letters A, Vol.~29, n.~6, p.~322-323, 1969, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1016/0375-9601(69)90148-0}{10.1016/0375-9601(69)90148-0}}.}
|
||||||
|
\BBlogentry{Do91}{Do91}{T.C. Dorlas - {\it Renormalization group analysis of a simple hierarchical fermion model}, Communications in Mathematical Physics, Vol.~136, p.~169-194, 1991, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF02096796}{10.1007/BF02096796}}.}
|
||||||
|
\BBlogentry{Dy49}{Dy49}{F.J. Dyson - {\it The radiation theories of Tomonaga, Schwinger and Feynman}, Physical Review, Vol.~75, n.~3, p.~486-502, 1949, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.75.486}{10.1103/PhysRev.75.486}}.}
|
||||||
|
\BBlogentry{Dy69}{Dy69}{F.J. Dyson - {\it Existence of a phase-transition in a one-dimensional Ising ferromagnet}, Communications in Mathematical Physics, Vol.~12, p.~91-107, 1969, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01645907}{10.1007/BF01645907}}.}
|
||||||
|
\BBlogentry{EMS75}{EMS75}{J.P. Eckmann, J. Magnen, R. S\'en\'eor - {\it Decay properties and borel summability for the Schwinger functions in $P(\phi)_2$ theories}, Communications in Mathematical Physics, Vol.~39, n.~4, p.~251-271, 1975, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01705374}{10.1007/BF01705374}}.}
|
||||||
|
\BBlogentry{FKT04}{FKT04}{J. Feldman, H. Kn\"orrer, E. Trubowitz - {\it A two dimensional Fermi liquid. Part~1: Overview}, Communications in Mathematical Physics, Vol.~247, n.~1, p.~1-47, 2004, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/s00220-003-0996-0}{10.1007/s00220-003-0996-0}}.}
|
||||||
|
\BBlogentry{Fe49b}{Fe49}{R.P. Feynman - {\it Space-time approach to Quantum Electrodynamics}, Physical Review, Vol.~76, n.~6, p.~769-789, 1949, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.76.769}{10.1103/PhysRev.76.769}}.}
|
||||||
|
\BBlogentry{Ga85}{Ga85}{G. Gallavotti - {\it Renormalization theory and ultraviolet stability for scalar fields via renormalization group methods}, Reviews of Modern Physics, Vol.~57, p.~471-562, 1985, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/RevModPhys.57.471}{10.1103/RevModPhys.57.471}}.}
|
||||||
|
\BBlogentry{Ga94b}{Ga94}{G. Gallavotti - {\it Twistless KAM tori, quasi flat homoclinic intersections, and other cancellations in the perturbation series of certain completely integrable hamiltonian systems: A review}, Reviews in Mathematical Physics, Vol.~6, n.~3, p.~343, 1994, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1142/S0129055X9400016X}{10.1142/S0129055X9400016X}}.}
|
||||||
|
\BBlogentry{GK81}{GK81}{K. Gawedzki, A. Kupiainen - {\it Renormalization group study of a critical lattice model I: Convergence to the line of fixed points}, Communications in Mathematical Physics, Vol.~82, n.~3, p.~407-433, 1981, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01237048}{10.1007/BF01237048}}.}
|
||||||
|
\BBlogentry{GK82}{GK82}{K. Gawedzki, A. Kupiainen - {\it Renormalization group study of a critical lattice model II: The correlation functions}, Communications in Mathematical Physics, Vol.~83, n.~4, p.~469-492, 1982, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01208712}{10.1007/BF01208712}}.}
|
||||||
|
\BBlogentry{GK85}{GK85}{K. Gaw\c{e}dzki, A. Kupiainen - {\it Gross-Neveu model through convergent perturbation expansions}, Communications in Mathematical Physics, Vol.~102, p.~1-30, 1985, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01208817}{10.1007/BF01208817}}.}
|
||||||
|
\BBlogentry{GL54}{GL54}{M. Gell-Mann, F.E. Low - {\it Quantum electrodynamics at small distances}, Physical Review, Vol.~95, n.~5, p.~1300-1312, 1954, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.95.1300}{10.1103/PhysRev.95.1300}}.}
|
||||||
|
\BBlogentry{Ja15}{Ja15}{{\tt meankondo}, developped by I.~Jauslin, {\color{blue}\url{http://ian.jauslin.org/software/meankondo}}}
|
||||||
|
\BBlogentry{Ko64}{Ko64}{J. Kondo - {\it Resistance minimum in dilute magnetic alloys}, Progress of Theoretical Physics, Vol.~32, n.~1, 1964, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1143/PTP.32.37}{10.1143/PTP.32.37}}.}
|
||||||
|
\BBlogentry{La89}{La89}{J. Laskar - {\it A numerical experiment on the chaotic behavior of the Solar System}, Nature, Vol.~338, p.~237-238, 1989, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1038/338237a0}{10.1038/338237a0}}.}
|
||||||
|
\BBlogentry{MS77}{MS77}{J. Magnen, R. S\'en\'eor - {\it Phase space cell expansion and Borel summability for the Euclidean $\varphi^4_3$ theory}, Communications in Mathematical Physics, Vol.~56, n.~3, p.~237-276, 1977, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01614211}{10.1007/BF01614211}}.}
|
||||||
|
\BBlogentry{Po84}{Po84}{J. Polchinski - {\it Renormalization and effective lagrangians}, Nuclear Physics B, Vol.~231, n.~2, p.~269-295, 1984, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1016/0550-3213(84)90287-6}{10.1016/0550-3213(84)90287-6}}.}
|
||||||
|
\BBlogentry{Ro12}{Ro12}{O.J. Rosten - {\it Fundamentals of the exact renormalization group}, Physics Reports, Vol.~511, n.~4, p.~177-272, 2012, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1016/j.physrep.2011.12.003}{10.1016/j.physrep.2011.12.003}}.}
|
||||||
|
\BBlogentry{Sc49b}{Sc49}{J. Schwinger - {\it Quantum Electrodynamics III. The electromagnetic properties of the electron-radiative corrections to scattering}, Physical Review, Vol.~76, n.~6, p.~790-817, 1949, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.75.651}{10.1103/PhysRev.75.651}}.}
|
||||||
|
\BBlogentry{SP53}{SP53}{E.C.G. Stueckelberg, A. Petermann - {\it La normalisation des constantes dans la theorie des quanta}, Helvetica Physica Acta, Vol.~26, n.~5, p.~499-520, 1953.}
|
||||||
|
\BBlogentry{To48}{To48}{S. Tomonaga - {\it On infinite field reactions in quantum field theory}, Physical Review, Vol.~74, p.~224-225, 1948, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.74.224}{10.1103/PhysRev.74.224}}.}
|
||||||
|
\BBlogentry{Va10}{Va10}{O. Vafek - {\it Interacting Fermions on the honeycomb bilayer: from weak to strong coupling}, Physical Review B, Vol.~82, 205106, 2010, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.82.205106}{10.1103/PhysRevB.82.205106}}.}
|
||||||
|
\BBlogentry{Wi65}{Wi65}{K.G. Wilson - {\it Model Hamiltonians for Local Quantum Field Theory}, Physical Review, Vol.~140, n.~2B, p.~B445-B457, 1965, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.140.B445}{10.1103/PhysRev.140.B445}}.}
|
||||||
|
\BBlogentry{Wi75}{Wi75}{K.G. Wilson - {\it The renormalization group: Critical phenomena and the Kondo problem}, Reviews of Modern Physics, Vol.~47, n.~4, 1975, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/RevModPhys.47.773}{10.1103/RevModPhys.47.773}}.}
|
||||||
|
\BBlogentry{Wi83}{Wi83}{K.G. Wilson - {\it The renormalization group and critical phenomena}, Reviews of Modern Physics, Vol.~55, n.~3, p.~583-600, 1983, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/RevModPhys.55.583}{10.1103/RevModPhys.55.583}}.}
|
21
bibliography-kondo.BBlog.tex
Normal file
21
bibliography-kondo.BBlog.tex
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
\BBlogentry{kondoAn61}{An61}{P.W. Anderson - {\it Localized magnetic states in metals}, Physical Review, Vol.~124, n.~1, p.~41-53, 1961, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.124.41}{10.1103/PhysRev.124.41}}.}
|
||||||
|
\BBlogentry{kondoAY69}{AY69}{P.W. Anderson, G. Yuval - {\it Exact results in the Kondo problem: equivalence to a classical one-dimensional Coulomb gas}, Physical Review Letters, Vol.~23, n.~2, p.~89-92, 1969, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevLett.23.89}{10.1103/PhysRevLett.23.89}}.}
|
||||||
|
\BBlogentry{kondoAn70}{An70}{P.W. Anderson - {\it A poor man's derivation of scaling laws for the Kondo problem}, Journal of Physics C: Solid State Physics, Vol.~3, p.~2436, 1970, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1088/0022-3719/3/12/008}{10.1088/0022-3719/3/12/008}}.}
|
||||||
|
\BBlogentry{kondoAYH70}{AYH70}{P.W. Anderson, G. Yuval, D.R. Hamann - {\it Exact results in the Kondo problem - II. Scaling theory, qualitatively correct solution, and some new results on one-dimensional classical statistical mechanics}, Physical Review B, Vol.~1, n.~11, p.~4464-4473, 1970, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevB.1.4464}{10.1103/PhysRevB.1.4464}}.}
|
||||||
|
\BBlogentry{kondoAn80}{An80}{N. Andrei - {\it Diagonalization of the Kondo Hamiltonian}, Physical Review Letters, Vol.~45, n.~5, 1980, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevLett.45.379}{10.1103/PhysRevLett.45.379}}.}
|
||||||
|
\BBlogentry{kondoAFL83}{AFL83}{N. Andrei, K. Furuya, J.H. Lowenstein - {\it Solution of the Kondo problem}, Reviews of Modern Physics, Vol.~55, n.~2, p.~331-402, 1983, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/RevModPhys.55.331}{10.1103/RevModPhys.55.331}}.}
|
||||||
|
\BBlogentry{kondoBG90}{BG90}{G. Benfatto, G. Gallavotti - {\it Perturbation theory of the Fermi surface in a quantum liquid - a general quasiparticle formalism and one-dimensional systems}, Journal of Statistical Physics, Vol.~59, n.~3-4, p.~541-664, 1990, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01025844}{10.1007/BF01025844}}.}
|
||||||
|
\BBlogentry{kondoBGe94}{BGe94}{G. Benfatto, G. Gallavotti, A.Procacci, B. Scoppola - {\it Beta function and Schwinger functions for a many Fermions system in one dimension - Anomaly of the Fermi surface}, Communications in Mathematical Physics, Vol.~160, p.~93-171, 1994, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF02099791}{10.1007/BF02099791}}.}
|
||||||
|
\BBlogentry{kondoBGJ15}{BGJ15}{G. Benfatto, G. Gallavotti, I. Jauslin - {\it Kondo effect in a Fermionic hierarchical model}, to appear in the Journal of Statistical Physics, 2015, doi:{\color{blue}\href{http://dx.doi.org/10.1007/s10955-015-1378-7}{10.1007/s10955-015-1378-7}}.}
|
||||||
|
\BBlogentry{kondoDo91}{Do91}{T.C. Dorlas - {\it Renormalization group analysis of a simple hierarchical fermion model}, Communications in Mathematical Physics, Vol.~136, p.~169-194, 1991, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF02096796}{10.1007/BF02096796}}.}
|
||||||
|
\BBlogentry{kondoDy69}{Dy69}{F.J. Dyson - {\it Existence of a phase-transition in a one-dimensional Ising ferromagnet}, Communications in Mathematical Physics, Vol.~12, p.~91-107, 1969, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF01645907}{10.1007/BF01645907}}.}
|
||||||
|
\BBlogentry{kondoGJ15}{GJ15}{G. Gallavotti, I. Jauslin - {\it Kondo effect in the hierarchical $s-d$ model}, to appear in the Journal of Statistical Physics, 2015, doi:{\color{blue}\href{http://dx.doi.org/10.1007/s10955-015-1370-2}{10.1007/s10955-015-1370-2}}.}
|
||||||
|
\BBlogentry{Ja15}{Ja15}{{\tt meankondo}, developped by I.~Jauslin, {\color{blue}\url{http://ian.jauslin.org/software/meankondo}}}
|
||||||
|
\BBlogentry{kondoKi76}{Ki76}{C. Kittel - {\it Introduction to solid state physics}, Wiley\&Sons, 1976.}
|
||||||
|
\BBlogentry{kondoKo64}{Ko64}{J. Kondo - {\it Resistance minimum in dilute magnetic alloys}, Progress of Theoretical Physics, Vol.~32, n.~1, 1964, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1143/PTP.32.37}{10.1143/PTP.32.37}}.}
|
||||||
|
\BBlogentry{kondoKo05}{Ko05}{J. Kondo - {\it Sticking to my bush}, Journal of the Physical Society of Japan, Vol.~74, n.~1, p.~1-3, 2005, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1143/JPSJ.74.1}{10.1143/JPSJ.74.1}}.}
|
||||||
|
\BBlogentry{kondoNo74}{No74}{P. Nozi\`eres - {\it A ``Fermi-liquid'' description of the Kondo problem at low temperatures}, Journal of Low Temperature Physics, Vol.~17, n.~1-2, p.~31-42, 1974, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1007/BF00654541}{10.1007/BF00654541}}.}
|
||||||
|
\BBlogentry{kondoSh94}{Sh94}{R. Shankar - {\it Renormalization group approach to interacting fermions}, Reviews of Modern Physics, Vol.~66, n.~1, p.~129-192, 1994, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/RevModPhys.66.129}{10.1103/RevModPhys.66.129}}.}
|
||||||
|
\BBlogentry{kondoWi65}{Wi65}{K.G. Wilson - {\it Model Hamiltonians for Local Quantum Field Theory}, Physical Review, Vol.~140, n.~2B, p.~B445-B457, 1965, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRev.140.B445}{10.1103/PhysRev.140.B445}}.}
|
||||||
|
\BBlogentry{kondoWi70}{Wi70}{K.G. Wilson - {\it Model of coupling-constant renormalization}, Physical Review D, Vol.~2, n.~8, p.~1438-1472, 1970, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/PhysRevD.2.1438}{10.1103/PhysRevD.2.1438}}.}
|
||||||
|
\BBlogentry{kondoWi75}{Wi75}{K.G. Wilson - {\it The renormalization group: Critical phenomena and the Kondo problem}, Reviews of Modern Physics, Vol.~47, n.~4, 1975, doi:{\tt\color{blue}\href{http://dx.doi.org/10.1103/RevModPhys.47.773}{10.1103/RevModPhys.47.773}}.}
|
14
header.sty
Normal file
14
header.sty
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
%%
|
||||||
|
%% Load packages
|
||||||
|
%%
|
||||||
|
|
||||||
|
\usepackage{color}
|
||||||
|
\usepackage[hidelinks]{hyperref}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage{amsfonts}
|
||||||
|
\usepackage{amssymb}
|
||||||
|
\usepackage{array}
|
||||||
|
\usepackage{etoolbox}
|
||||||
|
\usepackage{dsfont}
|
||||||
|
\usepackage{bm}
|
||||||
|
|
580
iansecs.sty
Normal file
580
iansecs.sty
Normal file
@ -0,0 +1,580 @@
|
|||||||
|
%%
|
||||||
|
%% This file contains the main style commands
|
||||||
|
%%
|
||||||
|
%% Some options can be set by changing the \loaddefaults command
|
||||||
|
%%
|
||||||
|
|
||||||
|
\usepackage{color}
|
||||||
|
\usepackage{marginnote}
|
||||||
|
|
||||||
|
\def\loaddefaults{
|
||||||
|
\sectionstrue
|
||||||
|
\subseqcountfalse
|
||||||
|
\def\seqskip{\vskip1.5cm}
|
||||||
|
\def\subseqskip{\vskip1cm}
|
||||||
|
\resetpointattheofalse
|
||||||
|
\parindent=0pt
|
||||||
|
\def\indent{\hskip20pt}
|
||||||
|
}
|
||||||
|
|
||||||
|
% false if there are no sections
|
||||||
|
\newif\ifsections
|
||||||
|
% true if equation numbers should include the subsection number
|
||||||
|
\newif\ifsubseqcount
|
||||||
|
% true if there is a table of contents
|
||||||
|
\newif\iftoc
|
||||||
|
% true if point counting should reset at each theorem
|
||||||
|
\newif\ifresetpointattheo
|
||||||
|
|
||||||
|
% a prefix to put before the section number, e.g. A for appendices
|
||||||
|
\def\sectionprefix{}
|
||||||
|
|
||||||
|
% file to write refs to
|
||||||
|
\newwrite\refout
|
||||||
|
|
||||||
|
\loaddefaults
|
||||||
|
|
||||||
|
%% style for the equation number
|
||||||
|
\def\eqnumstyle{}
|
||||||
|
|
||||||
|
%% correct vertical alignment at the end of a document
|
||||||
|
\AtEndDocument{
|
||||||
|
\vfill
|
||||||
|
\eject
|
||||||
|
}
|
||||||
|
|
||||||
|
%% prevent page breaks
|
||||||
|
\newcount\prevpostdisplaypenalty
|
||||||
|
\def\nopagebreakaftereq{
|
||||||
|
\prevpostdisplaypenalty=\postdisplaypenalty
|
||||||
|
\postdisplaypenalty=10000
|
||||||
|
}
|
||||||
|
\def\restorepagebreakaftereq{
|
||||||
|
\postdisplaypenalty=\prevpostdisplaypenalty
|
||||||
|
}
|
||||||
|
|
||||||
|
%% hyperlinks
|
||||||
|
% hyperlinkcounter
|
||||||
|
\newcounter{lncount}
|
||||||
|
% hyperref anchor
|
||||||
|
\def\hrefanchor{%
|
||||||
|
\stepcounter{lncount}%
|
||||||
|
\hypertarget{ln.\thelncount}{}%
|
||||||
|
}
|
||||||
|
|
||||||
|
%% define a command and write it to aux file
|
||||||
|
\def\outdef#1#2{%
|
||||||
|
% define command
|
||||||
|
\expandafter\xdef\csname #1\endcsname{#2}%
|
||||||
|
% hyperlink number
|
||||||
|
\expandafter\xdef\csname #1@hl\endcsname{\thelncount}%
|
||||||
|
% write command to aux
|
||||||
|
\immediate\write\@auxout{\noexpand\expandafter\noexpand\gdef\noexpand\csname #1\endcsname{\csname #1\endcsname}}%
|
||||||
|
\immediate\write\@auxout{\noexpand\expandafter\noexpand\gdef\noexpand\csname #1@hl\endcsname{\thelncount}}%
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
%% define a label for the latest tag
|
||||||
|
%% label defines a command containing the string stored in \tag
|
||||||
|
\AtBeginDocument{
|
||||||
|
\def\label#1{\expandafter\outdef{label@#1}{\safe\tag}}
|
||||||
|
|
||||||
|
%% make a custom link at any given location in the document
|
||||||
|
\def\makelink#1#2{
|
||||||
|
\hrefanchor
|
||||||
|
\outdef{label@#1}{#2}
|
||||||
|
}
|
||||||
|
|
||||||
|
\def\ref#1{%
|
||||||
|
% check whether the label is defined (hyperlink runs into errors if this check is ommitted)
|
||||||
|
\ifcsname label@#1@hl\endcsname%
|
||||||
|
\hyperlink{ln.\csname label@#1@hl\endcsname}{{\color{blue}\safe\csname label@#1\endcsname}}%
|
||||||
|
\else%
|
||||||
|
\ifcsname label@#1\endcsname%
|
||||||
|
{\color{blue}\csname label@#1\endcsname}%
|
||||||
|
\else%
|
||||||
|
{\bf ??}%
|
||||||
|
\fi%
|
||||||
|
\fi%
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% counters
|
||||||
|
\newcounter{partcount}
|
||||||
|
\newcounter{sectioncount}
|
||||||
|
\newcounter{subsectioncount}
|
||||||
|
\newcounter{pointcount}
|
||||||
|
\newcounter{subpointcount}
|
||||||
|
\newcounter{subsubpointcount}
|
||||||
|
\newcounter{seqcount}
|
||||||
|
\newcounter{figcount}
|
||||||
|
\newcounter{Theocount}
|
||||||
|
\newcounter{tocpartcount}
|
||||||
|
\newcounter{tocsectioncount}
|
||||||
|
\newcounter{tocsubsectioncount}
|
||||||
|
|
||||||
|
%% part command
|
||||||
|
\def\part#1{%
|
||||||
|
\partnocount{#1}{Part \Roman{partcount}}{\Roman{partcount}}%
|
||||||
|
}
|
||||||
|
|
||||||
|
%% no number
|
||||||
|
\def\partnocount#1#2#3{%
|
||||||
|
% reset counters
|
||||||
|
\stepcounter{partcount}%
|
||||||
|
\setcounter{sectioncount}{0}%
|
||||||
|
\setcounter{subsectioncount}{0}%
|
||||||
|
\setcounter{pointcount}{0}%
|
||||||
|
\setcounter{subpointcount}{0}%
|
||||||
|
\setcounter{subsubpointcount}{0}%
|
||||||
|
\setcounter{figcount}{0}%
|
||||||
|
\setcounter{Theocount}{0}%
|
||||||
|
\setcounter{seqcount}{0}%
|
||||||
|
% set section prefix
|
||||||
|
\ifnum\thepartcount>0%
|
||||||
|
\edef\sectionprefix{\Roman{partcount}.}%
|
||||||
|
\else%
|
||||||
|
\edef\sectionprefix{\thepartcount.}%
|
||||||
|
\fi%
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor%
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{#3}%
|
||||||
|
% print name
|
||||||
|
\hfil\vrule width0.5\textwidth height0.5pt\par%
|
||||||
|
\hugeskip%
|
||||||
|
{\bf\LARGE\hfil #2\par%
|
||||||
|
\hfil\vrule width50pt height0.5pt\par%
|
||||||
|
\vskip1em%
|
||||||
|
\hfil #1}\par%
|
||||||
|
\hugeskip%
|
||||||
|
\hfil\vrule width0.5\textwidth height0.5pt\par%
|
||||||
|
\seqskip%
|
||||||
|
% write to table of contents
|
||||||
|
\iftoc%
|
||||||
|
% save lncount in aux variable which is written to toc
|
||||||
|
\immediate\write\tocoutput{\noexpand\expandafter\noexpand\edef\noexpand\csname toc@part.\thepartcount\endcsname{\thelncount}}%
|
||||||
|
\write\tocoutput{\noexpand\tocpart{#1}{#2}{\thepartcount}{\thepage}}%
|
||||||
|
\fi%
|
||||||
|
% citeref file
|
||||||
|
\ifnum\thepartcount>0%
|
||||||
|
\immediate\closeout\refout%
|
||||||
|
\fi%
|
||||||
|
\immediate\openout\refout=citeref-\thepartcount.aux%
|
||||||
|
\par\penalty10000%
|
||||||
|
\bigskip\penalty10000%
|
||||||
|
}
|
||||||
|
|
||||||
|
%% section command
|
||||||
|
\newlength\secnumwidth
|
||||||
|
\newlength\sectitlewidth
|
||||||
|
\def\section#1{%
|
||||||
|
% reset counters
|
||||||
|
\stepcounter{sectioncount}%
|
||||||
|
\setcounter{subsectioncount}{0}%
|
||||||
|
\setcounter{pointcount}{0}%
|
||||||
|
\setcounter{subpointcount}{0}%
|
||||||
|
\setcounter{subsubpointcount}{0}%
|
||||||
|
\setcounter{figcount}{0}%
|
||||||
|
\setcounter{Theocount}{0}%
|
||||||
|
\setcounter{seqcount}{0}%
|
||||||
|
% space before section
|
||||||
|
\seqskip%
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor%
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\sectionprefix\thesectioncount}%
|
||||||
|
% get widths
|
||||||
|
\def\@secnum{{\bf\Large\sectionprefix\thesectioncount.\hskip10pt}}%
|
||||||
|
\settowidth\secnumwidth{\@secnum}%
|
||||||
|
\setlength\sectitlewidth\textwidth%
|
||||||
|
\addtolength\sectitlewidth{-\secnumwidth}%
|
||||||
|
% print name
|
||||||
|
\parbox{\textwidth}{%
|
||||||
|
\@secnum%
|
||||||
|
\parbox[t]{\sectitlewidth}{\Large\bf #1}}%
|
||||||
|
% write to table of contents
|
||||||
|
\iftoc%
|
||||||
|
% save lncount in aux variable which is written to toc
|
||||||
|
\immediate\write\tocoutput{\noexpand\expandafter\noexpand\edef\noexpand\csname toc@sec.\thesectioncount\endcsname{\thelncount}}%
|
||||||
|
\write\tocoutput{\noexpand\tocsection{#1}{\thepage}}%
|
||||||
|
\fi%
|
||||||
|
\par\penalty10000%
|
||||||
|
\bigskip\penalty10000%
|
||||||
|
}
|
||||||
|
|
||||||
|
%% subsection
|
||||||
|
\def\subsection#1{
|
||||||
|
% counters
|
||||||
|
\stepcounter{subsectioncount}%
|
||||||
|
\setcounter{pointcount}{0}%
|
||||||
|
\setcounter{subpointcount}{0}%
|
||||||
|
\setcounter{subsubpointcount}{0}%
|
||||||
|
\ifsubseqcount%
|
||||||
|
\setcounter{seqcount}0%
|
||||||
|
\fi%
|
||||||
|
% space before subsection
|
||||||
|
\subseqskip%
|
||||||
|
\penalty-500%
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\sectionprefix\thesectioncount.\thesubsectioncount}%
|
||||||
|
% get widths
|
||||||
|
\def\@secnum{{\bf\large\hskip.5cm\sectionprefix\thesectioncount.\thesubsectioncount.\hskip5pt}}%
|
||||||
|
\settowidth\secnumwidth{\@secnum}%
|
||||||
|
\setlength\sectitlewidth\textwidth%
|
||||||
|
\addtolength\sectitlewidth{-\secnumwidth}%
|
||||||
|
% print name
|
||||||
|
\parbox{\textwidth}{%
|
||||||
|
\@secnum%
|
||||||
|
\parbox[t]{\sectitlewidth}{\large\bf #1}}%
|
||||||
|
% write to table of contents
|
||||||
|
\iftoc%
|
||||||
|
% save lncount in aux variable which is written to toc
|
||||||
|
\immediate\write\tocoutput{\noexpand\expandafter\noexpand\edef\noexpand\csname toc@subsec.\thesectioncount.\thesubsectioncount\endcsname{\thelncount}}%
|
||||||
|
\write\tocoutput{\noexpand\tocsubsection{#1}{\thepage}}%
|
||||||
|
\fi%
|
||||||
|
\par\penalty10000%
|
||||||
|
\medskip\penalty10000%
|
||||||
|
}
|
||||||
|
|
||||||
|
%% itemize
|
||||||
|
\newlength\itemizeskip
|
||||||
|
% left margin for items
|
||||||
|
\setlength\itemizeskip{20pt}
|
||||||
|
% item symbol
|
||||||
|
\def\itemizept{\textbullet}
|
||||||
|
\newlength\itemizeseparator
|
||||||
|
% space between the item symbol and the text
|
||||||
|
\setlength\itemizeseparator{5pt}
|
||||||
|
% penalty preceding an itemize
|
||||||
|
\def\itemizepenalty{0}
|
||||||
|
|
||||||
|
\newlength\current@itemizeskip
|
||||||
|
\setlength\current@itemizeskip{0pt}
|
||||||
|
\def\itemize{
|
||||||
|
\par\penalty\itemizepenalty\medskip\penalty\itemizepenalty
|
||||||
|
\addtolength\current@itemizeskip{\itemizeskip}
|
||||||
|
\leftskip\current@itemizeskip
|
||||||
|
}
|
||||||
|
\def\enditemize{
|
||||||
|
\addtolength\current@itemizeskip{-\itemizeskip}
|
||||||
|
\par\leftskip\current@itemizeskip
|
||||||
|
\medskip
|
||||||
|
}
|
||||||
|
\newlength\itempt@total
|
||||||
|
\def\item{
|
||||||
|
\settowidth\itempt@total{\itemizept}
|
||||||
|
\addtolength\itempt@total{\itemizeseparator}
|
||||||
|
\par
|
||||||
|
\medskip
|
||||||
|
\hskip-\itempt@total\itemizept\hskip\itemizeseparator
|
||||||
|
}
|
||||||
|
|
||||||
|
%% enumerate
|
||||||
|
\newcounter{enumerate@count}
|
||||||
|
\def\enumerate{
|
||||||
|
\setcounter{enumerate@count}0
|
||||||
|
\let\olditem\item
|
||||||
|
\let\olditemizept\itemizept
|
||||||
|
\def\item{
|
||||||
|
% counter
|
||||||
|
\stepcounter{enumerate@count}
|
||||||
|
% set header
|
||||||
|
\def\itemizept{\theenumerate@count.}
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\theenumerate@count}
|
||||||
|
\olditem
|
||||||
|
}
|
||||||
|
\itemize
|
||||||
|
}
|
||||||
|
\def\endenumerate{
|
||||||
|
\enditemize
|
||||||
|
\let\item\olditem
|
||||||
|
\let\itemizept\olditemizept
|
||||||
|
}
|
||||||
|
|
||||||
|
%% points
|
||||||
|
\def\point{
|
||||||
|
\stepcounter{pointcount}
|
||||||
|
\setcounter{subpointcount}{0}
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor
|
||||||
|
\indent{\bf \thepointcount\ - }
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\thepointcount}
|
||||||
|
}
|
||||||
|
\def\subpoint{
|
||||||
|
\stepcounter{subpointcount}
|
||||||
|
\setcounter{subsubpointcount}0
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor
|
||||||
|
\indent\hskip.5cm{\bf \thepointcount-\thesubpointcount\ - }
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\thepointcount-\thesubpointcount}
|
||||||
|
}
|
||||||
|
\def\subsubpoint{
|
||||||
|
\stepcounter{subsubpointcount}
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor
|
||||||
|
\indent\hskip1cm{\bf \thepointcount-\thesubpointcount-\thesubsubpointcount\ - }
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\thepointcount-\thesubpointcount-\thesubsubpointcount}
|
||||||
|
}
|
||||||
|
\def\pspoint{
|
||||||
|
\stepcounter{pointcount}
|
||||||
|
\stepcounter{subpointcount}
|
||||||
|
\setcounter{subsubpointcount}0
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor
|
||||||
|
\indent\hskip.5cm{\bf \thepointcount-\thesubpointcount\ - }
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\thepointcount-\thesubpointcount}
|
||||||
|
}
|
||||||
|
|
||||||
|
% reset points
|
||||||
|
\def\resetpointcounter{
|
||||||
|
\setcounter{pointcount}{0}
|
||||||
|
\setcounter{subpointcount}{0}
|
||||||
|
\setcounter{subsubpointcount}{0}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% equation numbering
|
||||||
|
\def\seqcount{
|
||||||
|
\stepcounter{seqcount}
|
||||||
|
% the output
|
||||||
|
\edef\seqformat{\theseqcount}
|
||||||
|
% add subsection number
|
||||||
|
\ifsubseqcount
|
||||||
|
\let\tmp\seqformat
|
||||||
|
\edef\seqformat{\thesubsectioncount.\tmp}
|
||||||
|
\fi
|
||||||
|
% add section number
|
||||||
|
\ifsections
|
||||||
|
\let\tmp\seqformat
|
||||||
|
\edef\seqformat{\sectionprefix\thesectioncount.\tmp}
|
||||||
|
\fi
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\seqformat}
|
||||||
|
% write number
|
||||||
|
\marginnote{\eqnumstyle\hfill(\seqformat)}
|
||||||
|
}
|
||||||
|
%% equation environment compatibility
|
||||||
|
\def\equation{\hrefanchor$$\seqcount}
|
||||||
|
\def\endequation{$$\@ignoretrue}
|
||||||
|
|
||||||
|
%% figures
|
||||||
|
\newlength\figwidth
|
||||||
|
\setlength\figwidth\textwidth
|
||||||
|
\addtolength\figwidth{-2.5cm}
|
||||||
|
|
||||||
|
\def\caption#1{%
|
||||||
|
\stepcounter{figcount}%
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor%
|
||||||
|
% the number of the figure
|
||||||
|
\edef\figformat{\thefigcount}%
|
||||||
|
% add section number
|
||||||
|
\ifsections%
|
||||||
|
\let\tmp\figformat%
|
||||||
|
\edef\figformat{\sectionprefix\thesectioncount.\tmp}%
|
||||||
|
\fi%
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\figformat}%
|
||||||
|
% write
|
||||||
|
\hfil fig \figformat: \parbox[t]{\figwidth}{\leavevmode\small#1}%
|
||||||
|
\par\bigskip%
|
||||||
|
}
|
||||||
|
%% short caption: centered
|
||||||
|
\def\captionshort#1{%
|
||||||
|
\stepcounter{figcount}%
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor%
|
||||||
|
% the number of the figure
|
||||||
|
\edef\figformat{\thefigcount}%
|
||||||
|
% add section number
|
||||||
|
\ifsections%
|
||||||
|
\let\tmp\figformat%
|
||||||
|
\edef\figformat{\sectionprefix\thesectioncount.\tmp}%
|
||||||
|
\fi%
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\figformat}%
|
||||||
|
% write
|
||||||
|
\hfil fig \figformat: {\small#1}%
|
||||||
|
\par\bigskip%
|
||||||
|
}
|
||||||
|
|
||||||
|
%% environment
|
||||||
|
\def\figure{
|
||||||
|
\par\penalty-500
|
||||||
|
}
|
||||||
|
\def\endfigure{
|
||||||
|
\par\penalty-1000
|
||||||
|
}
|
||||||
|
|
||||||
|
%% delimiters
|
||||||
|
\def\delimtitle#1{\par%
|
||||||
|
\leavevmode%
|
||||||
|
\raise.3em\hbox to\hsize{%
|
||||||
|
\lower0.3em\hbox{\vrule height0.3em}%
|
||||||
|
\hrulefill%
|
||||||
|
\ \lower.3em\hbox{#1}\ %
|
||||||
|
\hrulefill%
|
||||||
|
\lower0.3em\hbox{\vrule height0.3em}%
|
||||||
|
}\par\penalty10000}
|
||||||
|
|
||||||
|
%% callable by ref
|
||||||
|
\def\delimtitleref#1{\par%
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor%
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{#1}%
|
||||||
|
\leavevmode%
|
||||||
|
\raise.3em\hbox to\hsize{%
|
||||||
|
\lower0.3em\hbox{\vrule height0.3em}%
|
||||||
|
\hrulefill%
|
||||||
|
\ \lower.3em\hbox{\bf #1}\ %
|
||||||
|
\hrulefill%
|
||||||
|
\lower0.3em\hbox{\vrule height0.3em}%
|
||||||
|
}\par\penalty10000}
|
||||||
|
|
||||||
|
%% no title
|
||||||
|
\def\delim{\par%
|
||||||
|
\leavevmode\raise.3em\hbox to\hsize{%
|
||||||
|
\lower0.3em\hbox{\vrule height0.3em}%
|
||||||
|
\hrulefill%
|
||||||
|
\lower0.3em\hbox{\vrule height0.3em}%
|
||||||
|
}\par\penalty10000}
|
||||||
|
|
||||||
|
%% end delim
|
||||||
|
\def\enddelim{\par\penalty10000%
|
||||||
|
\leavevmode%
|
||||||
|
\raise.3em\hbox to\hsize{%
|
||||||
|
\vrule height0.3em\hrulefill\vrule height0.3em%
|
||||||
|
}\par}
|
||||||
|
|
||||||
|
\def\delim{\par\leavevmode\raise.3em\hbox to\hsize{\vrule height0.3em\hrulefill\vrule height0.3em}\par\penalty10000}
|
||||||
|
\def\enddelim{\par\penalty10000\leavevmode\raise.3em\hbox to\hsize{\vrule height0.3em\hrulefill\vrule height0.3em}\par}
|
||||||
|
|
||||||
|
%% theorem headers
|
||||||
|
\def\theo#1{
|
||||||
|
\stepcounter{Theocount}
|
||||||
|
% reset points
|
||||||
|
\ifresetpointattheo\resetpointcounter\fi
|
||||||
|
% hyperref anchor
|
||||||
|
\hrefanchor
|
||||||
|
% the number
|
||||||
|
\def\formattheo{\theTheocount}
|
||||||
|
% add section number
|
||||||
|
\ifsections
|
||||||
|
\let\tmp\formattheo
|
||||||
|
\edef\formattheo{\sectionprefix\thesectioncount.\tmp}
|
||||||
|
\fi
|
||||||
|
% define tag (for \label)
|
||||||
|
\xdef\tag{\formattheo}
|
||||||
|
% write
|
||||||
|
\delimtitle{\bf #1 \formattheo}
|
||||||
|
}
|
||||||
|
\let\endtheo\enddelim
|
||||||
|
%% theorem headers with name
|
||||||
|
\def\theoname#1#2{
|
||||||
|
\theo{#1}\hfil({\it #2})\par\penalty10000\medskip%
|
||||||
|
}
|
||||||
|
|
||||||
|
%% start appendices
|
||||||
|
\def\appendix{%
|
||||||
|
\vfill
|
||||||
|
\pagebreak
|
||||||
|
% counter
|
||||||
|
\setcounter{sectioncount}0%
|
||||||
|
% prefix
|
||||||
|
\edef\sectionprefix{\sectionprefix A}%
|
||||||
|
% write
|
||||||
|
{\bf \LARGE Appendices}\par\penalty10000\bigskip\penalty10000%
|
||||||
|
% add a mention in the table of contents
|
||||||
|
\iftoc%
|
||||||
|
\immediate\write\tocoutput{\noexpand\tocappendices}\penalty10000%
|
||||||
|
\fi%
|
||||||
|
%% uncomment for new page for each appendix
|
||||||
|
%\def\seqskip{\vfill\pagebreak}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% start references
|
||||||
|
\def\references{%
|
||||||
|
\hrefanchor%
|
||||||
|
% write
|
||||||
|
{\bf \LARGE References}\par\penalty10000\bigskip\penalty10000%
|
||||||
|
% add a mention in the table of contents
|
||||||
|
\iftoc%
|
||||||
|
% save lncount in aux variable which is written to toc
|
||||||
|
\immediate\write\tocoutput{\noexpand\expandafter\noexpand\edef\noexpand\csname toc@references\endcsname{\thelncount}}%
|
||||||
|
\write\tocoutput{\noexpand\tocreferences{\thepage}}\penalty10000%
|
||||||
|
\fi%
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
%% table of contents
|
||||||
|
\newif\iftocopen
|
||||||
|
\def\tableofcontents{
|
||||||
|
{\bf \large Table of contents:}\par\penalty10000\bigskip\penalty10000%
|
||||||
|
% copy content from file
|
||||||
|
\IfFileExists{\jobname.toc}{\input{\jobname.toc}}{{\tt error: table of contents missing}}
|
||||||
|
% open new toc
|
||||||
|
\newwrite\tocoutput
|
||||||
|
\immediate\openout\tocoutput=\jobname.toc
|
||||||
|
\toctrue
|
||||||
|
}
|
||||||
|
%% close file
|
||||||
|
\AtEndDocument{
|
||||||
|
% close toc
|
||||||
|
\iftoc
|
||||||
|
\immediate\closeout\tocoutput
|
||||||
|
\fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
%% fill line with dots
|
||||||
|
\def\leaderfill{\leaders\hbox to 1em {\hss. \hss}\hfill}
|
||||||
|
|
||||||
|
%% same as sectionprefix
|
||||||
|
\def\tocsectionprefix{}
|
||||||
|
|
||||||
|
%% toc formats
|
||||||
|
\def\tocpart #1#2#3#4{
|
||||||
|
\setcounter{tocpartcount}{#3}
|
||||||
|
\setcounter{tocsectioncount}{0}
|
||||||
|
\setcounter{tocsubsectioncount}{0}
|
||||||
|
% write
|
||||||
|
\medskip\hyperlink{ln.\csname toc@part.#3\endcsname}{{\bf #2}.\hskip5pt {\color{blue}\bf#1}\leaderfill#4}\par
|
||||||
|
\ifnum\thetocpartcount>0
|
||||||
|
\edef\tocsectionprefix{\Roman{tocpartcount}.}
|
||||||
|
\else
|
||||||
|
\edef\tocsectionprefix{\thetocpartcount.}
|
||||||
|
\fi
|
||||||
|
}
|
||||||
|
\def\tocsection #1#2{
|
||||||
|
\stepcounter{tocsectioncount}
|
||||||
|
\setcounter{tocsubsectioncount}{0}
|
||||||
|
% write
|
||||||
|
\smallskip\hskip10pt\hyperlink{ln.\csname toc@sec.\thetocsectioncount\endcsname}{{\bf \tocsectionprefix\thetocsectioncount}.\hskip5pt {\color{blue}#1}\leaderfill#2}\par
|
||||||
|
}
|
||||||
|
\def\tocsubsection #1#2{
|
||||||
|
\stepcounter{tocsubsectioncount}
|
||||||
|
% write
|
||||||
|
{\hskip10pt\hyperlink{ln.\csname toc@subsec.\thetocsectioncount.\thetocsubsectioncount\endcsname}{{\bf \tocsectionprefix\thetocsectioncount.\thetocsubsectioncount}.\hskip5pt {\color{blue}\small #1}\leaderfill#2}}\par
|
||||||
|
}
|
||||||
|
\def\tocappendices{
|
||||||
|
\medskip
|
||||||
|
\setcounter{tocsectioncount}0
|
||||||
|
\hskip10pt{\bf Appendices}\par
|
||||||
|
\smallskip
|
||||||
|
\edef\tocsectionprefix{\tocsectionprefix A}
|
||||||
|
}
|
||||||
|
\def\tocreferences#1{
|
||||||
|
\medskip
|
||||||
|
\hskip10pt{\hyperlink{ln.\csname toc@references\endcsname}{{\color{blue}\bf References}\leaderfill#1}}\par
|
||||||
|
\smallskip
|
||||||
|
}
|
50
kiss.cls
Normal file
50
kiss.cls
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
%%
|
||||||
|
%% Barebones class declaration
|
||||||
|
%%
|
||||||
|
|
||||||
|
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||||
|
\ProvidesClass{kiss}
|
||||||
|
|
||||||
|
\setlength\paperheight {297mm}
|
||||||
|
\setlength\paperwidth {210mm}
|
||||||
|
|
||||||
|
%% fonts
|
||||||
|
\input{size11.clo}
|
||||||
|
\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
|
||||||
|
\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
|
||||||
|
\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
|
||||||
|
\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
|
||||||
|
\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
|
||||||
|
\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
|
||||||
|
\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
|
||||||
|
|
||||||
|
%% something is wrong with \thepage, redefine it
|
||||||
|
\gdef\thepage{\the\c@page}
|
||||||
|
|
||||||
|
%% array lines
|
||||||
|
\setlength\arraycolsep{5\p@}
|
||||||
|
\setlength\arrayrulewidth{.4\p@}
|
||||||
|
|
||||||
|
|
||||||
|
%\hoffset=1in
|
||||||
|
\hoffset=-50pt
|
||||||
|
%\voffset=1in
|
||||||
|
\voffset=-72pt
|
||||||
|
%% horizontal margins
|
||||||
|
%\oddsidemargin=31pt
|
||||||
|
%\evensidemargin=31pt
|
||||||
|
%% vertical margin
|
||||||
|
%\topmargin=20pt
|
||||||
|
%% body size
|
||||||
|
%\textwidth=390pt
|
||||||
|
\textwidth=460pt
|
||||||
|
%\textheight=592pt
|
||||||
|
\textheight=704pt
|
||||||
|
%% header size and margin
|
||||||
|
%\headheight=12pt
|
||||||
|
%\headsep=25pt
|
||||||
|
%% footer size
|
||||||
|
%\footskip=30pt
|
||||||
|
%% margin size and margin
|
||||||
|
%\marginparwidth=35pt
|
||||||
|
%\marginparsep=10pt
|
24
local.sty
Normal file
24
local.sty
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
\def\tb{\lower0.05cm\hbox{$\blacksquare$}\ }
|
||||||
|
\def\tbt{\lower0.05cm\hbox{\isquare{0.35cm}}\ }
|
||||||
|
\def\ta{{\lower0.08cm\hbox{\fontsize{22pt}{1em}$\bullet$}}\ }
|
||||||
|
\def\tat{{\fontsize{10pt}{1em}$\bigcirc$}\ }
|
||||||
|
|
||||||
|
\def\isquare#1{\hbox{\vrule width0.5ptheight#1\kern-0.25pt\vbox{\hrule height0.5ptwidth#1\kern-0.5pt\kern#1\hrule height0.5ptwidth#1\kern-0.25pt}\vrule width0.5ptheight#1}}
|
||||||
|
|
||||||
|
\def\coloro{blue}
|
||||||
|
\def\colort{darkgreen}
|
||||||
|
\def\colorth{darkyellow}
|
||||||
|
\def\colorf{orange}
|
||||||
|
\def\colorfi{red}
|
||||||
|
|
||||||
|
%% colors
|
||||||
|
\definecolor{darkgreen}{rgb}{0.0,0.7,0.0}
|
||||||
|
\definecolor{darkyellow}{rgb}{0.7,0.7,0.0}
|
||||||
|
\definecolor{orange}{rgb}{0.9,0.45,0.0}
|
||||||
|
\definecolor{iblue}{RGB}{65,105,225}
|
||||||
|
\definecolor{ired}{RGB}{220,20,60}
|
||||||
|
\definecolor{igreen}{RGB}{50,205,50}
|
||||||
|
\definecolor{ipurple}{RGB}{75,0,130}
|
||||||
|
\definecolor{iochre}{RGB}{218,165,32}
|
||||||
|
\definecolor{iteal}{RGB}{51,204,204}
|
||||||
|
\definecolor{imauve}{RGB}{204,51,153}
|
59
symbols.sty
Normal file
59
symbols.sty
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
%%
|
||||||
|
%% symbols
|
||||||
|
%%
|
||||||
|
|
||||||
|
\def\deriv#1#2{\frac{d#1}{d#2}}
|
||||||
|
\def\pard#1#2{\frac{\partial #1}{\partial #2}}
|
||||||
|
\def\mAthop#1{\mathop{\scriptstyle#1}}
|
||||||
|
|
||||||
|
\def\rp{\right)}
|
||||||
|
\def\lp{\left(}
|
||||||
|
\let\(\lp
|
||||||
|
\let\)\rp
|
||||||
|
|
||||||
|
\def\ma{\\[0.2cm]}
|
||||||
|
\def\n{\\[0.5cm]}
|
||||||
|
\def\N{\\[1cm]}
|
||||||
|
|
||||||
|
\let\mc\mathcal
|
||||||
|
\let\mbb\mathbb
|
||||||
|
\let\mf\mathfrak
|
||||||
|
\let\mds\mathds
|
||||||
|
\let\mrm\mathrm
|
||||||
|
\let\mbf\mathbf
|
||||||
|
|
||||||
|
\def\R{\mathbb{R}}
|
||||||
|
\def\C{\mathbb{C}}
|
||||||
|
\def\tr{\mathrm{Tr}}
|
||||||
|
\let\lra\longrightarrow
|
||||||
|
\def\+{^\dagger}
|
||||||
|
\let\ge\geqslant
|
||||||
|
\let\le\leqslant
|
||||||
|
|
||||||
|
\def\ket#1{\left|#1\right>}
|
||||||
|
\def\bra#1{\left<#1\right|}
|
||||||
|
\def\<{\left<}
|
||||||
|
\def\>{\right>}
|
||||||
|
|
||||||
|
\def\Par{\par\penalty10000}
|
||||||
|
\def\Smallskip{\smallskip\penalty10000}
|
||||||
|
\def\Medskip{\medskip\penalty10000}
|
||||||
|
\def\Bigskip{\bigskip\penalty10000}
|
||||||
|
|
||||||
|
\def\vvect#1{\lp\begin{array}{c}#1\end{array}\rp}
|
||||||
|
\def\hvect#1#2{\lp\begin{array}{*{#1}{c}}#2\end{array}\rp}
|
||||||
|
\def\mat#1#2{\lp\begin{array}{*{#1}{c}}#2\end{array}\rp}
|
||||||
|
\long\def\sys#1{\left\{\begin{array}l#1\end{array}\right.}
|
||||||
|
|
||||||
|
\def\sint{\int\kern-3pt}
|
||||||
|
\def\sintb#1#2{\int_{#1}^{#2}\kern-.3cm}
|
||||||
|
\def\sIntb#1#2{\displaystyle\int_{#1}^{#2}\kern-.3cm}
|
||||||
|
\def\soint{\oint\kern-3pt}
|
||||||
|
\def\sOint{\displaystyle\oint\kern-3pt}
|
||||||
|
|
||||||
|
\def\po{$\bullet$ }
|
||||||
|
\def\as{$\ast$ }
|
||||||
|
\def\spo{$\scriptstyle\blacktriangleright$ }
|
||||||
|
|
||||||
|
\def\qed{\hfill$\square$}
|
||||||
|
|
46
toolbox.sty
Normal file
46
toolbox.sty
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
%%
|
||||||
|
%% A collection of useful commands
|
||||||
|
%%
|
||||||
|
|
||||||
|
%% can call commands even when they are not defined
|
||||||
|
\def\safe#1{%
|
||||||
|
\ifdefined#1%
|
||||||
|
#1%
|
||||||
|
\else%
|
||||||
|
{\color{red}\bf?}%
|
||||||
|
\fi%
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
%% larger skip
|
||||||
|
\newskip\hugeskipamount
|
||||||
|
\hugeskipamount=24pt plus8pt minus8pt
|
||||||
|
\def\hugeskip{\vskip\hugeskipamount}
|
||||||
|
|
||||||
|
|
||||||
|
%% penalty before large blocks
|
||||||
|
\def\preblock{
|
||||||
|
\penalty-500
|
||||||
|
}
|
||||||
|
|
||||||
|
%% listparpenalty prevents page breaks before lists
|
||||||
|
\newcount\prevparpenalty
|
||||||
|
\def\listparpenalty{
|
||||||
|
\prevparpenalty=\@beginparpenalty
|
||||||
|
\@beginparpenalty=10000
|
||||||
|
}
|
||||||
|
%% back to previous value
|
||||||
|
\def\unlistparpenalty{
|
||||||
|
\@beginparpenalty=\prevparpenalty
|
||||||
|
}
|
||||||
|
|
||||||
|
%% stack relations in subscript or superscript
|
||||||
|
\def\mAthop#1{\displaystyle\mathop{\scriptstyle #1}}
|
||||||
|
|
||||||
|
%% array spanning the entire line
|
||||||
|
\newlength\largearray@width
|
||||||
|
\setlength\largearray@width\textwidth
|
||||||
|
\addtolength\largearray@width{-10pt}
|
||||||
|
\def\largearray{\begin{array}{@{}>{\displaystyle}l@{}}\hphantom{\hspace{\largearray@width}}\\[-.5cm]}
|
||||||
|
\def\endlargearray{\end{array}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user