summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/combinedgraphics/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/combinedgraphics/README')
-rw-r--r--Master/texmf-dist/doc/latex/combinedgraphics/README38
1 files changed, 30 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/combinedgraphics/README b/Master/texmf-dist/doc/latex/combinedgraphics/README
index 58aa5f82a00..c2696be5d78 100644
--- a/Master/texmf-dist/doc/latex/combinedgraphics/README
+++ b/Master/texmf-dist/doc/latex/combinedgraphics/README
@@ -7,15 +7,19 @@ This package provides a macro (|\includecombinedgraphics|) for the
inclusion of combined EPS/\LaTeX{} and PDF/\LaTeX{} graphics (an export
format of Gnuplot, Xfig, and maybe other programs). Instead of including
the graphics with a simple |\input|, the |\includecombinedgraphics| macro
-has some comforts:
+has some benefits:
\begin{itemize}
- \item changing the font and color of the text of the \LaTeX{} part
+ \item changing the font and color of the text of the \LaTeX{} parts
\item rescaling the graphics without affecting the font of the \LaTeX{}
- part
- \item automatic inclusion of the vector graphics part, as far as \LaTeX{}
- part does not do it (e.\,g., for files exported from Gnuplot before
- version 4.2)
+ parts
+ \item automatic inclusion of the vector graphics parts, as far as \LaTeX{}
+ parts do not do it (e.\,g., for files exported from Gnuplot before
+ version 4.2 or Xfig)
+ \item changing the inclusion order of \LaTeX{} and vector graphics
+ parts (e.\,g., Gnuplot 4.4 exports files in a way that the vector
+ graphics part overlays the \LaTeX{} part, which means that text may be
+ hidden under shaded areas)
\item rescaling and rotating of complete graphics (similar to
|\includegraphics| from \textsf{graphicx} package)
\end{itemize}
@@ -66,12 +70,30 @@ Optionally you can compile the test file:
INSTALLATION
============
-Copy the file `combinedgraphics.sty' to a directory, where LaTeX will find it.
+INSTALLATION
+============
+
+1) Installing with make
+-----------------------
+
+To install the package into a TDS (= TeX directory structure; typically its base
+directory is named `texmf' or something similar), run the following command:
+ $ make DESTDIR=<your TDS> install
+
+Note: `$(DESTDIR)' defaults to `$(HOME)/.texmf'.
+
+2) Installing manually
+----------------------
+
+In principle, you will only habe to copy the file `ionumbers.sty' into a
+directory, where LaTeX can find it. If you copy it into a TDS (TeX directory
+structure), you will most probably have to run the following command afterwards:
+ $ mktexlsr <your TDS>
LICENSE
=======
-Copyright 2009 Christian Schneider <software(at)chschneider(dot)eu>
+Copyright 2009,2011 Christian Schneider <software(at)chschneider(dot)eu>
ion@addto@macro: identical to l@addto@macro from koma-script
bundle v2.9t