Skip to content
Snippets Groups Projects
rules.tex 162 B
Newer Older
  • Learn to ignore specific revisions
  • \documentclass[a4paper,openany]{book}
    
    \usepackage{bind}
    
    \date{\today}
    
    \togglefalse{countedPage}
    
    
    \begin{document}
    
    
    \input{config/rules_body.tex}
    
    
    \end{document}