Skip to content

Commit 10438e9

Browse files
committed
fixing bug with logo and no longer removing built PDF - will commit PDF to repo for easier access
1 parent 70d6ae4 commit 10438e9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Manual.pdf
21
Manual.bbl
32
Manual.aux
43
Manual.log

Manual.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999

100100
\begin{titlepage}
101101
\centering
102-
\vfill
103-
\includegraphics[width=1.0\textwidth,natwidth=800,natheight=800]{biglogo_whitebg.png}
102+
%\vfill
103+
\includegraphics[width=1.0\textwidth]{biglogo_whitebg.png}
104104
\vskip2cm
105105
{\bfseries\Huge User Guide} \\[1em]
106106
{\bfseries\Huge \dlvhex\ 2.X} \\

remove_built_files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
git filter-branch --prune-empty --index-filter \
4-
'git rm -rf --cached --ignore-unmatch *.pdf *.aux *.synctex.gz *.log *.toc *.bbl *~' \
4+
'git rm -rf --cached --ignore-unmatch *.aux *.synctex.gz *.log *.toc *.bbl *~' \
55
--tag-name-filter cat -- --all

0 commit comments

Comments
 (0)