From c2ceff4b76f8ea57bea8315665b3b3de4be4b9bb Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 8 Apr 2013 10:35:03 +0200 Subject: [PATCH] Titlepage looks nicer ;) --- Makefile~ | 40 ---------------------------------------- gitHeadInfo.gin | 15 --------------- title.tex | 7 ++++--- 3 files changed, 4 insertions(+), 58 deletions(-) delete mode 100644 Makefile~ delete mode 100644 gitHeadInfo.gin diff --git a/Makefile~ b/Makefile~ deleted file mode 100644 index ebb6edd..0000000 --- a/Makefile~ +++ /dev/null @@ -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) diff --git a/gitHeadInfo.gin b/gitHeadInfo.gin deleted file mode 100644 index 73fe2ba..0000000 --- a/gitHeadInfo.gin +++ /dev/null @@ -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} \ No newline at end of file diff --git a/title.tex b/title.tex index 6c38d25..168fac6 100644 --- a/title.tex +++ b/title.tex @@ -8,15 +8,16 @@ \rule{\linewidth}{0.5mm} \\[1.5cm] - \begin{minipage}{0.4\textwidth} + \begin{minipage}{0.5\textwidth} \begin{flushleft} \large - \url{http://trac.thallian.ch/music_booklet}\\ + \emph{Project Website:} \\ + \url{trac.thallian.ch/music_booklet} \\ \end{flushleft} \end{minipage} \begin{minipage}{0.4\textwidth} \begin{flushright} \large \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{minipage} \vfill