Skip to content
Richie Slocum edited this page Mar 4, 2017 · 2 revisions

Folder Structure

  • .gitignore
  • readme.md
  • contributing.md
  • learnbook.tex
  • learnbook.pdf
  • texpackages
    • test
  • chapters
    • exampleclass
      • tex
        • "*.tex documents"
      • alg
        • "algorithms used"
      • fig
        • "figures used"
      • tab
        • "tables used"
      • exampleclass.tex
      • exampleclass.pdf

Tex Structure

exampleclass.tex is a tex file to generate a pdf for each chapter learnbook.tex is a tex file which generates the entire book

To avoid confusion with "standalone" and "subfiles" packages, these files are both independent of each other. The section tex files must be input into both exampleclass.tex and learnbook.tex

Clone this wiki locally