Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Aug 10, 2023
1 parent 033d730 commit 2fa0674
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions input/main.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
% Base document to build the manifesto on 4.25 in x 11 in page size
% Test on overleaf.com

\documentclass[12pt]{book}
%\usepackage[T1]{fontenc}
Expand Down Expand Up @@ -30,14 +29,12 @@
%--------------------------------------

% Page setup
% We're planning to print this on 8.5x11 inches paper, folded on the long side. We want page to be 4.25 in
% We're planning to print this on 8.5x11 inches paper, folded on the long side. We want page to be around 4.25 in
%--------------------------------------
\usepackage[paperheight=11in,paperwidth=4.15in,left=5mm,right=5mm,top=10mm,bottom=15mm]{geometry}
%--------------------------------------


% Footer & page number configuration
%
\pagestyle{fancy}
% Clear the header and footer
\fancyhead{}
Expand All @@ -46,17 +43,10 @@
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}


\setcounter{secnumdepth}{0}

\begin{document}



% ? Make hexa section title automatically with this: https://tex.stackexchange.com/questions/682096/change-page-numbering-in-preamble-latex-counter-modification-hexadecimal-con

% \section*{0x01} % https://www.overleaf.com/learn/latex/Questions/How_do_I_remove_the_numbers_from_section_headings%3F

\import{input/}{cover.tex}
\clearpage
\begin{quote}
Expand All @@ -75,7 +65,4 @@
\newpage
\import{input/}{end.tex}

% \clearpage % https://www.overleaf.com/learn/latex/Line_breaks_and_blank_spaces#Page_breaks


\end{document}

0 comments on commit 2fa0674

Please sign in to comment.