File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- REFMAN=" docs/latex/refman.tex"
4- TMP=" docs/latex/refman_tmp.tex"
53SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
64REPO_ROOT=" $( cd " ${SCRIPT_DIR} /.." && pwd) "
75REFMAN=" ${REPO_ROOT} /docs/latex/refman.tex"
@@ -34,7 +32,7 @@ BEGIN { in_titlepage = 0 }
3432 print "\\begin{titlepage}"
3533 print " \\centering"
3634 print " \\vspace*{1cm}"
37- print " \\includegraphics[width=0.25\\textwidth]{img/ logouma.png}\\\\"
35+ print " \\includegraphics[width=0.25\\textwidth]{logouma.png}\\\\"
3836 print " \\vspace{0.5cm}"
3937 print " {\\scshape\\Large University of Malaga\\\\}"
4038 print " {\\scshape School of Computer Science and Engineering\\\\}"
@@ -51,7 +49,7 @@ BEGIN { in_titlepage = 0 }
5149 print " \\textbf{Author:} jose-rzm at GitHub"
5250 print " \\end{flushright}"
5351 print " \\vfill"
54- print " \\includegraphics[width=0.15\\textwidth]{img/ syntaxtutor.png}"
52+ print " \\includegraphics[width=0.15\\textwidth]{syntaxtutor.png}"
5553 next
5654 }
5755 if ($0 ~ /\\end{titlepage}/) {
You can’t perform that action at this time.
0 commit comments