Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 1.05 KB

academic.md

File metadata and controls

40 lines (39 loc) · 1.05 KB
title subtitle author abstract titlepage toc citeproc numbersections bibliography csl variable cssclasses header-includes
true
false
true
true
PATH_TO_.BIB_FILE
LINK_TO_CITATION_STYLE
papersize=a4paper
classoption=twocolumn % two column layout
academic
twocolumn
\usepackage{preamble} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf[]{} \fancyhead[R]{\date{\today}} \fancyhead[L]{\nouppercase{\rightmark}} \fancyfoot[R]{\thepage} \fancyfoot[L]{Author} \usepackage[a4paper, portrait, margin=1in]{geometry} \fontsize{12pt}{12pt}\selectfont \usepackage{setspace} \doublespacing \newlength\FHoffset \setlength\FHoffset{1cm} \fancyheadoffset{\FHoffset} \usepackage{amsmath}

%% Also remember that if you want to export with pandoc then you must forfeit features like wikilinks, DataView tables, admonitions and Templater. Though you can find some workarounds through plugins, lua scripts, etc.%%

%% Inserts the table of contents in pandoc with a line break %% \tableofcontents \pagebreak