Skip to content
/ article Public template

Article template featuring a bibliography and acronyms section.

License

Notifications You must be signed in to change notification settings

Advanced-Systems/article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Systems Article Template

About

This is a template repository for comprehensive LaTeX documents using the article class. It features a glossary for acronyms and a bibliography. Additionally, the sample sections Introduction and Formulas also provide code snippets for embedding images, using tables or writing equations.

Customize

Edit title, author and logo in src/document.tex. This template is broken down into sections. Similarly, you may also make changes to the following lines:

  • src/sections/
  • src/acronyms.tex
  • src/bibliography.bib

Compile

This example uses Advanced Systems' Math Macros; while this package is in development, it is recommended to pull it in as a git submodule:

git submodule update --init --recursive

Both TeX Live and MikTeX come with latexmk, though since this is a perl script you need to have perl installed on your system to run this command. Alternatively, use the pdflatex command.

latexmk src/document.tex -outdir=build -pdf

Clear Cache

latexmk -C -outdir=build

About

Article template featuring a bibliography and acronyms section.

Topics

Resources

License

Stars

Watchers

Forks

Languages