summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-06 17:39:48 +0000
committerKarl Berry <karl@freefriends.org>2018-05-06 17:39:48 +0000
commit6984c854c8c804b5554284accd834f535d0a6931 (patch)
tree5199bb4c9c78472a75e01810debc725f7447fe8f /Master/tlpkg/doc
parent83d6a0f14d609aaff873b253433a5dec00e3a11d (diff)
tweak TeX logo for cmss, etc.
git-svn-id: svn://tug.org/texlive/trunk@47627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/graphics/GNUmakefile15
-rw-r--r--Master/tlpkg/doc/graphics/README5
-rw-r--r--Master/tlpkg/doc/graphics/lion-small.png (renamed from Master/tlpkg/doc/graphics/tex/lion-small.png)bin13184 -> 13184 bytes
-rw-r--r--Master/tlpkg/doc/graphics/lion.png (renamed from Master/tlpkg/doc/graphics/tex/lion.png)bin169965 -> 169965 bytes
-rw-r--r--Master/tlpkg/doc/graphics/tex/Makefile12
-rw-r--r--Master/tlpkg/doc/graphics/tex/texlive-installer-graphics.tex25
-rw-r--r--Master/tlpkg/doc/graphics/texlive-installer-graphic.xcfbin220606 -> 0 bytes
-rw-r--r--Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.pngbin0 -> 13626 bytes
-rw-r--r--Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.pngbin0 -> 14139 bytes
-rw-r--r--Master/tlpkg/doc/graphics/texlive-installer-graphics.pdfbin0 -> 18436 bytes
-rw-r--r--Master/tlpkg/doc/graphics/texlive-installer-graphics.tex31
11 files changed, 49 insertions, 39 deletions
diff --git a/Master/tlpkg/doc/graphics/GNUmakefile b/Master/tlpkg/doc/graphics/GNUmakefile
new file mode 100644
index 00000000000..b294c2ff926
--- /dev/null
+++ b/Master/tlpkg/doc/graphics/GNUmakefile
@@ -0,0 +1,15 @@
+# $Id$
+# Public domain. Originally written by Norbert Preining, 2018.
+
+texlive-installer-graphics-vert.png: texlive-installer-graphics-horiz.png
+ convert $< -rotate 270 $@
+
+texlive-installer-graphics-horiz.png: texlive-installer-graphics.pdf
+ pdftopng -r 40 $< - >$@
+
+texlive-installer-graphics.pdf: texlive-installer-graphics.tex lion-small.png
+ texfot pdflatex '\nonstopmode\input $<'
+
+clean:
+ -rm -f texlive-installer-graphics.{pdf,aux,log,png}
+
diff --git a/Master/tlpkg/doc/graphics/README b/Master/tlpkg/doc/graphics/README
index c38e538065a..4b8b238e5cc 100644
--- a/Master/tlpkg/doc/graphics/README
+++ b/Master/tlpkg/doc/graphics/README
@@ -2,5 +2,6 @@ This file and all the graphics are public domain.
*-square is used for the github repository.
-*-installer is used both for the GUI installer and in the manual.
-It needs to be updated for every release.
+The others are generated by ./GNUmakefile and used in the GUI installer
+and manual. They need to be updated every year.
+(Part of tlpkg/doc/releng.txt.)
diff --git a/Master/tlpkg/doc/graphics/tex/lion-small.png b/Master/tlpkg/doc/graphics/lion-small.png
index e66a4763492..e66a4763492 100644
--- a/Master/tlpkg/doc/graphics/tex/lion-small.png
+++ b/Master/tlpkg/doc/graphics/lion-small.png
Binary files differ
diff --git a/Master/tlpkg/doc/graphics/tex/lion.png b/Master/tlpkg/doc/graphics/lion.png
index abba23c7b30..abba23c7b30 100644
--- a/Master/tlpkg/doc/graphics/tex/lion.png
+++ b/Master/tlpkg/doc/graphics/lion.png
Binary files differ
diff --git a/Master/tlpkg/doc/graphics/tex/Makefile b/Master/tlpkg/doc/graphics/tex/Makefile
deleted file mode 100644
index b58594e7805..00000000000
--- a/Master/tlpkg/doc/graphics/tex/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-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/texlive-installer-graphics.tex b/Master/tlpkg/doc/graphics/tex/texlive-installer-graphics.tex
deleted file mode 100644
index 6f9878548ce..00000000000
--- a/Master/tlpkg/doc/graphics/tex/texlive-installer-graphics.tex
+++ /dev/null
@@ -1,25 +0,0 @@
-\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}
-
diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphic.xcf b/Master/tlpkg/doc/graphics/texlive-installer-graphic.xcf
deleted file mode 100644
index 7cc2c93f89a..00000000000
--- a/Master/tlpkg/doc/graphics/texlive-installer-graphic.xcf
+++ /dev/null
Binary files differ
diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png b/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png
new file mode 100644
index 00000000000..759c8e87268
--- /dev/null
+++ b/Master/tlpkg/doc/graphics/texlive-installer-graphics-horiz.png
Binary files differ
diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png b/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png
new file mode 100644
index 00000000000..8e3ceb2a775
--- /dev/null
+++ b/Master/tlpkg/doc/graphics/texlive-installer-graphics-vert.png
Binary files differ
diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf b/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf
new file mode 100644
index 00000000000..a0212e545de
--- /dev/null
+++ b/Master/tlpkg/doc/graphics/texlive-installer-graphics.pdf
Binary files differ
diff --git a/Master/tlpkg/doc/graphics/texlive-installer-graphics.tex b/Master/tlpkg/doc/graphics/texlive-installer-graphics.tex
new file mode 100644
index 00000000000..216df8da047
--- /dev/null
+++ b/Master/tlpkg/doc/graphics/texlive-installer-graphics.tex
@@ -0,0 +1,31 @@
+% $Id$
+% Public domain. Originally written by Norbert Preining, 2018.
+\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}%
+ \begin{center}
+ \fontfamily{cmss}%\fontseries{bx}% better non-bold
+ \fontsize{100}{0pt}%
+ \selectfont\color{white}
+ % kern values from tug.org/TUGboat/tb07-2/tb15knutlogo.pdf
+ T\kern -.15em\lower .5ex\hbox {E}\kern -.0emX
+ Live
+ \the\year
+ \hspace{28pt}%
+ \raisebox{-52pt}{\includegraphics[height=150pt]{lion-small.png}}
+ \end{center}
+\end{document}
+