summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-11-26 22:14:19 +0000
committerKarl Berry <karl@freefriends.org>2007-11-26 22:14:19 +0000
commitcf433ce2bcd3325fea59dec797a32cd5832a2bdf (patch)
tree38f769ef713a220fb2611d57db6cc87532241954 /Master
parent72000ef18ca34f387b9b1d6ed595e72dc6516bb4 (diff)
epspdfconversion update (25nov07)
git-svn-id: svn://tug.org/texlive/trunk@5615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/epspdfconversion/README2
-rw-r--r--Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.pdfbin407999 -> 429502 bytes
-rw-r--r--Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.tex121
-rw-r--r--Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage.eps497
-rw-r--r--Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage2.eps1
-rw-r--r--Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage3.eps1
-rw-r--r--Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty22
7 files changed, 116 insertions, 528 deletions
diff --git a/Master/texmf-dist/doc/latex/epspdfconversion/README b/Master/texmf-dist/doc/latex/epspdfconversion/README
index 8fafc53ea33..03acaf9e1d2 100644
--- a/Master/texmf-dist/doc/latex/epspdfconversion/README
+++ b/Master/texmf-dist/doc/latex/epspdfconversion/README
@@ -5,4 +5,4 @@ within (pdf)LaTeX. EPS graphic files are converted "on the fly". It is similar t
based on the epstopdf package and allows to pass several options such as grayscale,
prepress, pdfversion etc. to the epspdf conversion-command.
-This material is subject to the LaTeX Project Public License.
+This material is subject to the LaTeX Project Public License. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.pdf b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.pdf
index 177e2848c66..08006eee57f 100644
--- a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.pdf
+++ b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.tex b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.tex
index 190af28cb02..505edc98ebb 100644
--- a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.tex
+++ b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/epspdfconversion_docu.tex
@@ -9,12 +9,14 @@
\usepackage{tabularx}
-%DRAWING, IMAGES
+%DRAWING, IMAGES
\usepackage[final]{graphicx}
\usepackage{epic}%
\usepackage{color}%
-\usepackage[pdfversion=1.3,GRAY]{epspdfconversion}
+\usepackage[pdfversion=1.3,bbox=true,GRAY]{epspdfconversion}
+
+%\epstopdfsetup{update=false}
%DIMENSIONS
@@ -37,7 +39,7 @@ menucolor=black,
pagecolor=black,
urlcolor=dunkelblau,
hypertexnames=true,
-pdftitle = {The package epspdfconversion v0.3},
+pdftitle = {The package epspdfconversion v0.4},
pdfsubject = {documentation of the package epspdfconversion.sty },
pdfkeywords = {epspdf, conversion, LaTeX, eps, eps->pdf},
pdfauthor = {daniel.becker@uni-rostock.de}
@@ -71,7 +73,7 @@ pdfauthor = {daniel.becker@uni-rostock.de}
\author{Daniel Becker\\ \texttt{\href{mailto:daniel.becker@uni-rostock.de}{daniel.becker@uni-rostock.de}}
\thanks{Many thanks to Siep Kroonenberg and Heiko Oberdiek for their help.}
}
-\date{02. October 2007, version 0.3}
+\date{25. November 2007, version 0.4}
\maketitle
@@ -79,33 +81,35 @@ pdfauthor = {daniel.becker@uni-rostock.de}
\section{What is it for?}
-This package can be used to use the epspdf tools (see \url{http://tex.aanhet.net/epspdf/}) from within (pdf)LaTeX ``on the fly''. It is similar to and based on the epstopdf package.\footnote{You might also want to read the documentation of epstopdf. See \url{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/epstopdf.pdf}.} It is possible to pass several options to the epspdf conversion-command.
+This package can be used to use the epspdf tools (see \url{http://tex.aanhet.net/epspdf/}) from within (pdf)LaTeX ``on the fly''. It is similar to and based on the epstopdf package that uses the script \verb"epstopdf" for the actual conversion while this packages uses \verb"epspdf" (Note the \verb"epsTOpdf" vs \verb"epspdf").\footnote{You might also want to read the documentation of epstopdf. See \url{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/epstopdf.pdf}.} It is possible to pass several options to the \verb"epspdf" conversion-command.
-This package can be used for the conversion of eps-files to pdf. The epspdf-tools itself can do the conversion both ways.
+This package can be used for the conversion of eps-files to pdf. The \verb"epspdf"-tools itself can do the conversion both ways.
-I am by no means an {\TeX}pert. Use this package at your own risk. What I did is to take the epsdpdf-package (\url{http://www.ctan.org/tex-archive/help/Catalogue/entries/epstopdf.html}) and adjusted it to my needs and then gave this the new name {\pack}. Heiko Oberdiek then improved the code a lot.
+I am by no means an {\TeX}pert. Use this package at your own risk. What I did is to take the epstopdf-package (\url{http://www.ctan.org/tex-archive/help/Catalogue/entries/epstopdf.html}) and adjusted it to my needs and then gave this the new name {\pack}. Heiko Oberdiek then improved the code a lot.
-This package is helpful in general when you include eps-figures in a (pdf)LaTeX-document. The author uses it for the inclusion of eps-figures that are produced en-masse by a software packages like Stata, Mathematica or Maple and that are often updated. The package makes sure that I can include the eps-figures easily and the updating of the corresponding pdf's is done ``on-the-fly''. Using the epspdf-tools helps a lot to prepare a final pdf that is, for example, accepted by your print shop (really grayscale, prepress-ready, ...).
+This package is helpful in general when you include eps-figures in a (pdf)LaTeX-document. The author uses it for the inclusion of eps-figures that are produced en-masse by a software packages like Stata, Mathematica or Maple and that are often updated. The package makes sure that I can include the eps-figures easily and the updating of the corresponding pdf's is done ``on-the-fly''. Using the \verb"epspdf"-tools (and not \verb"epstopdf") helps a lot to prepare a final pdf that is, for example, accepted by your print shop (really grayscale, prepress-ready, ...).
\section{Installation}
\begin{itemize}
\item Go to \url{http://tex.aanhet.net/epspdf/} and follow the installation instructions there.
- Alternative URL's for epspdf are \\ \url{http://www.ctan.org/tex-archive/support/epspdf/} or\\ \url{http://www.ctan.org/tex-archive/help/Catalogue/entries/epspdf.html}
+ Alternative URL's for \verb"epspdf" are \\ \url{http://www.ctan.org/tex-archive/support/epspdf/} or\\ \url{http://www.ctan.org/tex-archive/help/Catalogue/entries/epspdf.html}
See also Bruno Voisin's notes at \url{http://tug.org/pipermail/macostex-archives/2007-April/030318.html}.
- \item Make sure that you can use epspdf from the command line. I am using Mac OS X. After the installation of epspdf, the following command is working from the command line (assuming the file /Users/daniel/Desktop/testimage.eps exists):
+ \item Make sure that you can use \verb"epspdf" from the command line. I am using Mac OS X. After the installation of epspdf, the following command is working from the command line (assuming the file /Users/daniel/Desktop/testimage.eps exists):
\begin{verbatim}
[ibook-daniel:~] daniel% epspdf /Users/daniel/Desktop/testimage.eps
\end{verbatim}
It results in a file \verb"/Users/daniel/Desktop/testimage.pdf".
-I did no testing for other Systems (Windows,...) -- simply follow the instructions at the epspdf-website. It would be nice if you let me know whether this .sty-file works for you.\footnote{The package seems to work as expected with a Linux/TeXLive2007 and with a Windows/MikTeX2.5 installation.}
+I did no testing for other Systems (Windows,...) -- simply follow the instructions at the \verb"epspdf"-website. It would be nice if you let me know whether this package works for you.\footnote{The package seems to work as expected with a Linux/TeXLive2007 and with a Windows/MikTeX2.5 installation.}
\item Put the sty-file {\pack}.sty for this package where TeX can find it. For example in the same directory as your main .tex file. Or -- again on Mac OS X -- in \verb"~/Library/texmf/tex/latex/" where the ``\verb"~"'' stands for your home directory.
- \item The package requires that shell escapes are enabled. You should get a warning in your .log-file if this is not the case.\footnote{However, a test with MikTeX and the command-line option -shell-escape resulted in the warning ``Package epstopdf Warning: Shell escape feature is not enabled.'' Nevertheless, the shell escape worked fine.}
- \item the package loads the epstopf-package as it is based on that.
+
+ If you are using MikTeX, you can use the package-manager to install {\pack}. If you are using a recent version of TeXLive, it might be included in your distribution already.
+ \item The package requires that shell escapes are enabled. You should get a warning in your .log-file if this is not the case.\footnote{However, a test with MikTeX and the command-line option -shell-escape resulted in the warning ``Package epstopdf Warning: Shell escape feature is not enabled.''} Look for ``shell escape'' in the Help-Section of your preferred application for Typesetting on how to enable it (TeXShop, WinEdt, ....).
+ \item the package needs the epstopf-package as a prerequisite.\query{\textcolor{red}{New in 0.4:} It is recommended that epstopdf is at version 1.5 or higher} Usually, it is already part of your installation of {\TeX}. It is recommended that epstopdf is at least at version 1.5.
\end{itemize}
\section{Usage}
@@ -118,9 +122,12 @@ where ``OPTIONSHERE'' can be either empty or be filled with the options describe
If you typeset your document, and (pdf)LaTeX detects that you want to use an eps-figure, the {\pack}-package makes sure that it is converted to pdf to include it in your final pdf.
-There are two possibilities.\footnote{This functionality is provided by the epstopdf package.} If you include your eps-figure \emph{with} the .eps extension, every typesetting procedure will trigger a conversion to pdf again. This makes sense if your eps-figure changes very often. Or, alternatively, you can include the figure without the extension. Then there will be only a conversion if there is no corresponding .pdf-file.
+There are two possibilities. If you include your eps-figure \emph{with} the .eps extension, every typesetting procedure will trigger a conversion to pdf again. This makes sense if your eps-figure changes very often. Or, alternatively, you can include the figure without the extension. Then there will be only a conversion if there is no corresponding .pdf-file.
-In a section below, I include two figures, \verb"testimage.eps" and \verb"testimage-static.eps" with the following lines. \verb"testimage-static.eps" is converted to pdf only once, the other eps-file with every run of pdf(LaTeX).
+If you have at least version 1.5 of the epstopdf-package installed, the situation is better: If you include your eps-figure with the extension .eps, the conversion eps->pdf is only done if the pdf-version of your figure is either missing or outdated because the eps-file has been modified.\query{\textcolor{red}{New in 0.4:} Why you should install epstopdf at least in version 1.5....} This saves a lot of time for the typesetting process. If you include the file without the extension, the same rule applies.\footnote{This functionality is provided by loading the epstopdf-package with options [update,prepend] in the background. See the documentation for the epstopdf-package.} It is easy to switch back to the old behaviour where all figures included with the extension .eps are converted with every run of pdflatex. Simply put \verb"\epstopdfsetup{update=false}" in your .tex-source file. This might be useful if you play around a lot with the several options this package provides for the conversion.
+
+
+Below, I include a figure \verb"testimage.eps" and another \verb"testimage-static.eps" with the following lines.
\label{bilderbefehle}
\begin{verbatim}
@@ -132,12 +139,14 @@ In a section below, I include two figures, \verb"testimage.eps" and \verb"testim
\section{Options}
-{\pack} accepts several options. All options change the conversion command that is used for the conversion of .eps to pdf. Table \ref{optiontable} gives an overview. The explanations are more or less taken from the epspdf-documentation.\query{\textcolor{red}{New in 0.3:} The list of options is a bit longer than before.}
+{\pack} accepts several options. All options change the conversion command that is used for the conversion of .eps to pdf. Table \ref{optiontable} gives an overview. The explanations are more or less taken from the epspdf-documentation.\query{\textcolor{red}{New in 0.4:} The list of options is a bit longer than before.}
+
+
\begin{table}[htbp]
\begin{center}
\small
-\begin{tabularx} {0.9\textwidth} {
+\begin{tabularx} {1.0\textwidth} {
>{\hsize=.8\hsize}X|
>{\hsize=1.2\hsize}X}
\toprule
@@ -148,7 +157,9 @@ option & explanation \\ \midrule
%
\verb"simple" & the epspdf-conversion will be done with no option at all. Don't use it together with any of the options below.\\ & \\
%
-\verb"gray | grey | GRAY | GREY" & gray | grey : convert eps-figures to grayscale (success not guaranteed); GRAY | GREY: Try harder to convert to grayscale (success still not guaranteed) \\ & \\
+\verb"gray | grey | GRAY | GREY" & gray | grey : convert eps-figures to grayscale (success not guaranteed); GRAY | GREY: Try harder to convert to grayscale (success still not guaranteed) \\
+%
+\verb"nogray | nogrey" & nogray | nogrey : do not try to convert eps-figures to grayscale \\ & \\
%
\verb"default | printer |" \verb"prepress | screen | ebook |" \verb"target=default |" \verb"target=printer | " \verb"target=prepess |" \verb"target=screen | " \verb"target=ebook" & target use of pdf \\ & \\
%
@@ -183,7 +194,7 @@ Important: When there are several options in the first column, divided by |, thi
\usepackage[pdfversion=1.3,pdfversion=1.4]{epspdfconversion}
\end{verbatim}
-\verb"\pdfminorversion": When you choose the options pdfversion=1.2 or pdfversion=1.3, you need to set \verb"\pdfminorversion" accordingly. The package checks if you have done that properly and shows a warning if not.\query{\textcolor{red}{New in 0.3:} This check is a new feature. Again thanks to Heiko Oberdiek.}
+\verb"\pdfminorversion": When you choose the options pdfversion=1.2 or pdfversion=1.3, you need to set \verb"\pdfminorversion" accordingly. The package checks if you have done that properly and shows a warning if not.\query{\textcolor{blue}{New in 0.3:} This check is a new feature. Again thanks to Heiko Oberdiek.}
%You will find an entry like that in your log-file:
%%
@@ -197,12 +208,12 @@ Thanks to Heiko Oberdiek, changing the options somewhere in the middle of your .
\epspdfconversionsetup{target=prepress,bbox}
\end{verbatim}
changes the options of {\pack} to \verb"target=prepress,bbox".
-\query{\textcolor{red}{New in 0.3:} You don't need to redefine the conversion command to switch to other settings}
+\query{\textcolor{blue}{New in 0.3:} You don't need to redefine the whole conversion command to switch to other settings}
\section{The command \textbackslash\texttt{epspdfconversioncmdline}}
The options described above change the command that is used to call epspdf for the conversion from .eps to .pdf. %
-\query{\textcolor{red}{New in 0.3:} the name of the command has changed}
+\query{\textcolor{blue}{New in 0.3:} the name of the command has changed}
Typing \verb"\epspdfconversioncmdline" somewhere in your source-.tex file will output the call that you have defined in your preamble. For example, this file has in the preamble
\begin{verbatim}
@@ -220,18 +231,72 @@ For example, to restore the behaviour of the epstopdf-package, you could write
{epstopdf }
\end{verbatim}
%
-This allows you to use whatever tool you want for your conversion. But epstopdf really seems the way to go for eps->pdf.....
+This allows you to use whatever tool you want for your conversion. But epspdf really seems the way to go for eps->pdf.....
+
\section{A test}
-What follows is the output of the two \verb"\includegraphics"-commands from page \pageref{bilderbefehle}. The first of the two figures is converted with every run of (pdf)LaTeX, the second is the \verb"testimage-static.pdf" that is already present.
+What follows is the output of the \verb"\includegraphics"-command from page \pageref{bilderbefehle}.
\begin{center}
\includegraphics[width=0.5\textwidth]{testimage.eps}\\
\includegraphics[width=0.5\textwidth]{testimage-static}
-\end{center}
+\end{center}
+
+\section{Switching options temporarily}
+It is possible to switch the options only temporarily using curly braces. Consider you have set the options \verb"GRAY" such that all your figures appear in grayscale. Now you want color for a single figure. This can be done like this:
+%
+\small
+\begin{verbatim}
+{% <= New group started
+\epspdfconversionsetup{nogray,bbox=false}
+
+\begin{center}
+\fbox{\includegraphics[width=8cm]{testimage2.eps}}
+\end{center}
+}% <= New group ended; grayscaling,bbox set to previous value.
+
+\begin{center}
+\fbox{\includegraphics[width=8cm]{testimage3.eps}}
+\end{center}
+\end{verbatim}
+\normalsize
+
+Figure \verb"testimage2.eps" will be in color, figure \verb"testimage3.eps" will then be converted according to the general rule for you document:
+
+{% <= New group started
+\epspdfconversionsetup{nogray,bbox=false}
+
+\begin{center}
+\fbox{\includegraphics[width=6cm]{testimage2.eps}}
+\end{center}
+}% <= New group ended; grayscaling,bbox set to previous value.
+
+\begin{center}
+\fbox{\includegraphics[width=6cm]{testimage3.eps}}
+\end{center}
+
+\section{A note for users of latexmk}
+
+latexmk is a perl script for running LaTeX, BibTex, Makeindex etc the correct number of times. See \url{http://www.phys.psu.edu/~collins/software/latexmk/}. It can be configured to run pdflatex if an eps-image has been updated (since version V. 3.21i). In your local configuration file, you should have something like this:
+
+\small
+\begin{verbatim}
+# Custom dependency and function(s) for epstopdf package
+
+# FOR USERS OF epstopf v1.4 and before: should also work with v1.5 and later
+# note: you may get extras runs if you use the .eps extension in the
+#\includegraphics command
+#add_cus_dep('eps', 'pdf', 0, 'cus_dep_delete_dest');
+
+# FOR USERS OF epstopdf v1.5 and later only:
+# load it as \usepackage[update,prepend]{epstopdf}
+# triggers a pdflatex-run such that epstopdf will update the pdf-version of the image
+add_cus_dep('eps', 'pdf', 0, 'cus_dep_require_primary_run');
+\end{verbatim}
+\normalsize
\section{--help of epstopdf}
@@ -317,15 +382,19 @@ File: testimage.pdf Graphic file (type pdf)
File: testimage-static.pdf Graphic file (type pdf)
<use testimage-static.pdf>
[4 <./testimage.pdf> <./testimage-static.pdf>] (./epspdfconversion.aux) )
-
+
[... Schnipp ....]
\end{verbatim}
\normalsize
+
+
+
\section{Version-history, ToDo's}
\begin{description}
- \item[ToDo's] Nothing at the moment. Please report errors and missing features.
+ \item[ToDo's] Nothing at the moment. Please report errors and missing features.
+ \item[v.0.4, 2007-11-24:] the epstopdf-package is now loaded with options [update,prepend] (works only when epstopdf version 1.5 is used) An update of epstopd.sty (part of the oberdiek-bundle) is recommended. Added options nogrey,nogray
\item[v.0.3, 2007-10-02:] \begin{itemize}
\item check whether \verb"\pdfminorversion" has been set in accordance with option pdfversion=...
\item Use the kvoptions-package for the implemention of options. It uses key value syntax that can be used both as package options and a separate setup macro.
diff --git a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage.eps b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage.eps
index 1ec14f46784..63758fd4c06 100644
--- a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage.eps
+++ b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage.eps
@@ -1,496 +1 @@
-%!PS-Adobe-2.0 EPSF-2.0
-%% This is a Stata generated postscript file
-%%BoundingBox: 0 0 504 288
-%%HiResBoundingBox: 0.000 0.000 504.000 288.000
-%%DocumentNeededResources: font Helvetica
-/xratio 0.015750 def
-/yratio 0.015751 def
-/Sbgfill {
- /y1 exch def
- /x1 exch def
- /y0 exch def
- /x0 exch def
- x0 y0 moveto
- x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto
- fill
-} def
-/Spt {
- yratio mul
- /yp exch def
- xratio mul
- /xp exch def
- Slrgb setrgbcolor
- newpath
- xp yp moveto
- xp Slw add yp
- lineto
- currentlinecap
- 1 setlinecap
- stroke
- setlinecap
-} def
-/Sln {
- yratio mul
- /y1p exch def
- xratio mul
- /x1p exch def
- yratio mul
- /y0p exch def
- xratio mul
- /x0p exch def
- Slw setlinewidth
- Slrgb setrgbcolor
- x0p y0p M x1p y1p lineto S
-} def
-/Stxtl {
- /sp exch def
- yratio mul
- /sizep exch def
- dup
- /anglep exch def
- 0 exch sub
- /angle2p exch def
- yratio mul
- /y0p exch def
- xratio mul
- /x0p exch def
- Strgb setrgbcolor
- x0p y0p M anglep rotate sizep fntsize sp show stroke angle2p rotate
-} def
-/Stxtc {
- /sp exch def
- yratio mul
- /sizep exch def
- dup
- /anglep exch def
- 0 exch sub
- /angle2p exch def
- yratio mul
- /y0p exch def
- xratio mul
- /x0p exch def
- Strgb setrgbcolor
- x0p y0p M anglep rotate sizep fntsize sp stringwidth exch -2 div exch rm sp show stroke angle2p rotate
-} def
-/Stxtr {
- /sp exch def
- yratio mul
- /sizep exch def
- dup
- /anglep exch def
- 0 exch sub
- /angle2p exch def
- yratio mul
- /y0p exch def
- xratio mul
- /x0p exch def
- Strgb setrgbcolor
- x0p y0p M anglep rotate sizep fntsize sp stringwidth 1 index -1 mul exch rm pop sp show stroke angle2p rotate
-} def
-/Srect {
- /sfill exch def
- yratio mul
- /y1 exch def
- xratio mul
- /x1 exch def
- yratio mul
- /y0 exch def
- xratio mul
- /x0 exch def
- sfill 1 eq {
- Ssrgb setrgbcolor
- x0 y0 moveto
- x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto
- fill
- } if
- Slw setlinewidth
- Slrgb setrgbcolor
- x0 y0 moveto
- x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto
- stroke
-} def
-/Stri {
- /sfill exch def
- xratio mul
- /r exch def
- yratio mul
- /y0 exch def
- xratio mul
- /x0 exch def
- /xcen x0 def
- y0 r add
- /ytop exch def
- r 2 div
- y0 exch sub
- /ybot exch def
- r 3 sqrt 2 div mul dup
- xcen exch sub
- /xleft exch def
- xcen add
- /xright exch def
- sfill 1 eq {
- Ssrgb setrgbcolor
- xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto fill
- } if
- Slw setlinewidth
- Slrgb setrgbcolor
- xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto stroke
-} def
-/Soldtri {
- /sfill exch def
- xratio mul
- /r exch def
- yratio mul
- /y0 exch def
- xratio mul
- /x0 exch def
- x0 r sub
- /x1 exch def
- y0 r sub
- /y1 exch def
- x0 r add
- /x2 exch def
- y0 r sub
- /y2 exch def
- /x3 x0 def
- y0 r add
- /y3 exch def
- sfill 1 eq {
- Ssrgb setrgbcolor
- x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto fill
- } if
- Slw setlinewidth
- Slrgb setrgbcolor
- x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto stroke
-} def
-/Sdia {
- /sfill exch def
- xratio mul
- /r exch def
- yratio mul
- /y exch def
- xratio mul
- /x exch def
- x r sub
- /x0 exch def
- /y0 y def
- /x1 x def
- y r sub
- /y1 exch def
- x r add
- /x2 exch def
- /y2 y def
- /x3 x def
- y r add
- /y3 exch def
- sfill 1 eq {
- Ssrgb setrgbcolor
- x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto fill
- } if
- Slw setlinewidth
- Slrgb setrgbcolor
- x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto stroke
-} def
-/Scc {
- /sfill exch def
- xratio mul
- /r0 exch def
- yratio mul
- /y0 exch def
- xratio mul
- /x0 exch def
- sfill 1 eq {
- Ssrgb setrgbcolor
- x0 y0 r0 0 360 arc fill
- } if
- Slw setlinewidth
- Slrgb setrgbcolor
- x0 y0 r0 0 360 arc stroke
-} def
-/Spie {
- /sfill exch def
- /a1 exch def
- /a0 exch def
- xratio mul
- /r exch def
- yratio mul
- /y exch def
- xratio mul
- /x exch def
- sfill 1 eq {
- Ssrgb setrgbcolor
- newpath x y moveto x y r a0 a1 arc closepath
- fill
- } if
- Slw setlinewidth
- Slrgb setrgbcolor
- newpath x y moveto x y r a0 a1 arc closepath
- stroke
-} def
-/Splu {
- xratio mul
- /r exch def
- yratio mul
- /y exch def
- xratio mul
- /x exch def
- x r sub
- /x0 exch def
- x r add
- /x1 exch def
- x0 y M x1 y L
- y r sub
- /y0 exch def
- y r add
- /y1 exch def
- x y0 M x y1 L
-} def
-/Scro {
- xratio mul
- /r exch def
- yratio mul
- /y exch def
- xratio mul
- /x exch def
- x r sub
- /x0 exch def
- y r sub
- /y0 exch def
- x r add
- /x1 exch def
- y r add
- /y1 exch def
- x0 y0 M x1 y1 L
- x r add
- /x0 exch def
- y r sub
- /y0 exch def
- x r sub
- /x1 exch def
- y r add
- /y1 exch def
- x0 y0 M x1 y1 L
-} def
-/Sm {
- yratio mul
- /y exch def
- xratio mul
- /x exch def
- x y M
-} def
-/Sl {
- yratio mul
- /y exch def
- xratio mul
- /x exch def
- x y L
-} def
-/SPl {
- yratio mul
- /y exch def
- xratio mul
- /x exch def
- x y PL
-} def
-/Lcs {
- currentlinecap
- 1 setlinecap
-} def
-/Lcr {
- setlinecap
-} def
-/Sbp {
- newpath
-} def
-/Sep {
- /sfill exch def
- closepath
- sfill 1 eq {
- Ssrgb setrgbcolor
- gsave
- fill
- grestore
- } if
- Slw setlinewidth
- Slrgb setrgbcolor
- Lcs
- stroke
- Lcr
-} def
-/cp {currentpoint} def
-/M {moveto} def
-/rm {rmoveto} def
-/S {stroke} def
-/L {Slw setlinewidth Slrgb setrgbcolor lineto Lcs S Lcr} def
-/PL {Slw setlinewidth Slrgb setrgbcolor lineto} def
-/MF { % make new latin1 encoded font
- /newfontname exch def
- /fontname exch def
- /fontdict fontname findfont def
- /newfont fontdict maxlength dict def
- fontdict {
- exch dup /FID eq {pop pop} {exch newfont 3 1 roll put} ifelse
- } forall
- newfont /FontName newfontname put
- newfont /Encoding ISOLatin1Encoding put
- newfontname newfont definefont pop
-} def
-/Helvetica /Helvetica-Latin1 MF
-/reg {/Helvetica-Latin1 findfont 1 scalefont setfont } def
-/fntsize {/Helvetica-Latin1 findfont exch scalefont setfont } def
-/Slw 0.120 def
-1.000 1.000 1.000 setrgbcolor
-0 0 504.000 288.000 Sbgfill
-/Slrgb {1.000 1.000 1.000} def
-/Strgb {1.000 1.000 1.000} def
-/Ssrgb {1.000 1.000 1.000} def
-/Slw 0.576 def
-0 0 31999 18285 1 Srect
-9001 7024 31359 17645 1 Srect
-/Slrgb {0.000 0.000 0.000} def
-/Strgb {0.000 0.000 0.000} def
-/Slw 0.120 def
-9001 7024 9001 17645 Sln
-/Slw 0.576 def
-/Slw 0.120 def
-13344 7024 13344 17645 Sln
-/Slw 0.576 def
-/Slw 0.120 def
-17688 7024 17688 17645 Sln
-/Slw 0.576 def
-/Slw 0.120 def
-22031 7024 22031 17645 Sln
-/Slw 0.576 def
-/Slw 0.120 def
-26375 7024 26375 17645 Sln
-/Slw 0.576 def
-/Slw 0.120 def
-30719 7024 30719 17645 Sln
-/Slw 0.576 def
-/Ssrgb {0.102 0.278 0.435} def
-/Slw 0.720 def
-/Slrgb {0.102 0.278 0.435} def
-9001 7955 16816 9413 1 Srect
-/Ssrgb {0.565 0.208 0.231} def
-/Slrgb {0.565 0.208 0.231} def
-16816 7955 19514 9413 1 Srect
-/Ssrgb {0.333 0.459 0.184} def
-/Slrgb {0.333 0.459 0.184} def
-19514 7955 24286 9413 1 Srect
-/Ssrgb {0.890 0.494 0.000} def
-/Slrgb {0.890 0.494 0.000} def
-24286 7955 28367 9413 1 Srect
-/Ssrgb {0.431 0.557 0.518} def
-/Slrgb {0.431 0.557 0.518} def
-28367 7955 30719 9413 1 Srect
-/Ssrgb {0.102 0.278 0.435} def
-/Slrgb {0.102 0.278 0.435} def
-9001 10389 18822 11846 1 Srect
-/Ssrgb {0.565 0.208 0.231} def
-/Slrgb {0.565 0.208 0.231} def
-18822 10389 22583 11846 1 Srect
-/Ssrgb {0.333 0.459 0.184} def
-/Slrgb {0.333 0.459 0.184} def
-22583 10389 26894 11846 1 Srect
-/Ssrgb {0.890 0.494 0.000} def
-/Slrgb {0.890 0.494 0.000} def
-26894 10389 29357 11846 1 Srect
-/Ssrgb {0.431 0.557 0.518} def
-/Slrgb {0.431 0.557 0.518} def
-29357 10389 30719 11846 1 Srect
-/Ssrgb {0.102 0.278 0.435} def
-/Slrgb {0.102 0.278 0.435} def
-9001 12823 21136 14280 1 Srect
-/Ssrgb {0.565 0.208 0.231} def
-/Slrgb {0.565 0.208 0.231} def
-21136 12823 24821 14280 1 Srect
-/Ssrgb {0.333 0.459 0.184} def
-/Slrgb {0.333 0.459 0.184} def
-24821 12823 28280 14280 1 Srect
-/Ssrgb {0.890 0.494 0.000} def
-/Slrgb {0.890 0.494 0.000} def
-28280 12823 29415 14280 1 Srect
-/Ssrgb {0.431 0.557 0.518} def
-/Slrgb {0.431 0.557 0.518} def
-29415 12823 30719 14280 1 Srect
-/Ssrgb {0.102 0.278 0.435} def
-/Slrgb {0.102 0.278 0.435} def
-9001 15256 21888 16714 1 Srect
-/Ssrgb {0.565 0.208 0.231} def
-/Slrgb {0.565 0.208 0.231} def
-21888 15256 26852 16714 1 Srect
-/Ssrgb {0.333 0.459 0.184} def
-/Slrgb {0.333 0.459 0.184} def
-26852 15256 29382 16714 1 Srect
-/Ssrgb {0.890 0.494 0.000} def
-/Slrgb {0.890 0.494 0.000} def
-29382 15256 30385 16714 1 Srect
-/Ssrgb {0.431 0.557 0.518} def
-/Slrgb {0.431 0.557 0.518} def
-30385 15256 30719 16714 1 Srect
-12908 8506 0.000 508 (36) Stxtc
-18165 8506 0.000 508 (12) Stxtc
-21900 8506 0.000 508 (22) Stxtc
-26327 8506 0.000 508 (19) Stxtc
-29543 8506 0.000 508 (11) Stxtc
-13911 10940 0.000 508 (45) Stxtc
-20702 10940 0.000 508 (17) Stxtc
-24738 10940 0.000 508 (20) Stxtc
-28126 10940 0.000 508 (11) Stxtc
-30038 10940 0.000 508 (6) Stxtc
-15068 13373 0.000 508 (56) Stxtc
-22978 13373 0.000 508 (17) Stxtc
-26551 13373 0.000 508 (16) Stxtc
-28848 13373 0.000 508 (5) Stxtc
-30067 13373 0.000 508 (6) Stxtc
-15444 15807 0.000 508 (59) Stxtc
-24370 15807 0.000 508 (23) Stxtc
-28117 15807 0.000 508 (12) Stxtc
-29883 15807 0.000 508 (5) Stxtc
-30552 15807 0.000 508 (2) Stxtc
-/Slw 0.576 def
-/Slrgb {0.000 0.000 0.000} def
-9001 7024 31359 7024 Sln
-9001 7024 9001 6770 Sln
-9001 6199 0.000 635 (0) Stxtc
-13344 7024 13344 6770 Sln
-13344 6199 0.000 635 (20) Stxtc
-17688 7024 17688 6770 Sln
-17688 6199 0.000 635 (40) Stxtc
-22031 7024 22031 6770 Sln
-22031 6199 0.000 635 (60) Stxtc
-26375 7024 26375 6770 Sln
-26375 6199 0.000 635 (80) Stxtc
-30719 7024 30719 6770 Sln
-30719 6199 0.000 635 (100) Stxtc
-9001 7024 9001 17645 Sln
-8747 8462 0.000 635 (Studienabschlussphase >9) Stxtr
-8747 10896 0.000 635 (Hauptstudium 5-9) Stxtr
-8747 13329 0.000 635 (Vertiefungsphase 3-4) Stxtr
-8747 15763 0.000 635 (Studienanfangsphase 1-2) Stxtr
-/Ssrgb {1.000 1.000 1.000} def
-/Slrgb {1.000 1.000 1.000} def
-15389 859 24970 5598 1 Srect
-/Ssrgb {0.102 0.278 0.435} def
-/Slw 0.720 def
-/Slrgb {0.102 0.278 0.435} def
-15663 4689 16465 5324 1 Srect
-/Ssrgb {0.565 0.208 0.231} def
-/Slrgb {0.565 0.208 0.231} def
-15663 3800 16465 4435 1 Srect
-/Ssrgb {0.333 0.459 0.184} def
-/Slrgb {0.333 0.459 0.184} def
-15663 2911 16465 3546 1 Srect
-/Ssrgb {0.890 0.494 0.000} def
-/Slrgb {0.890 0.494 0.000} def
-15663 2023 16465 2657 1 Srect
-/Ssrgb {0.431 0.557 0.518} def
-/Slrgb {0.431 0.557 0.518} def
-15663 1134 16465 1769 1 Srect
-16674 4784 0.000 635 (Ich konnte bisher immer teilnehmen) Stxtl
-16674 3896 0.000 635 (1-mal) Stxtl
-16674 3007 0.000 635 (2-mal) Stxtl
-16674 2118 0.000 635 (3-mal) Stxtl
-16674 1229 0.000 635 (mehr als 3-mal) Stxtl
-S showpage
-%%EOF
+%!PS-Adobe-2.0 EPSF-2.0 %% This is a Stata generated postscript file %%BoundingBox: 0 0 504 288 %%HiResBoundingBox: 0.000 0.000 504.000 288.000 %%DocumentNeededResources: font Helvetica /xratio 0.015750 def /yratio 0.015751 def /Sbgfill { /y1 exch def /x1 exch def /y0 exch def /x0 exch def x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto fill } def /Spt { yratio mul /yp exch def xratio mul /xp exch def Slrgb setrgbcolor newpath xp yp moveto xp Slw add yp lineto currentlinecap 1 setlinecap stroke setlinecap } def /Sln { yratio mul /y1p exch def xratio mul /x1p exch def yratio mul /y0p exch def xratio mul /x0p exch def Slw setlinewidth Slrgb setrgbcolor x0p y0p M x1p y1p lineto S } def /Stxtl { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp show stroke angle2p rotate } def /Stxtc { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp stringwidth exch -2 div exch rm sp show stroke angle2p rotate } def /Stxtr { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp stringwidth 1 index -1 mul exch rm pop sp show stroke angle2p rotate } def /Srect { /sfill exch def yratio mul /y1 exch def xratio mul /x1 exch def yratio mul /y0 exch def xratio mul /x0 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto stroke } def /Stri { /sfill exch def xratio mul /r exch def yratio mul /y0 exch def xratio mul /x0 exch def /xcen x0 def y0 r add /ytop exch def r 2 div y0 exch sub /ybot exch def r 3 sqrt 2 div mul dup xcen exch sub /xleft exch def xcen add /xright exch def sfill 1 eq { Ssrgb setrgbcolor xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto fill } if Slw setlinewidth Slrgb setrgbcolor xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto stroke } def /Soldtri { /sfill exch def xratio mul /r exch def yratio mul /y0 exch def xratio mul /x0 exch def x0 r sub /x1 exch def y0 r sub /y1 exch def x0 r add /x2 exch def y0 r sub /y2 exch def /x3 x0 def y0 r add /y3 exch def sfill 1 eq { Ssrgb setrgbcolor x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto stroke } def /Sdia { /sfill exch def xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def /y0 y def /x1 x def y r sub /y1 exch def x r add /x2 exch def /y2 y def /x3 x def y r add /y3 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto stroke } def /Scc { /sfill exch def xratio mul /r0 exch def yratio mul /y0 exch def xratio mul /x0 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 r0 0 360 arc fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 r0 0 360 arc stroke } def /Spie { /sfill exch def /a1 exch def /a0 exch def xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def sfill 1 eq { Ssrgb setrgbcolor newpath x y moveto x y r a0 a1 arc closepath fill } if Slw setlinewidth Slrgb setrgbcolor newpath x y moveto x y r a0 a1 arc closepath stroke } def /Splu { xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def x r add /x1 exch def x0 y M x1 y L y r sub /y0 exch def y r add /y1 exch def x y0 M x y1 L } def /Scro { xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def y r sub /y0 exch def x r add /x1 exch def y r add /y1 exch def x0 y0 M x1 y1 L x r add /x0 exch def y r sub /y0 exch def x r sub /x1 exch def y r add /y1 exch def x0 y0 M x1 y1 L } def /Sm { yratio mul /y exch def xratio mul /x exch def x y M } def /Sl { yratio mul /y exch def xratio mul /x exch def x y L } def /SPl { yratio mul /y exch def xratio mul /x exch def x y PL } def /Lcs { currentlinecap 1 setlinecap } def /Lcr { setlinecap } def /Sbp { newpath } def /Sep { /sfill exch def closepath sfill 1 eq { Ssrgb setrgbcolor gsave fill grestore } if Slw setlinewidth Slrgb setrgbcolor Lcs stroke Lcr } def /cp {currentpoint} def /M {moveto} def /rm {rmoveto} def /S {stroke} def /L {Slw setlinewidth Slrgb setrgbcolor lineto Lcs S Lcr} def /PL {Slw setlinewidth Slrgb setrgbcolor lineto} def /MF { % make new latin1 encoded font /newfontname exch def /fontname exch def /fontdict fontname findfont def /newfont fontdict maxlength dict def fontdict { exch dup /FID eq {pop pop} {exch newfont 3 1 roll put} ifelse } forall newfont /FontName newfontname put newfont /Encoding ISOLatin1Encoding put newfontname newfont definefont pop } def /Helvetica /Helvetica-Latin1 MF /reg {/Helvetica-Latin1 findfont 1 scalefont setfont } def /fntsize {/Helvetica-Latin1 findfont exch scalefont setfont } def /Slw 0.120 def 1.000 1.000 1.000 setrgbcolor 0 0 504.000 288.000 Sbgfill /Slrgb {1.000 1.000 1.000} def /Strgb {1.000 1.000 1.000} def /Ssrgb {1.000 1.000 1.000} def /Slw 0.576 def 0 0 31999 18285 1 Srect 9001 7024 31359 17645 1 Srect /Slrgb {0.000 0.000 0.000} def /Strgb {0.000 0.000 0.000} def /Slw 0.120 def 9001 7024 9001 17645 Sln /Slw 0.576 def /Slw 0.120 def 13344 7024 13344 17645 Sln /Slw 0.576 def /Slw 0.120 def 17688 7024 17688 17645 Sln /Slw 0.576 def /Slw 0.120 def 22031 7024 22031 17645 Sln /Slw 0.576 def /Slw 0.120 def 26375 7024 26375 17645 Sln /Slw 0.576 def /Slw 0.120 def 30719 7024 30719 17645 Sln /Slw 0.576 def /Ssrgb {0.102 0.278 0.435} def /Slw 0.720 def /Slrgb {0.102 0.278 0.435} def 9001 7955 16816 9413 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 16816 7955 19514 9413 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 19514 7955 24286 9413 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 24286 7955 28367 9413 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 28367 7955 30719 9413 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 10389 18822 11846 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 18822 10389 22583 11846 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 22583 10389 26894 11846 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 26894 10389 29357 11846 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 29357 10389 30719 11846 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 12823 21136 14280 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 21136 12823 24821 14280 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 24821 12823 28280 14280 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 28280 12823 29415 14280 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 29415 12823 30719 14280 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 15256 21888 16714 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 21888 15256 26852 16714 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 26852 15256 29382 16714 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 29382 15256 30385 16714 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 30385 15256 30719 16714 1 Srect 12908 8506 0.000 508 (36) Stxtc 18165 8506 0.000 508 (12) Stxtc 21900 8506 0.000 508 (22) Stxtc 26327 8506 0.000 508 (19) Stxtc 29543 8506 0.000 508 (11) Stxtc 13911 10940 0.000 508 (45) Stxtc 20702 10940 0.000 508 (17) Stxtc 24738 10940 0.000 508 (20) Stxtc 28126 10940 0.000 508 (11) Stxtc 30038 10940 0.000 508 (6) Stxtc 15068 13373 0.000 508 (56) Stxtc 22978 13373 0.000 508 (17) Stxtc 26551 13373 0.000 508 (16) Stxtc 28848 13373 0.000 508 (5) Stxtc 30067 13373 0.000 508 (6) Stxtc 15444 15807 0.000 508 (59) Stxtc 24370 15807 0.000 508 (23) Stxtc 28117 15807 0.000 508 (12) Stxtc 29883 15807 0.000 508 (5) Stxtc 30552 15807 0.000 508 (2) Stxtc /Slw 0.576 def /Slrgb {0.000 0.000 0.000} def 9001 7024 31359 7024 Sln 9001 7024 9001 6770 Sln 9001 6199 0.000 635 (0) Stxtc 13344 7024 13344 6770 Sln 13344 6199 0.000 635 (20) Stxtc 17688 7024 17688 6770 Sln 17688 6199 0.000 635 (40) Stxtc 22031 7024 22031 6770 Sln 22031 6199 0.000 635 (60) Stxtc 26375 7024 26375 6770 Sln 26375 6199 0.000 635 (80) Stxtc 30719 7024 30719 6770 Sln 30719 6199 0.000 635 (100) Stxtc 9001 7024 9001 17645 Sln 8747 8462 0.000 635 (Studienabschlussphase >9) Stxtr 8747 10896 0.000 635 (Hauptstudium 5-9) Stxtr 8747 13329 0.000 635 (Vertiefungsphase 3-4) Stxtr 8747 15763 0.000 635 (Studienanfangsphase 1-2) Stxtr /Ssrgb {1.000 1.000 1.000} def /Slrgb {1.000 1.000 1.000} def 15389 859 24970 5598 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slw 0.720 def /Slrgb {0.102 0.278 0.435} def 15663 4689 16465 5324 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 15663 3800 16465 4435 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 15663 2911 16465 3546 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 15663 2023 16465 2657 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 15663 1134 16465 1769 1 Srect 16674 4784 0.000 635 (Ich konnte bisher immer teilnehmen) Stxtl 16674 3896 0.000 635 (1-mal) Stxtl 16674 3007 0.000 635 (2-mal) Stxtl 16674 2118 0.000 635 (3-mal) Stxtl 16674 1229 0.000 635 (mehr als 3-mal) Stxtl S showpage %%EOF \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage2.eps b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage2.eps
new file mode 100644
index 00000000000..63758fd4c06
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage2.eps
@@ -0,0 +1 @@
+%!PS-Adobe-2.0 EPSF-2.0 %% This is a Stata generated postscript file %%BoundingBox: 0 0 504 288 %%HiResBoundingBox: 0.000 0.000 504.000 288.000 %%DocumentNeededResources: font Helvetica /xratio 0.015750 def /yratio 0.015751 def /Sbgfill { /y1 exch def /x1 exch def /y0 exch def /x0 exch def x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto fill } def /Spt { yratio mul /yp exch def xratio mul /xp exch def Slrgb setrgbcolor newpath xp yp moveto xp Slw add yp lineto currentlinecap 1 setlinecap stroke setlinecap } def /Sln { yratio mul /y1p exch def xratio mul /x1p exch def yratio mul /y0p exch def xratio mul /x0p exch def Slw setlinewidth Slrgb setrgbcolor x0p y0p M x1p y1p lineto S } def /Stxtl { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp show stroke angle2p rotate } def /Stxtc { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp stringwidth exch -2 div exch rm sp show stroke angle2p rotate } def /Stxtr { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp stringwidth 1 index -1 mul exch rm pop sp show stroke angle2p rotate } def /Srect { /sfill exch def yratio mul /y1 exch def xratio mul /x1 exch def yratio mul /y0 exch def xratio mul /x0 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto stroke } def /Stri { /sfill exch def xratio mul /r exch def yratio mul /y0 exch def xratio mul /x0 exch def /xcen x0 def y0 r add /ytop exch def r 2 div y0 exch sub /ybot exch def r 3 sqrt 2 div mul dup xcen exch sub /xleft exch def xcen add /xright exch def sfill 1 eq { Ssrgb setrgbcolor xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto fill } if Slw setlinewidth Slrgb setrgbcolor xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto stroke } def /Soldtri { /sfill exch def xratio mul /r exch def yratio mul /y0 exch def xratio mul /x0 exch def x0 r sub /x1 exch def y0 r sub /y1 exch def x0 r add /x2 exch def y0 r sub /y2 exch def /x3 x0 def y0 r add /y3 exch def sfill 1 eq { Ssrgb setrgbcolor x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto stroke } def /Sdia { /sfill exch def xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def /y0 y def /x1 x def y r sub /y1 exch def x r add /x2 exch def /y2 y def /x3 x def y r add /y3 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto stroke } def /Scc { /sfill exch def xratio mul /r0 exch def yratio mul /y0 exch def xratio mul /x0 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 r0 0 360 arc fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 r0 0 360 arc stroke } def /Spie { /sfill exch def /a1 exch def /a0 exch def xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def sfill 1 eq { Ssrgb setrgbcolor newpath x y moveto x y r a0 a1 arc closepath fill } if Slw setlinewidth Slrgb setrgbcolor newpath x y moveto x y r a0 a1 arc closepath stroke } def /Splu { xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def x r add /x1 exch def x0 y M x1 y L y r sub /y0 exch def y r add /y1 exch def x y0 M x y1 L } def /Scro { xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def y r sub /y0 exch def x r add /x1 exch def y r add /y1 exch def x0 y0 M x1 y1 L x r add /x0 exch def y r sub /y0 exch def x r sub /x1 exch def y r add /y1 exch def x0 y0 M x1 y1 L } def /Sm { yratio mul /y exch def xratio mul /x exch def x y M } def /Sl { yratio mul /y exch def xratio mul /x exch def x y L } def /SPl { yratio mul /y exch def xratio mul /x exch def x y PL } def /Lcs { currentlinecap 1 setlinecap } def /Lcr { setlinecap } def /Sbp { newpath } def /Sep { /sfill exch def closepath sfill 1 eq { Ssrgb setrgbcolor gsave fill grestore } if Slw setlinewidth Slrgb setrgbcolor Lcs stroke Lcr } def /cp {currentpoint} def /M {moveto} def /rm {rmoveto} def /S {stroke} def /L {Slw setlinewidth Slrgb setrgbcolor lineto Lcs S Lcr} def /PL {Slw setlinewidth Slrgb setrgbcolor lineto} def /MF { % make new latin1 encoded font /newfontname exch def /fontname exch def /fontdict fontname findfont def /newfont fontdict maxlength dict def fontdict { exch dup /FID eq {pop pop} {exch newfont 3 1 roll put} ifelse } forall newfont /FontName newfontname put newfont /Encoding ISOLatin1Encoding put newfontname newfont definefont pop } def /Helvetica /Helvetica-Latin1 MF /reg {/Helvetica-Latin1 findfont 1 scalefont setfont } def /fntsize {/Helvetica-Latin1 findfont exch scalefont setfont } def /Slw 0.120 def 1.000 1.000 1.000 setrgbcolor 0 0 504.000 288.000 Sbgfill /Slrgb {1.000 1.000 1.000} def /Strgb {1.000 1.000 1.000} def /Ssrgb {1.000 1.000 1.000} def /Slw 0.576 def 0 0 31999 18285 1 Srect 9001 7024 31359 17645 1 Srect /Slrgb {0.000 0.000 0.000} def /Strgb {0.000 0.000 0.000} def /Slw 0.120 def 9001 7024 9001 17645 Sln /Slw 0.576 def /Slw 0.120 def 13344 7024 13344 17645 Sln /Slw 0.576 def /Slw 0.120 def 17688 7024 17688 17645 Sln /Slw 0.576 def /Slw 0.120 def 22031 7024 22031 17645 Sln /Slw 0.576 def /Slw 0.120 def 26375 7024 26375 17645 Sln /Slw 0.576 def /Slw 0.120 def 30719 7024 30719 17645 Sln /Slw 0.576 def /Ssrgb {0.102 0.278 0.435} def /Slw 0.720 def /Slrgb {0.102 0.278 0.435} def 9001 7955 16816 9413 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 16816 7955 19514 9413 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 19514 7955 24286 9413 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 24286 7955 28367 9413 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 28367 7955 30719 9413 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 10389 18822 11846 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 18822 10389 22583 11846 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 22583 10389 26894 11846 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 26894 10389 29357 11846 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 29357 10389 30719 11846 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 12823 21136 14280 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 21136 12823 24821 14280 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 24821 12823 28280 14280 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 28280 12823 29415 14280 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 29415 12823 30719 14280 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 15256 21888 16714 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 21888 15256 26852 16714 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 26852 15256 29382 16714 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 29382 15256 30385 16714 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 30385 15256 30719 16714 1 Srect 12908 8506 0.000 508 (36) Stxtc 18165 8506 0.000 508 (12) Stxtc 21900 8506 0.000 508 (22) Stxtc 26327 8506 0.000 508 (19) Stxtc 29543 8506 0.000 508 (11) Stxtc 13911 10940 0.000 508 (45) Stxtc 20702 10940 0.000 508 (17) Stxtc 24738 10940 0.000 508 (20) Stxtc 28126 10940 0.000 508 (11) Stxtc 30038 10940 0.000 508 (6) Stxtc 15068 13373 0.000 508 (56) Stxtc 22978 13373 0.000 508 (17) Stxtc 26551 13373 0.000 508 (16) Stxtc 28848 13373 0.000 508 (5) Stxtc 30067 13373 0.000 508 (6) Stxtc 15444 15807 0.000 508 (59) Stxtc 24370 15807 0.000 508 (23) Stxtc 28117 15807 0.000 508 (12) Stxtc 29883 15807 0.000 508 (5) Stxtc 30552 15807 0.000 508 (2) Stxtc /Slw 0.576 def /Slrgb {0.000 0.000 0.000} def 9001 7024 31359 7024 Sln 9001 7024 9001 6770 Sln 9001 6199 0.000 635 (0) Stxtc 13344 7024 13344 6770 Sln 13344 6199 0.000 635 (20) Stxtc 17688 7024 17688 6770 Sln 17688 6199 0.000 635 (40) Stxtc 22031 7024 22031 6770 Sln 22031 6199 0.000 635 (60) Stxtc 26375 7024 26375 6770 Sln 26375 6199 0.000 635 (80) Stxtc 30719 7024 30719 6770 Sln 30719 6199 0.000 635 (100) Stxtc 9001 7024 9001 17645 Sln 8747 8462 0.000 635 (Studienabschlussphase >9) Stxtr 8747 10896 0.000 635 (Hauptstudium 5-9) Stxtr 8747 13329 0.000 635 (Vertiefungsphase 3-4) Stxtr 8747 15763 0.000 635 (Studienanfangsphase 1-2) Stxtr /Ssrgb {1.000 1.000 1.000} def /Slrgb {1.000 1.000 1.000} def 15389 859 24970 5598 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slw 0.720 def /Slrgb {0.102 0.278 0.435} def 15663 4689 16465 5324 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 15663 3800 16465 4435 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 15663 2911 16465 3546 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 15663 2023 16465 2657 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 15663 1134 16465 1769 1 Srect 16674 4784 0.000 635 (Ich konnte bisher immer teilnehmen) Stxtl 16674 3896 0.000 635 (1-mal) Stxtl 16674 3007 0.000 635 (2-mal) Stxtl 16674 2118 0.000 635 (3-mal) Stxtl 16674 1229 0.000 635 (mehr als 3-mal) Stxtl S showpage %%EOF \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage3.eps b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage3.eps
new file mode 100644
index 00000000000..63758fd4c06
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/epspdfconversion/documentation/testimage3.eps
@@ -0,0 +1 @@
+%!PS-Adobe-2.0 EPSF-2.0 %% This is a Stata generated postscript file %%BoundingBox: 0 0 504 288 %%HiResBoundingBox: 0.000 0.000 504.000 288.000 %%DocumentNeededResources: font Helvetica /xratio 0.015750 def /yratio 0.015751 def /Sbgfill { /y1 exch def /x1 exch def /y0 exch def /x0 exch def x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto fill } def /Spt { yratio mul /yp exch def xratio mul /xp exch def Slrgb setrgbcolor newpath xp yp moveto xp Slw add yp lineto currentlinecap 1 setlinecap stroke setlinecap } def /Sln { yratio mul /y1p exch def xratio mul /x1p exch def yratio mul /y0p exch def xratio mul /x0p exch def Slw setlinewidth Slrgb setrgbcolor x0p y0p M x1p y1p lineto S } def /Stxtl { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp show stroke angle2p rotate } def /Stxtc { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp stringwidth exch -2 div exch rm sp show stroke angle2p rotate } def /Stxtr { /sp exch def yratio mul /sizep exch def dup /anglep exch def 0 exch sub /angle2p exch def yratio mul /y0p exch def xratio mul /x0p exch def Strgb setrgbcolor x0p y0p M anglep rotate sizep fntsize sp stringwidth 1 index -1 mul exch rm pop sp show stroke angle2p rotate } def /Srect { /sfill exch def yratio mul /y1 exch def xratio mul /x1 exch def yratio mul /y0 exch def xratio mul /x0 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 moveto x0 y1 lineto x1 y1 lineto x1 y0 lineto x0 y0 lineto stroke } def /Stri { /sfill exch def xratio mul /r exch def yratio mul /y0 exch def xratio mul /x0 exch def /xcen x0 def y0 r add /ytop exch def r 2 div y0 exch sub /ybot exch def r 3 sqrt 2 div mul dup xcen exch sub /xleft exch def xcen add /xright exch def sfill 1 eq { Ssrgb setrgbcolor xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto fill } if Slw setlinewidth Slrgb setrgbcolor xcen ytop moveto xright ybot lineto xleft ybot lineto xcen ytop lineto stroke } def /Soldtri { /sfill exch def xratio mul /r exch def yratio mul /y0 exch def xratio mul /x0 exch def x0 r sub /x1 exch def y0 r sub /y1 exch def x0 r add /x2 exch def y0 r sub /y2 exch def /x3 x0 def y0 r add /y3 exch def sfill 1 eq { Ssrgb setrgbcolor x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x1 y1 moveto x2 y2 lineto x3 y3 lineto x1 y1 lineto stroke } def /Sdia { /sfill exch def xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def /y0 y def /x1 x def y r sub /y1 exch def x r add /x2 exch def /y2 y def /x3 x def y r add /y3 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 moveto x1 y1 lineto x2 y2 lineto x3 y3 lineto x0 y0 lineto stroke } def /Scc { /sfill exch def xratio mul /r0 exch def yratio mul /y0 exch def xratio mul /x0 exch def sfill 1 eq { Ssrgb setrgbcolor x0 y0 r0 0 360 arc fill } if Slw setlinewidth Slrgb setrgbcolor x0 y0 r0 0 360 arc stroke } def /Spie { /sfill exch def /a1 exch def /a0 exch def xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def sfill 1 eq { Ssrgb setrgbcolor newpath x y moveto x y r a0 a1 arc closepath fill } if Slw setlinewidth Slrgb setrgbcolor newpath x y moveto x y r a0 a1 arc closepath stroke } def /Splu { xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def x r add /x1 exch def x0 y M x1 y L y r sub /y0 exch def y r add /y1 exch def x y0 M x y1 L } def /Scro { xratio mul /r exch def yratio mul /y exch def xratio mul /x exch def x r sub /x0 exch def y r sub /y0 exch def x r add /x1 exch def y r add /y1 exch def x0 y0 M x1 y1 L x r add /x0 exch def y r sub /y0 exch def x r sub /x1 exch def y r add /y1 exch def x0 y0 M x1 y1 L } def /Sm { yratio mul /y exch def xratio mul /x exch def x y M } def /Sl { yratio mul /y exch def xratio mul /x exch def x y L } def /SPl { yratio mul /y exch def xratio mul /x exch def x y PL } def /Lcs { currentlinecap 1 setlinecap } def /Lcr { setlinecap } def /Sbp { newpath } def /Sep { /sfill exch def closepath sfill 1 eq { Ssrgb setrgbcolor gsave fill grestore } if Slw setlinewidth Slrgb setrgbcolor Lcs stroke Lcr } def /cp {currentpoint} def /M {moveto} def /rm {rmoveto} def /S {stroke} def /L {Slw setlinewidth Slrgb setrgbcolor lineto Lcs S Lcr} def /PL {Slw setlinewidth Slrgb setrgbcolor lineto} def /MF { % make new latin1 encoded font /newfontname exch def /fontname exch def /fontdict fontname findfont def /newfont fontdict maxlength dict def fontdict { exch dup /FID eq {pop pop} {exch newfont 3 1 roll put} ifelse } forall newfont /FontName newfontname put newfont /Encoding ISOLatin1Encoding put newfontname newfont definefont pop } def /Helvetica /Helvetica-Latin1 MF /reg {/Helvetica-Latin1 findfont 1 scalefont setfont } def /fntsize {/Helvetica-Latin1 findfont exch scalefont setfont } def /Slw 0.120 def 1.000 1.000 1.000 setrgbcolor 0 0 504.000 288.000 Sbgfill /Slrgb {1.000 1.000 1.000} def /Strgb {1.000 1.000 1.000} def /Ssrgb {1.000 1.000 1.000} def /Slw 0.576 def 0 0 31999 18285 1 Srect 9001 7024 31359 17645 1 Srect /Slrgb {0.000 0.000 0.000} def /Strgb {0.000 0.000 0.000} def /Slw 0.120 def 9001 7024 9001 17645 Sln /Slw 0.576 def /Slw 0.120 def 13344 7024 13344 17645 Sln /Slw 0.576 def /Slw 0.120 def 17688 7024 17688 17645 Sln /Slw 0.576 def /Slw 0.120 def 22031 7024 22031 17645 Sln /Slw 0.576 def /Slw 0.120 def 26375 7024 26375 17645 Sln /Slw 0.576 def /Slw 0.120 def 30719 7024 30719 17645 Sln /Slw 0.576 def /Ssrgb {0.102 0.278 0.435} def /Slw 0.720 def /Slrgb {0.102 0.278 0.435} def 9001 7955 16816 9413 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 16816 7955 19514 9413 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 19514 7955 24286 9413 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 24286 7955 28367 9413 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 28367 7955 30719 9413 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 10389 18822 11846 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 18822 10389 22583 11846 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 22583 10389 26894 11846 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 26894 10389 29357 11846 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 29357 10389 30719 11846 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 12823 21136 14280 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 21136 12823 24821 14280 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 24821 12823 28280 14280 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 28280 12823 29415 14280 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 29415 12823 30719 14280 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slrgb {0.102 0.278 0.435} def 9001 15256 21888 16714 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 21888 15256 26852 16714 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 26852 15256 29382 16714 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 29382 15256 30385 16714 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 30385 15256 30719 16714 1 Srect 12908 8506 0.000 508 (36) Stxtc 18165 8506 0.000 508 (12) Stxtc 21900 8506 0.000 508 (22) Stxtc 26327 8506 0.000 508 (19) Stxtc 29543 8506 0.000 508 (11) Stxtc 13911 10940 0.000 508 (45) Stxtc 20702 10940 0.000 508 (17) Stxtc 24738 10940 0.000 508 (20) Stxtc 28126 10940 0.000 508 (11) Stxtc 30038 10940 0.000 508 (6) Stxtc 15068 13373 0.000 508 (56) Stxtc 22978 13373 0.000 508 (17) Stxtc 26551 13373 0.000 508 (16) Stxtc 28848 13373 0.000 508 (5) Stxtc 30067 13373 0.000 508 (6) Stxtc 15444 15807 0.000 508 (59) Stxtc 24370 15807 0.000 508 (23) Stxtc 28117 15807 0.000 508 (12) Stxtc 29883 15807 0.000 508 (5) Stxtc 30552 15807 0.000 508 (2) Stxtc /Slw 0.576 def /Slrgb {0.000 0.000 0.000} def 9001 7024 31359 7024 Sln 9001 7024 9001 6770 Sln 9001 6199 0.000 635 (0) Stxtc 13344 7024 13344 6770 Sln 13344 6199 0.000 635 (20) Stxtc 17688 7024 17688 6770 Sln 17688 6199 0.000 635 (40) Stxtc 22031 7024 22031 6770 Sln 22031 6199 0.000 635 (60) Stxtc 26375 7024 26375 6770 Sln 26375 6199 0.000 635 (80) Stxtc 30719 7024 30719 6770 Sln 30719 6199 0.000 635 (100) Stxtc 9001 7024 9001 17645 Sln 8747 8462 0.000 635 (Studienabschlussphase >9) Stxtr 8747 10896 0.000 635 (Hauptstudium 5-9) Stxtr 8747 13329 0.000 635 (Vertiefungsphase 3-4) Stxtr 8747 15763 0.000 635 (Studienanfangsphase 1-2) Stxtr /Ssrgb {1.000 1.000 1.000} def /Slrgb {1.000 1.000 1.000} def 15389 859 24970 5598 1 Srect /Ssrgb {0.102 0.278 0.435} def /Slw 0.720 def /Slrgb {0.102 0.278 0.435} def 15663 4689 16465 5324 1 Srect /Ssrgb {0.565 0.208 0.231} def /Slrgb {0.565 0.208 0.231} def 15663 3800 16465 4435 1 Srect /Ssrgb {0.333 0.459 0.184} def /Slrgb {0.333 0.459 0.184} def 15663 2911 16465 3546 1 Srect /Ssrgb {0.890 0.494 0.000} def /Slrgb {0.890 0.494 0.000} def 15663 2023 16465 2657 1 Srect /Ssrgb {0.431 0.557 0.518} def /Slrgb {0.431 0.557 0.518} def 15663 1134 16465 1769 1 Srect 16674 4784 0.000 635 (Ich konnte bisher immer teilnehmen) Stxtl 16674 3896 0.000 635 (1-mal) Stxtl 16674 3007 0.000 635 (2-mal) Stxtl 16674 2118 0.000 635 (3-mal) Stxtl 16674 1229 0.000 635 (mehr als 3-mal) Stxtl S showpage %%EOF \ No newline at end of file
diff --git a/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty b/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty
index 2f0f8878172..020d5d92448 100644
--- a/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty
+++ b/Master/texmf-dist/tex/latex/epspdfconversion/epspdfconversion.sty
@@ -3,17 +3,19 @@
%%
%%
%% It is based on epstopdf.sty by Heiko Oberdiek and an attempt to use Siep
-%% Kroonenberg tools Epspdf (http://tex.aanhet.net/epspdf/)
+%% Kroonenberg's Epspdf-tools (http://tex.aanhet.net/epspdf/)
%% "on the fly" in LaTeX
%%
%% Please send suggestions to daniel.becker@uni-rostock.de
%% version history:
%%
%% ToDo:
-%%
+%% 0.4: the epstopdf-package is now loaded with options [update,prepend]
+%% (works only when epstopdf version 1.5 is used) An update of epstopd.sty
+%% (part of the oberdiek-bundle) is recommended. Added options nogrey,nogray
%% 0.3: Heiko Oberdiek substantially improved the code.
%% The kvoptions-package is now used for the implemention of options.
-%% See the documentation %% for effects and additional features.
+%% See the documentation for effects and additional features.
%% 0.2: the package is now simply based on epstopdf. This package essentially
%% defines \@namedef{Gin@rule@.eps}#1{{pdf}{.pdf}{`\conversioncommand #1}}
%% differently than epstopdf. The code has been cleaned up. Improvements of
@@ -25,11 +27,15 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{epspdfconversion}%
- [2007/10/02 v0.3 Conversion eps->pdf with epspdf-tools on the fly]
+ [2007/11/24 v0.4 Conversion eps->pdf with epspdf-tools on the fly]
-%% this loads the epstopdf and the kvoptions packages.
+%% this loads the epstopdf and the kvoptions packages.
+%% If version 1.5 of the epstopdf-package is installed, it is loaded with options
\RequirePackage{epstopdf}
+\@ifpackagelater{epstopdf}{2007/10/02}{%version 1.5
+ \epstopdfsetup{update,prepend}%
+}{}
\RequirePackage{kvoptions}[2006/08/22]
@@ -55,6 +61,12 @@
\DeclareVoidOption{GREY}{%
\def\EPC@optgray{--GREY }%
}
+\DeclareVoidOption{nogrey}{%
+ \def\EPC@optgray{ }%
+}
+\DeclareVoidOption{nogray}{%
+ \def\EPC@optgray{ }%
+}
% Target
% \EPC@target stores the target only