Skip to content

Commit

Permalink
try page number footer right
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 28, 2023
1 parent f6ab7ed commit b47affa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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
- Produce a small zine from the LaTeX files

## 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

Expand Down
8 changes: 8 additions & 0 deletions input/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
\usepackage{setspace}
\usepackage{hyperref}
\usepackage{import}
\usepackage{fancyhdr}

\usepackage{sectsty}
\allsectionsfont{\raggedleft}
Expand All @@ -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}
Expand Down

0 comments on commit b47affa

Please sign in to comment.