summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/catalogue/settobox.xml
blob: a22dda02e080801d5c6043a5d4d80cc60973af37 (plain)
1
2
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
<?xml version='1.0' encoding='us-ascii'?>
<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
<entry datestamp='$Date$' modifier='$Author$' id='settobox'>
  <name>settobox</name>
  <caption>Assigning dimensions of a box to a length register.</caption>
  <authorref id='auth:oberdiek'/>
  <copyright owner='Heiko Oberdiek' year='2000,2006-2008'/>
  <license type='lppl1.3'/>
  <version number='1.4'/>
  <description>
    Commands to assist the reuse of boxes (set up by <tt>\sbox</tt> or
    by the <tt>lrbox</tt> environment); the <tt>\settobox...</tt>
    commands behave similarly to the <tt>\settowidth</tt> (etc.)
    commands.  For example:
    <pre>
      \newsavebox{\mybox}
      \newlength{\mylength}
      \sbox{\mybox}{Hello World}
      \settoboxwidth{\mylength}{\mybox}
    </pre>
    <p/>
    The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle.
  </description>
  <documentation details='Package documentation'
      href='ctan:/macros/latex/contrib/oberdiek/settobox.pdf'/>
  <ctan file='true' path='/macros/latex/contrib/oberdiek/settobox.dtx'/>
  <miktex location='oberdiek'/>
  <texlive location='oberdiek'/>
  <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
</entry>