Skip to content

Latest commit

 

History

History
executable file
·
89 lines (72 loc) · 3.12 KB

README.md

File metadata and controls

executable file
·
89 lines (72 loc) · 3.12 KB

Documentation Directory

The docs directory contains LaTeX and related LaTeX support files for the Pronouns2 project.

Pre-Installed Files

LaTeX Support Files

Main Documentation

Pre-built PDFs

Generated Files

  • Demo.tex - LaTeX source generated by doc(file_type=FileType.TEX)
  • Demo.txt - Text source generated by doc(file_type=FileType.TXT)

Make Commands

The following make targets are available:

  • make help - Print this help
  • make view - Build everything; view Demo.pdf
  • make all - Process all LaTeX files in directory (except Pronouns2Macros.tex)
  • make xxx - Process specific file (e.g., 'make Pronouns2Python')
  • make xxx.pdf - Same as above, will process xxx.tex
  • make clean - Remove intermediate LaTeX files
  • make distclean - Remove all generated files except shipping PDFs
  • make maintainer-clean - Remove all generated files, including shipping PDFs

LaTeX Processing

The build system automatically detects two types of LaTeX files:

  1. Simple files (processed with single pdflatex run)
  2. Complex files with bibliography/index (processed with multiple tools)

Note:

  • Pronouns2Macros.tex is an include file and cannot be processed directly
  • .txt and .bib files are pre-built and cannot be processed

Software Requirements

Recreating *.pdf from *.tex requires:

  • MikTeX 22.1 or compatible
  • pdflatex 4.10.0 or compatible
  • biber 2.20 or compatible
  • makeindex 2.12 or compatible

Required LaTeX packages (managed by MikTeX):

  • bm
  • imakeidx
  • bookmark
  • courier
  • indentfirst
  • inputenc
  • tikz-cd
  • biblatex (with biber backend)
  • setspace

HTML Documentation

If you're looking for: