Skip to content

Commit 6195a84

Browse files
committed
chore: update manual
1 parent b1179b9 commit 6195a84

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
-637 KB
Binary file not shown.

manual/patch_refman_title.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
REFMAN="docs/latex/refman.tex"
4-
TMP="docs/latex/refman_tmp.tex"
53
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
64
REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)"
75
REFMAN="${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}/) {

0 commit comments

Comments
 (0)