diff --git a/README.md b/README.md index b1b5a72..1640197 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The original manifesto can be found here: https://laboriacuboniks.net/manifesto/ - Copy edit, proofread the French version - Add typography small touches: unbreakable spaces, thin spaces, etc. -- Use an inclusive font, such as https://typotheque.genderfluid.space/index.html +- Use an inclusive font, such as those listed here: https://typotheque.genderfluid.space/index.html - Build a LaTeX template - Build a cover page with LaTeX - Use a GitHub Workflow to produce the final PDF @@ -16,7 +16,7 @@ The original manifesto can be found here: https://laboriacuboniks.net/manifesto/ ## Local export -`pandoc -o out.pdf --pdf-engine=xelatex --template=main.tex in.md` +`pandoc -o out.pdf --pdf-engine=xelatex --template=input/main.tex input/manifesto.md` ## About the font used: Adelphe diff --git a/input/main.tex b/input/main.tex index 7061e7c..9cf7b46 100644 --- a/input/main.tex +++ b/input/main.tex @@ -9,6 +9,7 @@ \usepackage{setspace} \usepackage{hyperref} \usepackage{import} +\usepackage{fancyhdr} \usepackage{sectsty} \allsectionsfont{\raggedleft} @@ -33,6 +34,13 @@ \usepackage[paperheight=11in,paperwidth=4.25in,left=5mm,right=5mm,top=10mm]{geometry} %-------------------------------------- +\pagestyle{fancy} +% Clear the header and footer +\fancyhead{} +\fancyfoot{} +% Set the right side of the footer to be the page number +\fancyfoot[R]{\thepage} + \setcounter{secnumdepth}{0}