summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/overpic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-15 22:34:05 +0000
committerKarl Berry <karl@freefriends.org>2010-06-15 22:34:05 +0000
commite25894117920cc84e110a62ed0e535495aaf5b71 (patch)
tree5639cba1c4016449b0941edc75b3b100458a7d53 /Master/texmf-dist/doc/latex/overpic
parent0b9ba93defd54a9a76b3ebb495dbe5763caa7546 (diff)
overpic update (15jun10)
git-svn-id: svn://tug.org/texlive/trunk@18996 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/overpic')
-rw-r--r--Master/texmf-dist/doc/latex/overpic/opic-abs.pdfbin0 -> 66526 bytes
-rw-r--r--Master/texmf-dist/doc/latex/overpic/opic-rel.pdfbin0 -> 67013 bytes
-rw-r--r--Master/texmf-dist/doc/latex/overpic/overpic-readme-de.pdfbin0 -> 273929 bytes
-rw-r--r--Master/texmf-dist/doc/latex/overpic/overpic-readme-de.tex78
-rw-r--r--Master/texmf-dist/doc/latex/overpic/overpic-readme.pdfbin0 -> 271005 bytes
-rw-r--r--Master/texmf-dist/doc/latex/overpic/overpic-readme.tex75
6 files changed, 153 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/overpic/opic-abs.pdf b/Master/texmf-dist/doc/latex/overpic/opic-abs.pdf
new file mode 100644
index 00000000000..dc70cf45a22
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/overpic/opic-abs.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/overpic/opic-rel.pdf b/Master/texmf-dist/doc/latex/overpic/opic-rel.pdf
new file mode 100644
index 00000000000..df19f88948a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/overpic/opic-rel.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/overpic/overpic-readme-de.pdf b/Master/texmf-dist/doc/latex/overpic/overpic-readme-de.pdf
new file mode 100644
index 00000000000..3657f0bb685
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/overpic/overpic-readme-de.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/overpic/overpic-readme-de.tex b/Master/texmf-dist/doc/latex/overpic/overpic-readme-de.tex
new file mode 100644
index 00000000000..271fcd0362b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/overpic/overpic-readme-de.tex
@@ -0,0 +1,78 @@
+\documentclass[german, pagesize=auto, fontsize=12pt, parskip=half, DIV=11]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{etex}
+\usepackage{xspace}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{microtype}
+\usepackage{hyperref}
+
+\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}}
+\newcommand*{\pkg}[1]{\textsf{#1}}
+\newcommand*{\env}[1]{\texttt{#1}}
+\newsavebox{\tempbox}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{Das Paket \pkg{overpic}\thanks{Dieses Handbuch bezieht sich auf \pkg{overpic}~v0.52 vom~4.~Juli~1999.}}
+\author{Rolf Niepraschk\thanks{\mail{niepraschk@ptb.de}}}
+\date{4.~Juli~1999}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+
+\begin{quote}
+ \footnotesize
+ Copyright 1999 Rolf Niepraschk, \mail{niepraschk@ptb.de}\\
+ This program can be redistributed and/or modified under the terms
+ of the \LaTeX\ Project Public License Distributed from CTAN
+ archives in directory \href{http://ctan.org/macros/latex/base/lppl.txt}{\texttt{macros/latex/base\slash lppl.txt}}; either
+ version~1 of the License, or any later version.
+\end{quote}
+
+Dieses kleine \LaTeX-Paket definiert die \env{overpic}-Umgebung, welche eine
+Kombination von \env{picture}-Umgebung und \env{includegraphics}-Befehl ist. Die
+resultierende \env{picture}-Umgebung hat dieselbe Groesse wie die eingefuegte Grafik.
+Jetzt ist es einfach moeglich beliebige \LaTeX-Ausgaben auf das Bild zu
+positionieren. Ein Gitter kann zur Hilfe verwendet werden.
+
+\begin{lrbox}{\tempbox}
+ \begin{tabular}[b]{@{}l@{}}
+ \texttt{opic-rel.tex} \\
+ und \\
+ \texttt{opic-abs.tex}
+ \end{tabular}
+\end{lrbox}
+
+Das Verzeichnis enthaelt:
+%
+\begin{labeling}[\hspace{\labelsep}--]{\usebox{\tempbox}}
+\item[\texttt{README.de}] Diese Datei.
+\item[\texttt{README}] Das gleiche in englisch.
+\item[\texttt{overpic.sty}] Die Definition von \env{overpic}. Benoetigt \pkg{graphicx.sty} und \pkg{epic.sty}.
+\item[\usebox{\tempbox}] Zwei Testdateien, die alle Moeglichkeiten zeigen. Die Grafikdatei \texttt{golfer.ps} wird benoetigt. Sie ist in \textsc{ghostscript}s \texttt{examples}-Verzeichnis enthalten.
+\end{labeling}
+
+Kommentare und Vorschlaege bitte an \mail{niepraschk@ptb.de} schicken.
+
+Happy \TeX ing\ldots
+
+\enlargethispage{\baselineskip}
+
+
+\minisec{Liste der Ă„nderungen:}
+
+\begin{labeling}[\hspace{\labelsep}--]{v0.52, 1999/07/04}
+ \item[v0.51, 1999/03/02] New (LPPL) license
+ \item[v0.52, 1999/07/04] Correction of wrong height calculation (if $\mathrm{depth} \ne 0$)
+\end{labeling}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/overpic/overpic-readme.pdf b/Master/texmf-dist/doc/latex/overpic/overpic-readme.pdf
new file mode 100644
index 00000000000..3d808ce9b5f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/overpic/overpic-readme.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/overpic/overpic-readme.tex b/Master/texmf-dist/doc/latex/overpic/overpic-readme.tex
new file mode 100644
index 00000000000..c3a8f4735b9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/overpic/overpic-readme.tex
@@ -0,0 +1,75 @@
+\documentclass[pagesize=auto, fontsize=12pt, parskip=half, DIV=11]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{etex}
+\usepackage{xspace}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage{microtype}
+\usepackage{hyperref}
+
+\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}}
+\newcommand*{\pkg}[1]{\textsf{#1}}
+\newcommand*{\env}[1]{\texttt{#1}}
+\newsavebox{\tempbox}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \pkg{overpic} package\thanks{This manual corresponds to \pkg{overpic}~v0.52, dated~1999/07/04.}}
+\author{Rolf Niepraschk\thanks{\mail{niepraschk@ptb.de}}}
+\date{1999/07/04}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+
+\begin{quote}
+ \footnotesize
+ Copyright 1999 Rolf Niepraschk, \mail{niepraschk@ptb.de}\\
+ This program can be redistributed and/or modified under the terms
+ of the \LaTeX\ Project Public License Distributed from CTAN
+ archives in directory \href{http://ctan.org/macros/latex/base/lppl.txt}{\texttt{macros/latex/base\slash lppl.txt}}; either
+ version~1 of the License, or any later version.
+\end{quote}
+
+This small \LaTeX\ package defines the \env{overpic} environment which is
+a combination between a \env{picture} environment and an \env{includegraphics}
+command (defined in \pkg{graphicx}). The resulting \env{picture} environment has
+the same dimension as the included \textsc{eps} graphic. Now it is easy possible
+to put any \LaTeX\ output above the graphic on defined positions. A grid
+to aid is also possible.
+
+\begin{lrbox}{\tempbox}
+ \begin{tabular}[b]{@{}l@{}}
+ \texttt{opic-rel.tex} \\
+ and \\
+ \texttt{opic-abs.tex}
+ \end{tabular}
+\end{lrbox}
+
+This directory contains the following files:
+%
+\begin{labeling}[\hspace{\labelsep}--]{\usebox{\tempbox}}
+\item[\texttt{README}] This file.
+\item[\texttt{README.de}] The same in german.
+\item[\texttt{overpic.sty}] The definition of \env{overpic}. Required \env{graphicx.sty} and \env{epic.sty}.
+\item[\usebox{\tempbox}] Two demos that shows all the features. You need the \textsc{eps} graphic file \texttt{golfer.ps}. This file is part of \textsc{ghostscript}'s \texttt{examples} directory.
+\end{labeling}
+
+Please send comments and suggestions to \mail{niepraschk@ptb.de}.
+
+Happy \TeX ing\ldots
+
+
+\minisec{Changes:}
+
+\begin{labeling}[\hspace{\labelsep}--]{v0.52, 1999/07/04}
+ \item[v0.51, 1999/03/02] New (LPPL) license
+ \item[v0.52, 1999/07/04] Correction of wrong height calculation (if $\mathrm{depth} \ne 0$)
+\end{labeling}
+
+\end{document}