32 lines
698 B
TeX
32 lines
698 B
TeX
\documentclass[12pt,dvipsnames,article]{article}
|
|
|
|
\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}
|
|
\Magica[TomoeM](0,0){Tomoe M.}
|
|
\Magica[SakuraY](4,0){Sakura Y.}
|
|
\Civilian(8,0){Simona}
|
|
\MilLand[faction=hostile,
|
|
main=demon,
|
|
altitude={low}{},
|
|
echelon=battalion] (0,-2) {Battalion of demons flying at low altitude};
|
|
\end{tikzpicture}
|
|
\caption{Symbols for some magical girls, civilian, and demons}
|
|
\end{figure}
|
|
|
|
\end{document}
|