home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pytexdoc / ext / lib / lib1 / string / tex / images.pl (.txt) < prev    next >
LaTeX Document  |  1996-11-08  |  5KB  |  105 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3. $key = q//;
  4. $cached_env_img{$key} = q|<IMG
  5.   STYLE="height: 2.10ex; vertical-align: 176.55ex; " SRC="|."$dir".q|img14.png"
  6.  ALT="\begin{funcdesc}{find}{s  sub\optional{  start}}
  7. Return the lowest index in \v...
  8. ...ode{0}. If \var{start} is
  9. negative, \code{len(\var{s})} is added.
  10. \end{funcdesc}">|; 
  11. $key = q/{datadesc}{digits}Thestringcode{'0123456789'}.{datadesc};AAT/;
  12. $cached_env_img{$key} = q|<IMG
  13.   STYLE="height: 196.25ex; vertical-align: -0.57ex; " SRC="|."$dir".q|img1.png"
  14.  ALT="\begin{datadesc}{digits}
  15. The string \code{'0123456789'}.
  16. \end{datadesc}">|; 
  17. $key = q/{datadesc}{hexdigits}Thestringcode{'0123456789abcdefABCDEF'}.{datadesc};AAT/;
  18. $cached_env_img{$key} = q|<IMG
  19.   STYLE="height: 2.10ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img2.png"
  20.  ALT="\begin{datadesc}{hexdigits}
  21. The string \code{'0123456789abcdefABCDEF'}.
  22. \end{datadesc}">|; 
  23. $key = q/{datadesc}{letters}Theconcatenationofthestringscode{lowercase}andcode{uppercase}describedbelow.{datadesc};AAT/;
  24. $cached_env_img{$key} = q|<IMG
  25.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img3.png"
  26.  ALT="\begin{datadesc}{letters}
  27. The concatenation of the strings \code{lowercase} and
  28. \code{uppercase} described below.
  29. \end{datadesc}">|; 
  30. $key = q/{datadesc}{octdigits}Thestringcode{'01234567'}.{datadesc};AAT/;
  31. $cached_env_img{$key} = q|<IMG
  32.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img5.png"
  33.  ALT="\begin{datadesc}{octdigits}
  34. The string \code{'01234567'}.
  35. \end{datadesc}">|; 
  36. $key = q/{funcdesc}{capitalize}{word}Capitalizethefirstcharacteroftheargument.{funcdesc};AAT/;
  37. $cached_env_img{$key} = q|<IMG
  38.   STYLE="height: 2.17ex; vertical-align: 176.54ex; " SRC="|."$dir".q|img11.png"
  39.  ALT="\begin{funcdesc}{capitalize}{word}
  40. Capitalize the first character of the argument.
  41. \end{funcdesc}">|; 
  42. $key = q/{funcdesc}{index}{s,suboptional{,start}}Likecode{find}butraisecode{ValueError}whenthesubstringisnotfound.{funcdesc};AAT/;
  43. $cached_env_img{$key} = q|<IMG
  44.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img16.png"
  45.  ALT="\begin{funcdesc}{index}{s  sub\optional{  start}}
  46. Like \code{find} but raise \code{ValueError} when the substring is
  47. not found.
  48. \end{funcdesc}">|; 
  49. $key = q/{funcdesc}{lower}{s}Convertletterstolowercase.{funcdesc};AAT/;
  50. $cached_env_img{$key} = q|<IMG
  51.   STYLE="height: 2.38ex; vertical-align: 176.85ex; " SRC="|."$dir".q|img19.png"
  52.  ALT="\begin{funcdesc}{lower}{s}
  53. Convert letters to lower case.
  54. \end{funcdesc}">|; 
  55. $key = q/{funcdesc}{lstrip}{s}Removeleadingwhitespacefromthestringvar{s}.{funcdesc};AAT/;
  56. $cached_env_img{$key} = q|<IMG
  57.   STYLE="height: 2.38ex; vertical-align: 176.40ex; " SRC="|."$dir".q|img25.png"
  58.  ALT="\begin{funcdesc}{lstrip}{s}
  59. Remove leading whitespace from the string \var{s}.
  60. \end{funcdesc}">|; 
  61. $key = q/{funcdesc}{rfind}{s,suboptional{,start}}Likecode{find}butfindthehighestindex.{funcdesc};AAT/;
  62. $cached_env_img{$key} = q|<IMG
  63.   STYLE="height: 2.17ex; vertical-align: 176.54ex; " SRC="|."$dir".q|img15.png"
  64.  ALT="\begin{funcdesc}{rfind}{s  sub\optional{  start}}
  65. Like \code{find} but find the highest index.
  66. \end{funcdesc}">|; 
  67. $key = q/{funcdesc}{rindex}{s,suboptional{,start}}Likecode{rfind}butraisecode{ValueError}whenthesubstringisnotfound.{funcdesc};AAT/;
  68. $cached_env_img{$key} = q|<IMG
  69.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img17.png"
  70.  ALT="\begin{funcdesc}{rindex}{s  sub\optional{  start}}
  71. Like \code{rfind} but raise \code{ValueError} when the substring is
  72. not found.
  73. \end{funcdesc}">|; 
  74. $key = q/{funcdesc}{rstrip}{s}Removetrailingwhitespacefromthestringvar{s}.{funcdesc};AAT/;
  75. $cached_env_img{$key} = q|<IMG
  76.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img26.png"
  77.  ALT="\begin{funcdesc}{rstrip}{s}
  78. Remove trailing whitespace from the string \var{s}.
  79. \end{funcdesc}">|; 
  80. $key = q/{funcdesc}{strip}{s}Removeleadingandtrailingwhitespacefromthestringvar{s}.{funcdesc};AAT/;
  81. $cached_env_img{$key} = q|<IMG
  82.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img27.png"
  83.  ALT="\begin{funcdesc}{strip}{s}
  84. Remove leading and trailing whitespace from the string \var{s}.
  85. \end{funcdesc}">|; 
  86. $key = q/{funcdesc}{swapcase}{s}Convertlowercaseletterstouppercaseandviceversa.{funcdesc};AAT/;
  87. $cached_env_img{$key} = q|<IMG
  88.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img28.png"
  89.  ALT="\begin{funcdesc}{swapcase}{s}
  90. Convert lower case letters to upper case and vice versa.
  91. \end{funcdesc}">|; 
  92. $key = q/{funcdesc}{upper}{s}Convertletterstouppercase.{funcdesc};AAT/;
  93. $cached_env_img{$key} = q|<IMG
  94.   STYLE="height: 2.38ex; vertical-align: 176.40ex; " SRC="|."$dir".q|img30.png"
  95.  ALT="\begin{funcdesc}{upper}{s}
  96. Convert letters to upper case.
  97. \end{funcdesc}">|; 
  98. $key = q/{funcdesc}{zfill}{s,width}Padanumericstringontheleftwithzerodigitsuntilthegivenwidthisreached.Stringsstartingwithasignarehandledcorrectly.{funcdesc};AAT/;
  99. $cached_env_img{$key} = q|<IMG
  100.   STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img32.png"
  101.  ALT="\begin{funcdesc}{zfill}{s  width}
  102. Pad a numeric string on the left with zero di...
  103. ...h is reached. Strings starting with a sign are handled correctly.
  104. \end{funcdesc}">|; 
  105.