diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/README | 27 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/Makefile | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/image1.tex | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/image2.tex | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/mps.txt | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.pdf | bin | 55824 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.tex | 44 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.pdf | bin | 56645 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.tex | 44 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.txt | 14 |
10 files changed, 0 insertions, 233 deletions
diff --git a/Master/texmf-dist/doc/latex/xetex-def/README b/Master/texmf-dist/doc/latex/xetex-def/README deleted file mode 100644 index c7634deb354..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/README +++ /dev/null @@ -1,27 +0,0 @@ - README for xetex-def - -This directory contains the LaTeX graphics driver 'xetex.def' -used with 'xelatex' -Version: 4.08; 2016-04-06. - -The canonical source is the subversion repository at -https://puszcza.gnu.org.ua/projects/latexfmxdef. - -Copyright (C) 2004-2007, 2009, 2013-2016 -Ross Moore <ross at maths dot mq dot edu dot au> -modified by Jonathan Kew et al. - -This program can be redistributed and/or modified under the terms -of the LaTeX Project Public License Distributed from CTAN -archives in directory macros/latex/base/lppl.txt; either -version 1 of the License, or any later version. - -To install: - (1) copy xetex.def to a directory - suitable-texmf/tex/xelatex/xetex-def - (2) copy all files in a subdirectory 'doc' to a directory - suitable-texmf/doc/xelatex/xetex-def - (3) update TeX's file database. - ------------------------------------------------------------------ -Akira Kakuto <kakuto at fuk dot kindai dot ac dot jp> diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/Makefile b/Master/texmf-dist/doc/latex/xetex-def/doc/Makefile deleted file mode 100644 index 82f3d033bfb..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# -# Makefile to test pagebox=artbox etc. in xelatex -# -# files pagebox-pd.tex, pagebox-xe.tex, image1.tex, image2.tex are -# written by Y. Terada. -# - -all: pagebox-pd.pdf pagebox-xe.pdf - -pagebox-pd.pdf: pagebox-pd.tex image1.pdf image2.pdf - pdflatex pagebox-pd.tex - -pagebox-xe.pdf: pagebox-xe.tex image1.pdf image2.pdf - xelatex pagebox-xe.tex - -image1.pdf: image1.tex - pdflatex $< - -image2.pdf: image2.tex - pdflatex $< - -clean:: - rm -f *~ *.log *.aux *.dvi pagebox-pd.pdf pagebox-xe.pdf diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/image1.tex b/Master/texmf-dist/doc/latex/xetex-def/doc/image1.tex deleted file mode 100644 index a9e2db41bec..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/image1.tex +++ /dev/null @@ -1,28 +0,0 @@ -%!pdflatex -\documentclass{article} -% The papersize is set to 250bp x 250bp, which will -% make the MediaBox equal [0 0 250 250]. -\usepackage[papersize=250bp,margin=0pt,noheadfoot]{geometry} -\usepackage{tikz} -\pagestyle{empty} -% No compression; PDF version still might be 1.5. -\pdfcompresslevel=0 -\pdfobjcompresslevel=0 -\setlength{\parindent}{0pt} -\begin{document} -\pdfpageattr{% -% Enable or disable each of the following lines. -%/CropBox [30 30 220 100] -/BleedBox [5 45 170 200] -/TrimBox [70 20 150 120] -/ArtBox [60 10 100 150] -} -\begin{tikzpicture}[x=1bp,y=1bp,inner sep=0pt,color=red,thick] -\useasboundingbox(0,0) rectangle (250,250); -\draw ( 0, 0) node[anchor=south west] {M} rectangle (250,250) node[anchor=north east] {M}; -%\draw (30,30) node[anchor=south west] {C} rectangle (220,100) node[anchor=north east] {C}; -\draw ( 5,45) node[anchor=south west] {B} rectangle (170,200) node[anchor=north east] {B}; -\draw (70,20) node[anchor=south west] {T} rectangle (150,120) node[anchor=north east] {T}; -\draw (60,10) node[anchor=south west] {A} rectangle (100,150) node[anchor=north east] {A}; -\end{tikzpicture} -\end{document} diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/image2.tex b/Master/texmf-dist/doc/latex/xetex-def/doc/image2.tex deleted file mode 100644 index 11363bc89f7..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/image2.tex +++ /dev/null @@ -1,28 +0,0 @@ -%!pdflatex -\documentclass{article} -% The papersize is set to 250bp x 250bp, which will -% make the MediaBox equal [0 0 250 250]. -\usepackage[papersize=250bp,margin=0pt,noheadfoot]{geometry} -\usepackage{tikz} -\pagestyle{empty} -% No compression; PDF version still might be 1.5. -\pdfcompresslevel=0 -\pdfobjcompresslevel=0 -\setlength{\parindent}{0pt} -\begin{document} -\pdfpageattr{% -% Enable or disable each of the following lines. -/CropBox [30 30 220 100] -/BleedBox [5 45 170 200] -/TrimBox [70 20 150 120] -/ArtBox [60 10 100 150] -} -\begin{tikzpicture}[x=1bp,y=1bp,inner sep=0pt,color=red,thick] -\useasboundingbox(0,0) rectangle (250,250); -\draw ( 0, 0) node[anchor=south west] {M} rectangle (250,250) node[anchor=north east] {M}; -\draw (30,30) node[anchor=south west] {C} rectangle (220,100) node[anchor=north east] {C}; -\draw ( 5,45) node[anchor=south west] {B} rectangle (170,200) node[anchor=north east] {B}; -\draw (70,20) node[anchor=south west] {T} rectangle (150,120) node[anchor=north east] {T}; -\draw (60,10) node[anchor=south west] {A} rectangle (100,150) node[anchor=north east] {A}; -\end{tikzpicture} -\end{document} diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/mps.txt b/Master/texmf-dist/doc/latex/xetex-def/doc/mps.txt deleted file mode 100644 index cd885781030..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/mps.txt +++ /dev/null @@ -1,25 +0,0 @@ -In TeX Live 2016 and later, a new suffix .mps (or .MPS) is supported -by dvipdfmx and xdvipdfmx. Usual eps files are included by converting -into pdf files with the help of Ghostscript. We are using -dEPSCrop -option for Ghostscript in the conversion. In this case, we are forced -to translate llx, lly, urx, and ury in \Ginclude@eps accordingly. -On the other hand, eps files created by MetaPost are included directly -without the help of Ghostscript. Thus the above translation should be -negated by translating the origin, if we use \Ginclude@eps also for eps -files created by MetaPost. The translation of the origin was the default -in TeX Live 2015. However in TeX Live 2016, the origin is translated only -if the option --mvorigin is given for dvipdfmx or xdvipdfmx. This feature -may a bit be inconvenient. Thus we introduce a new command \Ginclude@mps -which is used for files with a suffix .mps (or .MPS). In \Ginclude@mps, -llx, lly, urx, and ury are natural compared with those in \Ginclude@eps. -Thus --mvorigin should not be given in the case of \Ginclude@mps. - -In summary, there are two ways to include eps files created by MetaPost -in TeX Live 2016 and later: -(1) Use a suffix .mps (or .MPS) like foo.mps. In this case, don't give the - option --mvorigin for dvipdfmx and xdvipdfmx. -(2) In other cases, such as foo.1, foo.2, foo.eps, foo.ps ..., the option - --mvorigin for dvipdfmx and xdvipdfmx is inevitable. - -Note that the option --mvorigin is relevant only for MetaPost-created -eps files. The option does nothing for other files. diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.pdf b/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.pdf Binary files differdeleted file mode 100644 index 18d47ac9fd5..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.tex b/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.tex deleted file mode 100644 index c85d27981b9..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-pd.tex +++ /dev/null @@ -1,44 +0,0 @@ -% pdflatex -\documentclass[a4paper]{article} -\usepackage[paperheight=60cm,margin=2cm]{geometry} -\usepackage{graphicx} -\setlength{\parindent}{0pt} -\pagestyle{empty} - -\makeatletter -\def\test#1#2{% - \def\@temp{#1}% - \ifx\@temp\@empty - \makebox[5.5cm][l]{\texttt{\LARGE pagebox is absent}}\fbox{\includegraphics{#2.pdf}}% - \else - \makebox[5.5cm][l]{\texttt{\LARGE pagebox=#1box}}\fbox{\includegraphics[pagebox=#1box]{#2.pdf}}% - \fi - \par -} -\makeatother - -\begin{document} -\section{test: image1} -\test{}{image1} -\test{media}{image1} -\test{}{image1} -\test{art}{image1} -\test{}{image1} -\test{bleed}{image1} -\test{}{image1} -\test{trim}{image1} -\test{}{image1} -\newpage -\section{test: image2} -\test{}{image2} -\test{media}{image2} -\test{}{image2} -\test{art}{image2} -\test{}{image2} -\test{bleed}{image2} -\test{}{image2} -\test{trim}{image2} -\test{}{image2} -\test{crop}{image2} -\test{}{image2} -\end{document} diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.pdf b/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.pdf Binary files differdeleted file mode 100644 index 234f3ce13e6..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.tex b/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.tex deleted file mode 100644 index f2ee311821c..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.tex +++ /dev/null @@ -1,44 +0,0 @@ -% xelatex -\documentclass[a4paper]{article} -\usepackage[paperheight=60cm,margin=2cm]{geometry} -\usepackage{graphicx} -\setlength{\parindent}{0pt} -\pagestyle{empty} - -\makeatletter -\def\test#1#2{% - \def\@temp{#1}% - \ifx\@temp\@empty - \makebox[5.5cm][l]{\texttt{\LARGE pagebox is absent}}\fbox{\includegraphics{#2.pdf}}% - \else - \makebox[5.5cm][l]{\texttt{\LARGE pagebox=#1box}}\fbox{\includegraphics[pagebox=#1box]{#2.pdf}}% - \fi - \par -} -\makeatother - -\begin{document} -\section{test: image1} -\test{}{image1} -\test{media}{image1} -\test{}{image1} -\test{art}{image1} -\test{}{image1} -\test{bleed}{image1} -\test{}{image1} -\test{trim}{image1} -\test{}{image1} -\newpage -\section{test: image2} -\test{}{image2} -\test{media}{image2} -\test{}{image2} -\test{art}{image2} -\test{}{image2} -\test{bleed}{image2} -\test{}{image2} -\test{trim}{image2} -\test{}{image2} -\test{crop}{image2} -\test{}{image2} -\end{document} diff --git a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.txt b/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.txt deleted file mode 100644 index 26a816d8a77..00000000000 --- a/Master/texmf-dist/doc/latex/xetex-def/doc/pagebox-xe.txt +++ /dev/null @@ -1,14 +0,0 @@ - pagebox-xe.txt - -This directory contains examples for a new feature of xetex.def: -support of an option [pagebox=artbox, etc.] in pdf inclusion, like that -in pdflatex, in the case of xelatex. The feature is supported in xetex.def -version 4.06 or later ones. It requires a new xdvipdfmx and a new xetex -which are not in TeX Live 2015. They will be available in TeX Live 2016. -Interested users may build themselves new binaries by using new sources in -the TeX Live repository. - -There is a Makefile for GNU Make. All test files are written by Y. Terada. - --------------------------------------------------------------------- -Akira Kakuto <kakuto at fuk dot kindai dot ac dot jp> |