Adds option for title page in fellowship latex template
This commit is contained in:
parent
4965b6bb3d
commit
5262bf38c3
2 changed files with 23 additions and 1 deletions
|
@ -5,7 +5,8 @@ $if(colorlinks)$
|
||||||
$endif$$if(dir)$$if(latex-dir-rtl)$
|
$endif$$if(dir)$$if(latex-dir-rtl)$
|
||||||
\PassOptionsToPackage{RTLdocument}{bidi}
|
\PassOptionsToPackage{RTLdocument}{bidi}
|
||||||
$endif$$endif$%
|
$endif$$endif$%
|
||||||
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$if(beamer)$ignorenonframetext,$if(handout)$handout,$endif$$if(aspectratio)$aspectratio=$aspectratio$,$endif$$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
|
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$if(beamer)$ignorenonframetext,$if(handout)$handout,$endif$$if(aspectratio)$aspectratio=$aspectratio$,$endif$$endif$$if(titlepage)$titlepage,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
|
||||||
|
\usepackage{blindtext}
|
||||||
$if(beamer)$
|
$if(beamer)$
|
||||||
$if(background-image)$
|
$if(background-image)$
|
||||||
\usebackgroundtemplate{%
|
\usebackgroundtemplate{%
|
||||||
|
|
21
pandoc/templates/texput.log
Normal file
21
pandoc/templates/texput.log
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Arch Linux) (preloaded format=pdflatex 2018.12.18) 9 JAN 2019 11:15
|
||||||
|
entering extended mode
|
||||||
|
restricted \write18 enabled.
|
||||||
|
%&-line parsing enabled.
|
||||||
|
**/home/jonathan/.dotfiles/pandoc/templates/fellowship
|
||||||
|
|
||||||
|
! Emergency stop.
|
||||||
|
<*> ...athan/.dotfiles/pandoc/templates/fellowship
|
||||||
|
|
||||||
|
End of file on the terminal!
|
||||||
|
|
||||||
|
|
||||||
|
Here is how much of TeX's memory you used:
|
||||||
|
4 strings out of 492639
|
||||||
|
200 string characters out of 6135496
|
||||||
|
56500 words of memory out of 5000000
|
||||||
|
3994 multiletter control sequences out of 15000+600000
|
||||||
|
3640 words of font info for 14 fonts, out of 8000000 for 9000
|
||||||
|
1141 hyphenation exceptions out of 8191
|
||||||
|
0i,0n,0p,55b,6s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||||
|
! ==> Fatal error occurred, no output PDF file produced!
|
Loading…
Add table
Add a link
Reference in a new issue