summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex57
1 files changed, 36 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex b/Master/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex
index 82752774541..13e0477099c 100644
--- a/Master/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex
@@ -1,23 +1,33 @@
\documentclass[a4paper,12pt]{report}
-\usepackage[T1]{fontenc}
-\usepackage{textcomp}
-\usepackage[latin1]{inputenc}
+% \usepackage[T1]{fontenc}
+% \usepackage{textcomp}
+% \usepackage[latin1]{inputenc}
+\usepackage{fontspec}
+\usepackage{microtype}
\usepackage[american]{babel}
\usepackage[autostyle]{csquotes}
%\usepackage[document]{ragged2e}
\usepackage[notes,strict,backend=biber,autolang=other,cmsbreakurl,%
-bibencoding=latin1,booklongxref=false,compresspages]{biblatex-chicago}
-\usepackage{lmodern}
-\usepackage{gentium}
+booklongxref=false,compresspages]{biblatex-chicago}
+% \usepackage{lmodern}
+% \usepackage{gentium}
%%\usepackage[osf]{mathpazo}
%\renewcommand*{\rmdefault}{fgn}% The font (gentium) used for pdf
\usepackage{ifthen}
-\usepackage{setspace}
-\usepackage{vmargin} \setpapersize{A4}
-\setmarginsrb{1in}{20pt}{1in}{.5in}{1pt}{2pt}{0pt}{2mm}
+% \usepackage{setspace}
+% \usepackage{vmargin} \setpapersize{A4}
+% \setmarginsrb{1in}{20pt}{1in}{.5in}{1pt}{2pt}{0pt}{2mm}
\hyphenation{A-p-ril}
%\renewcommand{\sfdefault}{phv}
%\renewcommand{\ttdefault}{pcr}
+\setmainfont{GentiumPlus-R.ttf}[
+ItalicFont = GentiumPlus-I.ttf,
+BoldFont = GenBasB.ttf,
+BoldItalicFont = GenBasBI.ttf]
+\setsansfont{ClearSans-Regular.ttf}[Scale = MatchLowercase]
+\setmonofont{lmmono9-regular.otf}
+% \usepackage{unicode-math}
+% \setmathfont{texgyrepagella-math.otf}
% \usepackage{url}
% \urlstyle{rm}
%\def\UrlNoBreaks{\do\-}
@@ -25,9 +35,13 @@ bibencoding=latin1,booklongxref=false,compresspages]{biblatex-chicago}
\providecommand{\cmslink}[1]{#1}% If someone prints annotations
\protected\def\onethird{{\scriptsize\raisebox{.7ex}{1}%
\hspace{-0.1em}\raisebox{.2ex}{/}\hspace{-0.03em}3}}
-%\appto\biburlsetup{\Urlmuskip=0mu plus 4mu\relax}
+% \appto\biburlsetup{\Urlmuskip=0mu plus 4mu\relax}
+\usepackage{typearea}
+\areaset[current]{460pt}{786pt}
\setlength{\dimen\footins}{9.5in}\setlength{\parindent}{0pt}
-\bibliography{notes-test}
+\setlength{\footskip}{12pt}
+% \bibliography{notes-test}
+\addbibresource{notes-test.bib}
%\tracingmacros=1
%%\onehalfspacing
\begin{document}
@@ -99,15 +113,15 @@ note\autocite{eliot:pound} note\autocite{euripides:orestes}
note\autocite{ellet:galena} note\autocite{ellis:blog}
note\autocite{emerson:nature} note\autocite{evanston:library}
note\footnote{\headlessfullcite[3]{feydeau:farces}.}
-note\autocite{floyd:atom} note\autocite{euripides:orestes}.
+note\autocite{floyd:atom}.
-Note\autocite{frede:inproc} note\autocite{friedman:learning}
-note\autocite{evanston:library} note\autocite{feydeau:farces}
-note\autocite{floyd:atom} note\autocite{frede:inproc}
-note\autocite{friedman:learning} note\autocite{friends:leia}
-note\autocite{furet:passing:eng} note\autocite{garaud:gatine}
-note\autocite{garrett} note\autocite{genbank:db}
-note\autocite{naraya}.
+Note\autocite{euripides:orestes} note\autocite{frede:inproc}
+note\autocite{friedman:learning} note\autocite{evanston:library}
+note\autocite{feydeau:farces} note\autocite{floyd:atom}
+note\autocite{frede:inproc} note\autocite{friedman:learning}
+note\autocite{friends:leia} note\autocite{furet:passing:eng}
+note\autocite{garaud:gatine} note\autocite{garrett}
+note\autocite{genbank:db} note\autocite{naraya}.
Note\autocite{gibbard} note\autocite{friends:leia}
note\autocite{furet:passing:eng} note\autocite{garrett}
@@ -266,7 +280,8 @@ note.\footnote{\cite*{zukowsky:chicago}.}
\printbibliography[notkeyword=original]
\end{document}
-%%% Local Variables:
+%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
-%%% End:
+%%% TeX-engine: xetex
+%%% End: