To-The-Stars/diagrams/reference.tex

32 lines
698 B
TeX
Raw Normal View History

2023-07-06 21:41:51 -07:00
\documentclass[12pt,dvipsnames,article]{article}
2023-07-06 17:49:34 -07:00
\usepackage{magica}
\title{To The Stars Battle Diagrams \\ References }
\author{Leni Aniva}
\date{04 July 2023}
\begin{document}
\maketitle
\section{Introduction}
The battle diagrams are based on NATO's Joint Military Symbols with several
extensions.
\begin{figure}
\centering
\begin{tikzpicture}
2023-07-06 21:41:51 -07:00
\Magica[TomoeM](0,0){Tomoe M.}
\Magica[SakuraY](4,0){Sakura Y.}
\Civilian(8,0){Simona}
2023-07-06 17:49:34 -07:00
\MilLand[faction=hostile,
main=demon,
altitude={low}{},
2023-07-06 21:41:51 -07:00
echelon=battalion] (0,-2) {Battalion of demons flying at low altitude};
2023-07-06 17:49:34 -07:00
\end{tikzpicture}
2023-07-06 21:41:51 -07:00
\caption{Symbols for some magical girls, civilian, and demons}
2023-07-06 17:49:34 -07:00
\end{figure}
\end{document}