From 8bf408bb66dfe68280d0c320ac7a9f8e0fbe1396 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Dec 2020 21:29:48 +0000 Subject: bookcover (16dec20) git-svn-id: svn://tug.org/texlive/trunk@57151 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/bookcover/bookcover-example1.pdf | Bin 714029 -> 715916 bytes .../doc/latex/bookcover/bookcover-example1.tex | 19 ++++++++++++------- .../doc/latex/bookcover/bookcover-example2.pdf | Bin 78368 -> 78361 bytes .../doc/latex/bookcover/bookcover-example2.tex | 12 +++++++++++- .../texmf-dist/doc/latex/bookcover/bookcover.pdf | Bin 1835270 -> 1547812 bytes .../latex/bookcover/figures/bookcover-barcode.pdf | Bin 5129 -> 7400 bytes .../bookcover/figures/bookcover-description.pdf | Bin 0 -> 43758 bytes .../bookcover/figures/bookcover-dustjacket.pdf | Bin 0 -> 276931 bytes .../latex/bookcover/figures/bookcover-einstein.pdf | Bin 597503 -> 0 bytes .../bookcover/figures/bookcover-foldingmargin.pdf | Bin 0 -> 33182 bytes .../latex/bookcover/figures/bookcover-margins.pdf | Bin 0 -> 1569 bytes .../latex/bookcover/figures/bookcover-parts.pdf | Bin 84212 -> 84132 bytes .../latex/bookcover/figures/bookcover-result.pdf | Bin 11552 -> 0 bytes .../figures/bookcover-scheme-foldingmargin.pdf | Bin 0 -> 11013 bytes .../figures/bookcover-scheme-withflaps.pdf | Bin 0 -> 10702 bytes .../figures/bookcover-scheme-withoutflaps.pdf | Bin 0 -> 10332 bytes .../latex/bookcover/figures/bookcover-scheme.pdf | Bin 17727 -> 0 bytes .../latex/bookcover/figures/bookcover-sizes.pdf | Bin 42051 -> 0 bytes .../doc/latex/bookcover/figures/bookcover-tikz.pdf | Bin 1532 -> 1524 bytes .../latex/bookcover/figures/bookcover-tikzclip.pdf | Bin 1592 -> 1568 bytes 20 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdf create mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdf delete mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf create mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdf create mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdf delete mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf create mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf create mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf create mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf delete mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf delete mode 100644 Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf (limited to 'Master/texmf-dist/doc/latex/bookcover') diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf index 10c8a90f985..f135d8b245f 100644 Binary files a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf and b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex index da74f6d62b9..203c4a6fce9 100644 --- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex +++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example1.tex @@ -1,5 +1,10 @@ -\documentclass[coverwidth=15cm,coverheight=20cm,spinewidth=25mm, - flapwidth=6cm,wrapwidth=5mm]{bookcover} +\documentclass[ + coverwidth=15cm, + coverheight=20cm, + spinewidth=25mm, + flapwidth=6cm, + wrapwidth=5mm, + ]{bookcover} \newbookcovercomponenttype{center rotate}{ \vfill @@ -9,8 +14,8 @@ \usepackage[outline]{contour}% It doesn't work with xelatex and lualatex \contourlength{1pt} -\usepackage[latin]{babel} -\usepackage{lipsum,microtype} +\usepackage[english]{babel} +\usepackage{kantlipsum,microtype} \begin{document} @@ -67,19 +72,19 @@ % Text on the back cover \begin{bookcoverelement}{normal}{back}[2cm,2cm,2cm,2cm] - \color{white}\lipsum[1] + \color{white}\kant[1] \end{bookcoverelement} % Text and picture on the front flap \begin{bookcoverelement}{normal}{front flap}[1cm,1cm,1cm,2cm] - \color{white}\lipsum[2] + \color{white}\kant[2] \vfill {\centering\includegraphics{./figures/bookcover-dice.pdf}\par} \end{bookcoverelement} % Text on the back flap \begin{bookcoverelement}{normal}{back flap}[1cm,2cm,1cm,2cm] - \color{white}\lipsum[2] + \color{white}\kant[3] \end{bookcoverelement} \end{bookcover} diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf index 50d15d81db6..ce201737b93 100644 Binary files a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf and b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex index 7c298de1645..1d6cbdd74fe 100644 --- a/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex +++ b/Master/texmf-dist/doc/latex/bookcover/bookcover-example2.tex @@ -1,10 +1,17 @@ -\documentclass[markcolor=black,spinewidth=15mm]{bookcover} +\documentclass[ + spinewidth=15mm, + markcolor=black, + ]{bookcover} + \usepackage[latin]{babel} \usepackage{lipsum,microtype} \begin{document} +% ---------------------------------------------------------------------- % Outside cover +% ---------------------------------------------------------------------- + \begin{bookcover} % Remark @@ -45,7 +52,10 @@ \end{bookcover} +% ---------------------------------------------------------------------- % Inside cover +% ---------------------------------------------------------------------- + \begin{bookcover} % Remark diff --git a/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf b/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf index 54edee5c631..f8867abc091 100644 Binary files a/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf and b/Master/texmf-dist/doc/latex/bookcover/bookcover.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf index 3da147b6ff7..fbd7fc3208a 100644 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-barcode.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdf new file mode 100644 index 00000000000..ee8755e38f5 Binary files /dev/null and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-description.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdf new file mode 100644 index 00000000000..c1caae30f78 Binary files /dev/null and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-dustjacket.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf deleted file mode 100644 index 592f7d5641a..00000000000 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-einstein.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdf new file mode 100644 index 00000000000..1586332ed1c Binary files /dev/null and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-foldingmargin.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdf new file mode 100644 index 00000000000..63869061705 Binary files /dev/null and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-margins.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf index 752284839ba..648e6a338ad 100644 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-parts.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf deleted file mode 100644 index dfc65e6cd4b..00000000000 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-result.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf new file mode 100644 index 00000000000..6eb0784e742 Binary files /dev/null and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-foldingmargin.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf new file mode 100644 index 00000000000..5ae8ab86b4f Binary files /dev/null and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withflaps.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf new file mode 100644 index 00000000000..411e4f4194e Binary files /dev/null and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme-withoutflaps.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf deleted file mode 100644 index ff5cd7708bc..00000000000 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-scheme.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf deleted file mode 100644 index 2c81249975c..00000000000 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-sizes.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf index 3ac9d8b5ad5..b0aef8e737f 100644 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikz.pdf differ diff --git a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf index 2c3b22e2a80..9c65cdb40ac 100644 Binary files a/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf and b/Master/texmf-dist/doc/latex/bookcover/figures/bookcover-tikzclip.pdf differ -- cgit v1.2.3