Skip to content

nscholtes/TiKZ-figures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TiKZ-figures

Variety of figures using the TikZ package used in papers:

  • ABM - A crisis of confidence: The counterparty-liquidity risk nexus in an agent-based network model of the interbank market
  • NDSGE - Assessing the role of interbank network structure in business and financial cycle analysis

Currently configured as a standalone document class (for direct conversion to pdf using pdftex). In order to include in working documents, transfer \usepackage and \usetikzlibrary commands to document preamble and remove \documentclass, \begin{document}, \end{document} commands. The following latex code can then be used:

\begin{figure}[h!]
\begin{center}
\input{Path to figure (relative or absolute)}
\caption{Figure caption}
\end{center}
\label{label for cross-referencing in document}
\end{figure}

Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 Generic License.

About

Variety of figures using the TikZ package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages