Browse Source

Rename figuras->assets

Getty Ritter 5 years ago
parent
commit
dd444a8f7b

+ 3 - 0
assets/LeftBanner.tex

@@ -0,0 +1,3 @@
+\begin{overpic}[width=3.71260in,height=0.40945in]{assets/templateL.png}
+\put (2,4) {\fontsize{16}{40}\selectfont \textcolor{white}{\SectionTitle{}}}
+\end{overpic}

+ 3 - 0
assets/RightBanner.tex

@@ -0,0 +1,3 @@
+\begin{overpic}[width=3.71260in,height=0.40945in]{assets/templateR.png}
+\put (5,4) {\fontsize{16}{40}\selectfont \textcolor{white}{\SectionTitle{}}}
+\end{overpic}

+ 3 - 0
assets/RightBannerEquipment.tex

@@ -0,0 +1,3 @@
+\begin{overpic}[width=7.47986in,height=0.40945in]{assets/templateEquip.png}
+\put (3,2) {\fontsize{16}{40}\selectfont \textcolor{white}{\SectionTitle{}}}
+\end{overpic}

+ 1 - 1
figuras/TopBanner.tex

@@ -1,4 +1,4 @@
-\begin{overpic}[width=7.47986in,height=2.53958in]{figuras/templateTop.png}
+\begin{overpic}[width=7.47986in,height=2.53958in]{assets/templateTop.png}
 \put (3,28) {\fontsize{32}{40}\selectfont\headingfont \textcolor{white}{\Class{}}}
 \put (1,22) {\fontsize{16}{10}\selectfont\headingfont \textcolor{white}{Name}}
 \put (51.5,22) {\fontsize{12}{10}\selectfont\headingfont \textcolor{white}{Level}}

+ 1 - 1
figuras/TopBanner10Plus.tex

@@ -1,4 +1,4 @@
-\begin{overpic}[width=7.47986in,height=2.53958in]{figuras/templateTop.png}
+\begin{overpic}[width=7.47986in,height=2.53958in]{assets/templateTop.png}
 \put (3,28) {\fontsize{36}{40}\selectfont \textcolor{white}{\Class{}}}
 \put (1,22) {\fontsize{16}{10}\selectfont \textcolor{white}{Nombre}}
 \put (51.5,22) {\fontsize{16}{10}\selectfont \textcolor{white}{Nivel}}

figuras/templateEquip.png → assets/templateEquip.png


figuras/templateL.png → assets/templateL.png


figuras/templateR.png → assets/templateR.png


figuras/templateRE.png → assets/templateRE.png


figuras/templateRuleHeader.png → assets/templateRuleHeader.png


figuras/templateTop.png → assets/templateTop.png


+ 0 - 3
figuras/LeftBanner.tex

@@ -1,3 +0,0 @@
-\begin{overpic}[width=3.71260in,height=0.40945in]{figuras/templateL.png}
-\put (2,4) {\fontsize{16}{40}\selectfont \textcolor{white}{\SectionTitle{}}}
-\end{overpic}

+ 0 - 3
figuras/RightBanner.tex

@@ -1,3 +0,0 @@
-\begin{overpic}[width=3.71260in,height=0.40945in]{figuras/templateR.png}
-\put (5,4) {\fontsize{16}{40}\selectfont \textcolor{white}{\SectionTitle{}}}
-\end{overpic}

+ 0 - 3
figuras/RightBannerEquipment.tex

@@ -1,3 +0,0 @@
-\begin{overpic}[width=7.47986in,height=0.40945in]{figuras/templateEquip.png}
-\put (3,2) {\fontsize{16}{40}\selectfont \textcolor{white}{\SectionTitle{}}}
-\end{overpic}

+ 5 - 5
prelude.tex

@@ -92,29 +92,29 @@
 \newcommand{\SectionTitle}{4}
 
 \newcommand{\leftbanner}[1]{
-  \begin{overpic}[width=3.71260in,height=0.40945in]{figuras/templateL.png}
+  \begin{overpic}[width=3.71260in,height=0.40945in]{assets/templateL.png}
 \put (2,4) {\fontsize{16}{40}\selectfont \textcolor{white}{\headingfont #1}}
 \end{overpic}
 }
 
 \newcommand{\rightbanner}[1]{
-  \begin{overpic}[width=3.71260in,height=0.40945in]{figuras/templateR.png}
+  \begin{overpic}[width=3.71260in,height=0.40945in]{assets/templateR.png}
 \put (5,4) {\fontsize{16}{40}\selectfont \textcolor{white}{\headingfont #1}}
 \end{overpic}
 }
 
 \newcommand{\gearbanner}{
-\begin{overpic}[width=7.47986in,height=0.40945in]{figuras/templateEquip.png}
+\begin{overpic}[width=7.47986in,height=0.40945in]{assets/templateEquip.png}
 \put (3,2) {\fontsize{16}{40}\selectfont \textcolor{white}{\headingfont Gear}}
 \end{overpic}
 }
 
 \newcommand{\topbanner}[1]{
-  \begin{overpic}[width=7.47986in,height=1.0in]{figuras/templateRuleHeader.png}
+  \begin{overpic}[width=7.47986in,height=1.0in]{assets/templateRuleHeader.png}
   \put (1,2) {\fontsize{32}{40}\selectfont\headingfont \textcolor{white}{#1}}
 \end{overpic}
 }
 
 \newcommand{\charbanner}{
-  \input{figuras/TopBanner}
+  \input{assets/TopBanner}
 }