Document layout & imports

main
parent bffd4b5bbd
commit ee63855cc6

Binary file not shown.

@ -0,0 +1,57 @@
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows.meta, positioning, shapes.misc}
\usepackage{graphicx, import}
\usepackage{color}
\usepackage{geometry}
\geometry{a5paper, margin=0.5cm}
\usepackage{pdflscape}
\renewcommand{\figurename}{Loop}
\pagenumbering{gobble}
\setlength\parindent{0pt}
\title{\Huge Operational Loops of COVID-19}
\author{David Benqu\'e}
\date{{\color{red} Draft: \today}}
\begin{document}
\maketitle
\Large
\begin{landscape}
\begin{figure}
\centering
\input{wave_loop/wave_loop.tex}
\caption{The operational image of the wave and its propelling mechanism}
\end{figure}
\end{landscape}
\begin{figure}
\centering
\input{scalar_logics/scalar-logic.tex}
\caption{Scalar loop}
\end{figure}
\clearpage
\begin{figure}
\centering
\input{futures_loop/futures.tex}
\caption{Futures loop}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=\textwidth]{tornado/tornado_plot.pdf}
\caption{Tornado plot}
\end{figure}
\end{document}

@ -1,15 +1,3 @@
\documentclass{article}
\usepackage{graphicx}
\usepackage{color}
\usepackage{geometry}
\geometry{a5paper, portrait}
\begin{document}
\centering
\Large
\def\svgwidth{10cm}
\input{scalar.pdf_tex}
\end{document}
\import{scalar_logics/}{scalar.pdf_tex}

Binary file not shown.

@ -1,25 +1,3 @@
% from this example https://tex.stackexchange.com/questions/305375/how-to-position-labels-at-edges-of-tikz-figures/305391
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows.meta, positioning, shapes.misc}
\usepackage{geometry}
\geometry{a5paper, landscape, margin=0.5cm}
\pagenumbering{gobble}
\setlength\parindent{0pt}
\begin{document}
{\huge Wave Loop}\\
\\
David Benqu\'e\\
\color{red}
Work in Progress: \today
\color{black}
\vspace{3\baselineskip}
% \section*{Operational loop of COVID-19}
\begin{tikzpicture}[>={Stealth[scale=2]}, % arrow head
@ -70,10 +48,4 @@ Work in Progress: \today
% (pasts.east) edge [bend right=5] (waves.west)
% (futures.east) edge [bend left=5] (waves.west);
\end{tikzpicture}
The operational image of the wave and its propelling mechanism.
\end{document}
\end{tikzpicture}
Loading…
Cancel
Save