From 0e9999f5625d7000c0cd97db71547c3481eb3b84 Mon Sep 17 00:00:00 2001 From: dennis Date: Sat, 12 Jun 2010 22:58:29 +0000 Subject: Aufräumarbeiten: Auf Anregung von Frank Stähr habe ich mal ein paar überflüssige PDF-Dateien entfernt und dafür ein kleines Makefile erstellt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2330 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- grafik/logos/Neo-Icon-Schriftzug.svg | 68 +++++++++++++++++++++ grafik/promotion-material/Flyer/Flyer.tex | 6 +- grafik/promotion-material/Flyer/Makefile | 13 ++++ grafik/promotion-material/Flyer/README.txt | 2 +- .../promotion-material/Flyer/neo-druckvorlage.pdf | Bin 190067 -> 0 bytes grafik/promotion-material/Flyer/neo_logo.pdf | Bin 1944 -> 0 bytes grafik/promotion-material/Flyer/neo_logo.svg | 68 --------------------- .../Flyer/tastatur_neo_Ebene1.png | Bin 36690 -> 0 bytes 8 files changed, 85 insertions(+), 72 deletions(-) create mode 100644 grafik/logos/Neo-Icon-Schriftzug.svg create mode 100644 grafik/promotion-material/Flyer/Makefile delete mode 100644 grafik/promotion-material/Flyer/neo-druckvorlage.pdf delete mode 100644 grafik/promotion-material/Flyer/neo_logo.pdf delete mode 100644 grafik/promotion-material/Flyer/neo_logo.svg delete mode 100644 grafik/promotion-material/Flyer/tastatur_neo_Ebene1.png (limited to 'grafik') diff --git a/grafik/logos/Neo-Icon-Schriftzug.svg b/grafik/logos/Neo-Icon-Schriftzug.svg new file mode 100644 index 0000000..f9f603b --- /dev/null +++ b/grafik/logos/Neo-Icon-Schriftzug.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/grafik/promotion-material/Flyer/Flyer.tex b/grafik/promotion-material/Flyer/Flyer.tex index 100d27b..d6399d5 100644 --- a/grafik/promotion-material/Flyer/Flyer.tex +++ b/grafik/promotion-material/Flyer/Flyer.tex @@ -76,7 +76,7 @@ Euro={€}, \title{Neo} \author{Ergonomisches Tastaturlayout} -\date{\includegraphics[height=3ex]{neo_logo}} +\date{\includegraphics[height=3ex]{Neo-Icon-Schriftzug}} @@ -111,9 +111,9 @@ schafft, hat wohl noch nie deutsche Umlaute getippt ;-) \vfill \hspace*{-2.5ex} \ifcolor -\includegraphics*[trim=0 47 0 0, width=3.41\linewidth]{neo-druckvorlage.pdf} % /grafik/druckvorlage/neo-druckvorlage.svg +\includegraphics*[trim=0 47 0 0, width=3.41\linewidth]{neo-druckvorlage} % /grafik/druckvorlage/neo-druckvorlage.svg \else -\includegraphics*[trim=0 58 0 0, width=3.45\linewidth]{neo_Alle_Ebenen.pdf} % /grafik/tastatur2d/neo_Alle_Ebenen.svg +\includegraphics*[trim=0 58 0 0, width=3.45\linewidth]{neo_Alle_Ebenen} % /grafik/tastatur2d/neo_Alle_Ebenen.svg \fi \newpage Die vierte Ebene ersetzt euch alles jenseits des Tastaturhauptfeldes, wie etwa den Zahlenblock, den z.\,B. Notebooks nicht haben. Und last but not least: Die griechischen Kleinbuchstaben und mathematischen Zeichen der 5.\,bzw.\ 6.\,Ebene, für deren Aktivierung Ihr zwei Modifier gleichzeitig drücken müsst, sind ein ungemein wertvolles Feature für die, die es nutzen. diff --git a/grafik/promotion-material/Flyer/Makefile b/grafik/promotion-material/Flyer/Makefile new file mode 100644 index 0000000..fbe18fc --- /dev/null +++ b/grafik/promotion-material/Flyer/Makefile @@ -0,0 +1,13 @@ + +default: compile + +# Downloading graphics: +fetch: + curl -O http://neo-layout.org/svn/grafik/logos/Neo-Icon-Schriftzug.pdf + curl -O http://neo-layout.org/svn/grafik/tastatur3d/tastatur_neo_Ebene1.pdf + curl -O http://neo-layout.org/svn/grafik/druckvorlage/neo-druckvorlage.pdf + +# Generation using pdfLaTeX +compile: fetch + pdflatex Flyer.tex + pdflatex Flyer.tex diff --git a/grafik/promotion-material/Flyer/README.txt b/grafik/promotion-material/Flyer/README.txt index 5a08ebd..db877aa 100644 --- a/grafik/promotion-material/Flyer/README.txt +++ b/grafik/promotion-material/Flyer/README.txt @@ -3,7 +3,7 @@ Dieser Flyer ist im A4-Format, damit ihn jeder ohne Probleme ausdrucken und kopi == Kompilieren == Eine installierte LaTeX-Distribution vorausgesetzt, kann mit - pdflatex Flyer.tex + make eine pdf-Datei erzeugt werden. == Geschichte == diff --git a/grafik/promotion-material/Flyer/neo-druckvorlage.pdf b/grafik/promotion-material/Flyer/neo-druckvorlage.pdf deleted file mode 100644 index 2364c5e..0000000 Binary files a/grafik/promotion-material/Flyer/neo-druckvorlage.pdf and /dev/null differ diff --git a/grafik/promotion-material/Flyer/neo_logo.pdf b/grafik/promotion-material/Flyer/neo_logo.pdf deleted file mode 100644 index ce21c5b..0000000 Binary files a/grafik/promotion-material/Flyer/neo_logo.pdf and /dev/null differ diff --git a/grafik/promotion-material/Flyer/neo_logo.svg b/grafik/promotion-material/Flyer/neo_logo.svg deleted file mode 100644 index f9f603b..0000000 --- a/grafik/promotion-material/Flyer/neo_logo.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/grafik/promotion-material/Flyer/tastatur_neo_Ebene1.png b/grafik/promotion-material/Flyer/tastatur_neo_Ebene1.png deleted file mode 100644 index 3cdc477..0000000 Binary files a/grafik/promotion-material/Flyer/tastatur_neo_Ebene1.png and /dev/null differ -- cgit v1.2.3