summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/normalcolor
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-24 22:27:50 +0000
committerKarl Berry <karl@freefriends.org>2016-03-24 22:27:50 +0000
commit1a557ffbce30b97ed2bc943d841e32516bc1557a (patch)
tree18a3d9cf28230827463fe6e500526db57ef38dfa /Master/texmf-dist/doc/latex/normalcolor
parent44da28f97382384060ffabdefac9a7791b770f7d (diff)
normalcolor (22mar16)
git-svn-id: svn://tug.org/texlive/trunk@40125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/normalcolor')
-rw-r--r--Master/texmf-dist/doc/latex/normalcolor/README92
-rw-r--r--Master/texmf-dist/doc/latex/normalcolor/normalcolor-example.tex43
-rw-r--r--Master/texmf-dist/doc/latex/normalcolor/normalcolor.pdfbin0 -> 154998 bytes
3 files changed, 135 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/normalcolor/README b/Master/texmf-dist/doc/latex/normalcolor/README
new file mode 100644
index 00000000000..d639f4c7ade
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/normalcolor/README
@@ -0,0 +1,92 @@
+normalcolor
+Copyright (c) Markus Kohm, 2016
+----------------------------------------------------------------------------
+This work may be distributed and/or modified under the conditions of
+the LaTeX Project Public License, version 1.3c of the license.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3c or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status "maintained".
+
+The Current Maintainer and author of this work is Markus Kohm.
+
+The work consists of the file `normalcolor.dtx` only.
+----------------------------------------------------------------------------
+SHORT DESCRIPTION
+
+The package simple provides a command `\setnormalcolor` with the same
+syntax as command `\color' either of package `color' or package `xcolor'.
+But `\setnormalcolor' will not change the current colour but the normal
+colour. So using `\normalcolor' (implicit or explicit) afterwards will
+change the current colour to the colour given by the previous
+`\setnormalcolor'.
+----------------------------------------------------------------------------
+PACKAGE GENERATION
+
+Simple way:
+
+To use the simple way you need the original `makefile' from the source
+distribution of `normalcolor' and `GNU make'. Then you can use:
+
+ make all
+
+to generate all files of `normalcolor'.
+
+Manual way:
+
+If you cannot use make you can extract all the files using:
+
+ tex normalcolor.dtx
+
+Note that you have to use `tex' not any LaTeX format!
+
+This will generate files `normalcolor.sty' and `README.txt'. Rename the
+generated `README.txt' to `README'.
+
+To make the documentation use:
+
+ pdflatex normalcolor.dtx
+ pdflatex normalcolor.dtx
+ mkindex normalcolor
+ pdflatex normalcolor.dtx
+ pdflatex normalcolor.dtx
+
+This will result in the manual file `normalcolor.pdf'.
+----------------------------------------------------------------------------
+INSTALLATION
+
+Simple way:
+
+To use the simple way you need the original `makefile' from the source
+distribution of `normalcolor' and `GNU make' and a TeX-Live-compatible
+`kpsewhich'. Then you can use:
+
+ make install
+
+to install normalcolor into your personal TEXMF tree. If you want to use
+the local TEXMF tree instead of the personal one, you may use:
+
+ make INSTALLLOCAL=true install
+
+If you want to use another TEXMF tree, you may use
+
+ make INSTALLROOT=<path to the TEXMF tree> install
+
+Manual way:
+
+Copy `normalcolor.sty' to `tex/latex/normalcolor/' inside the TDS tree you
+want to install `normalcolor'.
+
+Copy `normalcolor.pdf' and `README.txt' as `README' to
+`doc/latex/normalcolor/' inside the TDS tree you want to install
+`normalcolor'.
+
+Maybe you have to call `texhash' for the TDS tree you have installed
+`normalcolor'.
+----------------------------------------------------------------------------
+USAGE
+
+See `normalcolor.pdf'.
+----------------------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/normalcolor/normalcolor-example.tex b/Master/texmf-dist/doc/latex/normalcolor/normalcolor-example.tex
new file mode 100644
index 00000000000..d44046dc475
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/normalcolor/normalcolor-example.tex
@@ -0,0 +1,43 @@
+%%
+%% This is file `normalcolor-example.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% normalcolor.dtx (with options: `example')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from normalcolor-example.tex.
+%%
+%% For distribution of the original source see the terms
+%% for copying and modification in the file normalcolor.dtx.
+%%
+%% This generated file may be distributed as long as the
+%% original source files, as listed above, are part of the
+%% same distribution. (The sources need not necessarily be
+%% in the same archive or directory.)
+\listfiles
+\documentclass{article}
+
+\usepackage{normalcolor}
+\setnormalcolor{green}
+\usepackage{xcolor}
+
+\usepackage{blindtext}
+\begin{document}
+\color{blue}
+\tableofcontents
+\blinddocument
+\setnormalcolor{red}
+\blinddocument
+
+\resetnormalcolor
+\blinddocument
+\end{document}
+\endinput
+%%
+%% End of file `normalcolor-example.tex'.
diff --git a/Master/texmf-dist/doc/latex/normalcolor/normalcolor.pdf b/Master/texmf-dist/doc/latex/normalcolor/normalcolor.pdf
new file mode 100644
index 00000000000..2b6e7b5eb21
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/normalcolor/normalcolor.pdf
Binary files differ