-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciimint_article.tex
99 lines (69 loc) · 2.43 KB
/
asciimint_article.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
\input{config.tex}
\PassOptionsToPackage{authoryear}{natbib}
\documentclass[a4paper,nobib,justified,notoc,table]{tufte-handout}%b5paper %notoc = my style!
\usepackage{asciimint}
%We only accept PDF! (then PNG!)
\DeclareGraphicsExtensions{.pdf}%,.png
%----------------------
% Font Specifications
%----------------------
\ifxetex%
\RequirePackage[cmintegrals,cmbraces]{newtxmath}
\RequirePackage{ebgaramond-maths}
\defaultfontfeatures{Mapping=tex-text, Numbers=Lining}
\setmainfont[Contextuals=NoAlternate]{EB Garamond}%lining vs OldStyle
\setsansfont{Gill Sans}[BoldFont={* Bold}]
\else
\RequirePackage[lining]{ebgaramond}
\RequirePackage[cmintegrals,cmbraces]{newtxmath}
\RequirePackage{ebgaramond-maths} %[lining]
\RequirePackage{roboto} %% Option 'sfdefault' only if the base font of the document is to be sans serif
\fi
%MAGICBEGINGLS
\input{MAGICPLACEHOLDERGLS}
%MAGICENDGLS
%\fontencoding{T1}\fontfamily{gill}\fontseries{m}\fontshape{n}\selectfont
\providecommand{\thetopic}{}
\providecommand{\thetopicNoHyphen}{}
%MAGICBEGINTTL
\renewcommand{\thetopic}{MAGICPLACEHOLDERTTL}%{\confTitle} %\linespread{3}\selectfont
\renewcommand{\thetopicNoHyphen}{MAGICPLACEHOLDERTTL}%{\confTitle}
%MAGICENDTTL
\title{\thetopic}%\protect\endnotemark[1]
%MAGICBEGINAUT
\author{MAGICPLACEHOLDERAUT}%\confAuthor%\protect\endnotemark[2
%MAGICENDAUT
\date{}%\today
%MAGICBEGINDAT
\date{MAGICPLACEHOLDERDAT}%\confAuthor%\protect\endnotemark[2
%MAGICENDDAT
\cfoot{}%Disables foot page numbers
% \hypersetup{
% pdfauthor={\confAuthor},
% pdfcopyright={\confCopyright},
% pdftitle={\thetopicNoHyphen},
% pdfkeywords={\confKeywords}
% }
\setcounter{secnumdepth}{2}%\confNumberingLevel
%\myMarginInfo{last update: \today, email: [email protected]} %COMMENT THIS in submission!
%% We do not need these, asciidoc translator does it automatically
%\bibliographystyle{\bibliographyStyle} % plainnat
%MAGICBEGINSRC
%\bibliography{MAGICPLACEHOLDERBIB}
\amBibFile{MAGICPLACEHOLDERBIB}%library.bib
%MAGICENDSRC
\begin{document}
%\mytitle
\amArticleTitle%
% NO MAIN MATTER in ARTICLE? \mainmatter %this fixes running headers
%MAGICBEGINSRC
\input{MAGICPLACEHOLDERSRC}
%MAGICENDSRC
% \endnotetext[1]{Last update: \today}
% \endnotetext[2]{[email protected]}
%% References with BibTeX database:
%MAGICBEGINSRC
% \bibliographystyle{\bibliographyStyle} % plainnat
%MAGICENDSRC
% \bibliography{MAGICPLACEHOLDERBIB}
\end{document}