home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Docs / cwebbin-p13.lha / cwebbin-p13 / texinputs / icweb.sty < prev    next >
Encoding:
Text File  |  1995-09-19  |  1.7 KB  |  61 lines

  1. % $Id: icweb.sty,v 1.1 1995/09/11 17:56:07 scherer Exp $
  2. %
  3. % THIS IS A TEST!
  4. %
  5. % I have no idea how to write a style-conformant package, so bear with me.
  6. % This `package' translates the `LaTeX CWEB' class to Italian.
  7. %
  8. % Andreas Scherer
  9. % Rolandstra{\ss}e 16
  10. % 52070 Aachen, Germany
  11. %
  12. % 31. August 1995
  13. %
  14. % $Log: icweb.sty,v $
  15. % Revision 1.1  1995/09/11  17:56:07  scherer
  16. % Initial revision
  17. %
  18. \renewcommand{\CwebCRAlso}{\CwebCrossRef{Vedi anche chunk}}
  19.   % See also chunk
  20. \renewcommand{\CwebCRsAlso}{\CwebCrossRef{Vedi anche chunks}}
  21.   % See also chunks
  22.  
  23. \renewcommand{\CwebCRCite}
  24.   {\CwebCrossRef{Questo codice \`e citato nelle chunk}}
  25.   % This code is cited in chunk
  26. \renewcommand{\CwebCRsCite}
  27.   {\CwebCrossRef{Questo codice \`e citato nelle chunks}}
  28.   % This code is cited in chunks
  29.  
  30. \renewcommand{\CwebCRUse}
  31.   {\CwebCrossRef{Questo codice \`e usato nelle chunk}}
  32.   % This code is used in chunk
  33. \renewcommand{\CwebCRsUse}
  34.   {\CwebCrossRef{Questo codice \`e usato nelle chunks}}
  35.   % This code is used in chunks
  36.  
  37. \renewcommand{\CwebCREt}{ e~}
  38.   % and~
  39. \renewcommand{\CwebCRsEt}{ e~}
  40.   % , and~
  41.  
  42. \renewcommand{\CwebCRChanged}{%
  43.     \CwebCrossRef{Le seguenti chunks sono state modificate tramite
  44.       il change-file:}%
  45.     }
  46.   % The following chunks were changed by the change file:
  47. \renewcommand{\CwebChangedListName}{Chunks modificate}
  48.   % Changed Chunks
  49.  
  50. \renewcommand{\CwebRefListName}{Nomi delle chunks:}
  51.   % List of Refinements
  52.  
  53. \renewcommand{\CwebXRCite}{\CwebCrossRef{Citato nelle chunk}}
  54.   % Cited in chunk
  55. \renewcommand{\CwebXRCites}{\CwebCrossRef{Citato nelle chunks}}
  56.   % Cited in chunks
  57. \renewcommand{\CwebXRUse}{\CwebCrossRef{Usato nelle chunk}}
  58.   % Used in chunk
  59. \renewcommand{\CwebXRUses}{\CwebCrossRef{Usato nelle chunks}}
  60.   % Used in chunks
  61.