Skip to content

CybAtax/LaTeX-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transferleistung - Template

Get Started

Edit personal details

Add introduction
Add pages
Add conclusion

Glossary

Add glossary entry

\newglossaryentry{<label>}{
	name={<name>},
	description={<description>},
	plural={<plural>}
}

Add acronyms

\newacronym{label}{acronym}{phrase}

Use acronym: \gls{label} (acrfull on first use, then acrshort) | \acrfull{label} | \acrlong{label} | \acrshort{label}

Macros

Native

Macro Parameters Explanation Notes
\\ - Linebreak alternative: \newline
\chapter {name} Start a new chapter
\section {name} Start a new section
\subsection {name} Start a new subsection
\paragraph {text} Start a new paragraph
\label {value} Add a key for references To allow type interpolation use prefixes for labels

Media

Macro Parameters (optional in cursive) Explanation Notes
\valueOrDefeault parameter, defaultValue Uses parameter if it contains a value, otherwise defaults to second value
\image (subcaption), imgRef, caption, label Inserts image Types:png,jpg
\svg (subcaption), imgRef, caption, label Inserts svg Special configuration differs from generic \image
\tableStart Starts a new table Requires \tableEnd after
\tableEnd (subcaption), caption, label Ends current table Requires \tableStart before
\bargraphStart Starts a new bar graph Requires \bargraphEndafter

Add values using \coordinates
\coordinates coordinates Inserts values into current bar graph Key-Value-Pairs as shown in the example
\bargraphEnd (subcaption), caption, label Ends the current bar graph Requires \bargraphStart before
\easyPie (options), data, caption, subcaption, label Inserts a pie graph using the specified data. Can be customized with options

Bibliography

Add sources

@misc{<name>,
  title={<title>},
  author={<author>},
  year={<year>}
}

Other examples can be found at: BibTex Entry Types

Cite using \autocite[prefix][suffix]{source}

Media

For ease of use there are various macros to create media.

Refer to Templates and Examples for further insight

Tools

Overleaf
TeXiFy IDEA
LaTeX Workshop (VS Code)

Documentation

Official documentation
Overleaf documentation

About

LaTeX Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages