| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!--This file is automatically generated. Do not edit!-->
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title>The TeX Catalogue OnLine, Entry for extract, Ctan Edition</title>
  <link rel="stylesheet" type="text/css" href="../texcatalogue.css">
</head>
<body bgcolor="white">
  <h1><a name="top"></a></h1>
  <div style="text-align:center">
    <a href="../index.html">
      <img src="../title.png" alt="The TeX Catalogue Online" border="0">
    </a>
  </div>
  <p></p>
  <div style="text-align:center">
    <a href="http://tug.ctan.org/find.html">Search</a> |
    <a href="../index.html">Home</a> |
    <a href="../alpha.html">Alpha</a> |
    <a href="../brief.html">Brief</a> |
    <a href="../bytopic.html">Topical</a> |
    <a href="../hier.html">Hierarchical</a> <!--|
    <a href="../full.html">Full</a Available from Graham as PDF-->
  </div>
  <p></p>
  <hr>
  <table cellpadding="3" width="100%">
    <tr>
    <th align="left" valign="top" rowspan="4" width="20%">
      <big><a name="extract">extract</a></big>
    </th>
    <td align="left" valign="bottom" colspan="2" width="80%">
      <strong><em>Extract specific content from a source document and write that to
   a target document</em></strong>
    </td>
    </tr>
    <tr>
    <td colspan="2" width="80%"><p class="description">
The package provides the means to extract specific
content from a source document and write that to
a target document. One could, for instance, use this
to extract all exercises from lecture notes and
generate an exercises book on the fly.
<br><br>
The package also provides an environment which writes
its body entirely to the target file. Another environment
will write to the target file, but will also execute the
body. This allows to share code (for instance, a preamble)
between the source document and the target file.
<br><br>
Finally, the package provides an interface to conditionally
extract content. With a single option in the \usepackage
command, one can specify exactly which commands (counted
from the start of the document) should be extracted and
which not. This might be useful for extracting specific
slides from a presentation and use them in a new file.
  The author is Hendri Adriaens.</p></td>
    </tr>
  <tr><td align="left" width="100%%">
    <a href="ftp://ftp.dante.de/pub/tex/macros/latex/contrib/extract//">
      <img src="../search.png" border="0"
      title="Visit a nearby CTAN:/macros/latex/contrib/extract/. If this fails, try Dante."></a>
    <a href="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/extract/"><img src="../dir.png" border="0"     title="Visit Dante:/macros/latex/contrib/extract/"></a>
    <a href="http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/extract/.tar.gz"><img src="../tar.png" border="0"
           title="Download from a nearby CTAN (automatically identified)."></a>
    <a href="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/extract/.tar.gz">
      <img src="../tar.png" border="0"
      title="Download from Dante."></a>
  <a href="ftp://ftp.dante.de/pub/tex/macros/latex/contrib/extract/README"><img
  src="../doc.png" border="0"
  title="Read documentation for this package from ctan:/macros/latex/contrib/extract/README."></a>
  <a href="ftp://ftp.dante.de/pub/tex/macros/latex/contrib/extract/extract.pdf"><img
  src="../acroread.png" border="0"
  title="Read documentation for this package from ctan:/macros/latex/contrib/extract/extract.pdf."></a>
  </td>
  </tr><tr><td align="right" valign="bottom" width="100%%">
  <small><em>
        License: <strong><a href="../licenses.lppl.html">lppl</a></strong>
    Version: <strong>1.3</strong>
    Updated: <strong>2004-12-19</strong>
  </em></small>
  </td></tr>
  </table>
  <hr>
    <center><small>Copyright (c) 1986-2004
    <a href="http://www.togaware.com"><img src="../gwtw.png" align="center" border=0
        ></a>.  
    This page was generated 2005-01-13 01:28:51.</small>
  </center>
  <hr>
</body>
</html>
 |