Titlepage looks nicer ;)

This commit is contained in:
Sebastian Hugentobler 2013-04-08 10:35:03 +02:00
parent f1355607c4
commit c2ceff4b76
3 changed files with 4 additions and 58 deletions

View File

@ -1,40 +0,0 @@
OUTDIR=out
PDFDIR=pdf
FILE = sheet-music_tinwhistle
LILY_PDF = lilypond-book --pdf -o $(OUTDIR)
PDF=cd $(OUTDIR) && pdflatex $(FILE).tex
INDEX=cd $(OUTDIR) && makeindex $(FILE).tex
# The suffixes used in this Makefile.
.SUFFIXES: .lytex .tex .ly .pdf
# Input and output files are searched in the directories listed in
# the VPATH variable. All of them are subdirectories of the current
# directory (given by the GNU make variable `CURDIR').
VPATH = \
$(CURDIR)/lyrics \
$(CURDIR)/notes \
$(CURDIR)/pdf \
all: book
book: $(OUTDIR) $(PDFDIR)
cp gitHeadInfo.gin $(OUTDIR)/
cp headfoot.tex $(OUTDIR)/
cp settings.tex $(OUTDIR)/
cp -r license/ $(OUTDIR)/
cp -r images/ $(OUTDIR)/
$(LILY_PDF) $(FILE).lytex
$(PDF)
$(INDEX)
$(PDF)
cp $(CURDIR)/$(OUTDIR)/$(FILE).pdf $(CURDIR)/$(PDFDIR)/$(FILE).pdf
$(OUTDIR):
mkdir -p $(OUTDIR)
$(PDFDIR):
mkdir -p $(PDFDIR)
clean:
rm -rf $(OUTDIR)

View File

@ -1,15 +0,0 @@
\usepackage[%
shash={493705f},
lhash={493705fc1bfdeb7b67eb3ae169f621806f0d838f},
authname={Sebastian Hugentobler},
authemail={sebastian@nulda.ch},
authsdate={2013-04-07},
authidate={2013-04-07 21:44:40 +0200},
authudate={1365363880},
commname={Sebastian Hugentobler},
commemail={sebastian@nulda.ch},
commsdate={2013-04-07},
commidate={2013-04-07 21:44:40 +0200},
commudate={1365363880},
refnames={ (HEAD, master)}
]{gitsetinfo}

View File

@ -8,15 +8,16 @@
\rule{\linewidth}{0.5mm} \\[1.5cm] \rule{\linewidth}{0.5mm} \\[1.5cm]
\begin{minipage}{0.4\textwidth} \begin{minipage}{0.5\textwidth}
\begin{flushleft} \large \begin{flushleft} \large
\url{http://trac.thallian.ch/music_booklet}\\ \emph{Project Website:} \\
\url{trac.thallian.ch/music_booklet} \\
\end{flushleft} \end{flushleft}
\end{minipage} \end{minipage}
\begin{minipage}{0.4\textwidth} \begin{minipage}{0.4\textwidth}
\begin{flushright} \large \begin{flushright} \large
\emph{Git Revision:} \\ \emph{Git Revision:} \\
\textsc{\input{|"git log -1 --oneline --no-notes | cut -d ' ' -f1"}} \input{|"git log -1 --oneline --no-notes | cut -d ' ' -f1"}
\end{flushright} \end{flushright}
\end{minipage} \end{minipage}
\vfill \vfill