From b81b2e87126a2ad3a7e5cdde5ec3db64130e9839 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 4 Apr 2018 01:22:42 +0000 Subject: new installer graphic based on TeX code git-svn-id: svn://tug.org/texlive/trunk@47280 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/doc/graphics/tex/Makefile | 12 ++++++++++ Master/tlpkg/doc/graphics/tex/lion-small.png | Bin 0 -> 13184 bytes Master/tlpkg/doc/graphics/tex/lion.png | Bin 0 -> 169965 bytes .../graphics/tex/texlive-installer-graphics.tex | 25 +++++++++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 Master/tlpkg/doc/graphics/tex/Makefile create mode 100644 Master/tlpkg/doc/graphics/tex/lion-small.png create mode 100644 Master/tlpkg/doc/graphics/tex/lion.png create mode 100644 Master/tlpkg/doc/graphics/tex/texlive-installer-graphics.tex (limited to 'Master/tlpkg/doc') diff --git a/Master/tlpkg/doc/graphics/tex/Makefile b/Master/tlpkg/doc/graphics/tex/Makefile new file mode 100644 index 00000000000..b58594e7805 --- /dev/null +++ b/Master/tlpkg/doc/graphics/tex/Makefile @@ -0,0 +1,12 @@ + +SHELL=/bin/bash + +texlive-installer-graphics.png: texlive-installer-graphics.pdf + pdftopng -r 40 texlive-installer-graphics.pdf - | convert - -rotate 270 texlive-installer-graphics.png + +texlive-installer-graphics.pdf: texlive-installer-graphics.tex lion-small.png + pdflatex texlive-installer-graphics.tex + +clean: + -rm -f texlive-installer-graphics.{pdf,aux,log,png} + diff --git a/Master/tlpkg/doc/graphics/tex/lion-small.png b/Master/tlpkg/doc/graphics/tex/lion-small.png new file mode 100644 index 00000000000..e66a4763492 Binary files /dev/null and b/Master/tlpkg/doc/graphics/tex/lion-small.png differ diff --git a/Master/tlpkg/doc/graphics/tex/lion.png b/Master/tlpkg/doc/graphics/tex/lion.png new file mode 100644 index 00000000000..abba23c7b30 Binary files /dev/null and b/Master/tlpkg/doc/graphics/tex/lion.png differ diff --git a/Master/tlpkg/doc/graphics/tex/texlive-installer-graphics.tex b/Master/tlpkg/doc/graphics/tex/texlive-installer-graphics.tex new file mode 100644 index 00000000000..6f9878548ce --- /dev/null +++ b/Master/tlpkg/doc/graphics/tex/texlive-installer-graphics.tex @@ -0,0 +1,25 @@ +\documentclass{minimal} +\usepackage{anyfontsize} +\usepackage[paperwidth=864bp,% + paperheight=174.6bp, + margin={0pt,0pt}]{geometry} +\usepackage{graphicx} +\usepackage{xcolor} +\usepackage{pagecolor} +\definecolor{blue}{HTML}{0078b8} +\definecolor{white}{HTML}{E6E6E6} +\begin{document} +\pagecolor{blue}% +\hspace{0pt}% +\vspace*{4pt}% +%\vfill +\begin{center} + \fontfamily{cmss}%\fontseries{bx}% + \fontsize{100}{0pt}\selectfont\color{white} + T\kern -.1667em\lower .5ex\hbox {E}\kern -.025emX + Live \the\year\hspace{20pt}\raisebox{-60pt}{\includegraphics[height=150pt]{lion-small.png}} +\end{center} +%\vfill +%\hspace{0pt} +\end{document} + -- cgit v1.2.3