diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-17 21:10:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-17 21:10:51 +0000 |
commit | 345c4728c1410fe37c996be2226c00e47be9c1d5 (patch) | |
tree | 303b4223ae537219ffb9d4c620bc7a148b02cb38 /Master/texmf-dist/doc/latex/extract/xtrex5.tex | |
parent | 7a9fe7b86890a9c51f2cd25eca0ed3559573a47a (diff) |
extract (17sep19)
git-svn-id: svn://tug.org/texlive/trunk@52109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/extract/xtrex5.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/extract/xtrex5.tex | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/extract/xtrex5.tex b/Master/texmf-dist/doc/latex/extract/xtrex5.tex new file mode 100644 index 00000000000..4c5bbe6680f --- /dev/null +++ b/Master/texmf-dist/doc/latex/extract/xtrex5.tex @@ -0,0 +1,59 @@ +%% +%% This is file `xtrex5.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% extract.dtx (with options: `xtrex5') +%% +%% --------------------------------------- +%% Copyright (C) 2004-2005 Hendri Adriaens +%% --------------------------------------- +%% +%% 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 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% This Current Maintainer of this work is Hendri Adriaens. +%% +%% This work consists of the file extract.dtx and the derived files +%% extract.sty, xtrex1.tex, xtrex2.tex, xtrex3.tex, xtrex4.tex, +%% xtrex5.tex, xtrex6.tex and xtrex7.tex. +%% +%% The following files constitute the extract package and must be +%% distributed as a whole: readme, extract.dtx, extract.pdf and +%% extract.sty. +%% +\documentclass{article} +\usepackage[ + active, + generate=file, + copydocumentclass=false, + extract-labels=type-a, + line-labels={type-a,type-c}, + line-nrs=3 +]{extract} +\begin{extract}[type-a] +\documentclass{article} +\end{extract} +\begin{extract}[type-b] +\documentclass{book} +\end{extract} +\begin{document} +\parindent0pt +\extractline[type-a]line 1\\ +\extractline*line 2\\ +\extractline line 3\\ +\extractline*[type-a]line 4\\ +\extractline*[type-c]line 5\\ +\extractline line 6\\ +\end{document} +\endinput +%% +%% End of file `xtrex5.tex'. |