summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/incgraph/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-28 22:46:29 +0000
committerKarl Berry <karl@freefriends.org>2012-09-28 22:46:29 +0000
commit5532da0334f19f07353a3c4a85b5b848bc6b3f90 (patch)
tree92495ff19c9614ceb6dc98964f853da022e24639 /Master/texmf-dist/doc/latex/incgraph/CHANGES
parent2ea467335e53afde5e4bc6a6806bd6c194e416e1 (diff)
incgraph (28sep12)
git-svn-id: svn://tug.org/texlive/trunk@27841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/incgraph/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/incgraph/CHANGES88
1 files changed, 51 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/incgraph/CHANGES b/Master/texmf-dist/doc/latex/incgraph/CHANGES
index 67443f6754c..aa213cf9c7e 100644
--- a/Master/texmf-dist/doc/latex/incgraph/CHANGES
+++ b/Master/texmf-dist/doc/latex/incgraph/CHANGES
@@ -1,37 +1,51 @@
-%% The LaTeX package incgraph - version 1.02 (2012/07/06)
-%%
-%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2012 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
-%% -------------------------------------------------------------------------------------------
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%% The latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later.
-%%
-%% This work has the LPPL maintenance status `author-maintained'.
-%%
-%% This work consists of all files listed in README
-%%
-
-version 1.00 (2012/06/21): initial public release
-
-version 1.01 (2012/07/04):
-- the code of the hypertarget setting is rewritten to place it at
- the top left corner of the page (previously it was placed at the
- top left corner of the text area).
-- new macro '\igrtargetset' to set hypertarget values manually
-- new key 'target' to set hypertarget values manually
-
-version 1.02 (2012/07/06):
-- bug fixed in '\igrboxtikz' which caused a small shift.
-- key 'nohyper' renamed to 'no hyper'
-- new macro '\igrboxtikzcenter' to support tikz pictures with a centered box.
-- option key 'include command' now has a default.
-- new feature to overlay included graphics with tikz picture code
- using the new option keys 'overlay', 'overlay page number at',
- 'overlay page number at bottom', 'overlay page number at top',
- 'no overlay'.
+%% The LaTeX package incgraph - version 1.10 (2012/09/28)
+%%
+%% -------------------------------------------------------------------------------------------
+%% Copyright (c) 2012 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% -------------------------------------------------------------------------------------------
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `author-maintained'.
+%%
+%% This work consists of all files listed in README
+%%
+
+version 1.00 (2012/06/21): initial public release
+
+version 1.01 (2012/07/04):
+- the code of the hypertarget setting is rewritten to place it at
+ the top left corner of the page (previously it was placed at the
+ top left corner of the text area).
+- new macro '\igrtargetset' to set hypertarget values manually
+- new key 'target' to set hypertarget values manually
+
+version 1.02 (2012/07/06):
+- bug fixed in '\igrboxtikz' which caused a small shift.
+- key 'nohyper' renamed to 'no hyper'
+- new macro '\igrboxtikzcenter' to support tikz pictures with a centered box.
+- option key 'include command' now has a default.
+- new feature to overlay included graphics with tikz picture code
+ using the new option keys 'overlay', 'overlay page number at',
+ 'overlay page number at bottom', 'overlay page number at top',
+ 'no overlay'.
+
+version 1.10 (2012/09/28):
+- overlay code and graphics inclusion decoupled internally
+- interlineskip problem fixed
+- output macro implementation rewritten
+- new macro '\igrcenterfit' for an arbitrary paper size
+- new user interface environment 'inctext' to support
+ arbitrary internal graphics
+- documentation structure changed
+- introduction of various paper format options with the key 'paper'
+- new 'landscape' and 'portrait' keys
+- new keys 'currentpaper', 'graphicspaper' and 'documentpaper'
+ to replace the deprecated keys 'page' and 'center'
+- various internal code changes