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

  1. % $Id: fcweb.sty,v 1.1 1995/09/11 17:57:59 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 French.
  7. %
  8. % Andreas Scherer
  9. % Rolandstra{\ss}e 16
  10. % 52070 Aachen, Germany
  11. %
  12. % 31. August 1995
  13. %
  14. % $Log: fcweb.sty,v $
  15. % Revision 1.1  1995/09/11  17:57:59  scherer
  16. % Initial revision
  17. %
  18. \renewcommand{\CwebCRAlso}{\CwebCrossRef{Voir aussi le fragment}}
  19.   % See also chunk
  20. \renewcommand{\CwebCRsAlso}{\CwebCrossRef{Voir aussi les fragment}}
  21.   % See also chunks
  22.  
  23. \renewcommand{\CwebCRCite}
  24.   {\CwebCrossRef{Cette partie du programme est cit\'ee dans le fragment}}
  25.   % This code is cited in chunk
  26. \renewcommand{\CwebCRsCite}
  27.   {\CwebCrossRef{Cette partie du programme est cit\'ee dans les fragments}}
  28.   % This code is cited in chunks
  29.  
  30. \renewcommand{\CwebCRUse}
  31.   {\CwebCrossRef{Cette partie du programme est utilis\'ee dans le fragment}}
  32.   % This code is used in chunk
  33. \renewcommand{\CwebCRsUse}
  34.   {\CwebCrossRef{Cette partie du programme est utilis\'ee dans les fragments}}
  35.   % This code is used in chunks
  36.  
  37. \renewcommand{\CwebCREt}{ et~}
  38.   % and~
  39. \renewcommand{\CwebCRsEt}{ et~}
  40.   % , and~
  41.  
  42. \renewcommand{\CwebCRChanged}{%
  43.     \CwebCrossRef{Les fragments suivants ont \'et\'e modifi\'es dans
  44.       le Change-File:}%
  45.     }
  46.   % The following chunks were changed by the change file:
  47. \renewcommand{\CwebChangedListName}{Fragments modifi\'es}
  48.   % Changed Chunks
  49.  
  50. \renewcommand{\CwebRefListName}{List des raffinements}
  51.   % List of refinements
  52.  
  53. \renewcommand{\CwebXRCite}{\CwebCrossRef{Cit\'e dans le fragment}}
  54.   % Cited in chunk
  55. \renewcommand{\CwebXRCites}{\CwebCrossRef{Cit\'e dans les fragments}}
  56.   % Cited in chunks
  57. \renewcommand{\CwebXRUse}{\CwebCrossRef{Utilis\'e dans le fragments}}
  58.   % Used in chunk
  59. \renewcommand{\CwebXRUses}{\CwebCrossRef{Utilis\'e dans les fragments}}
  60.   % Used in chunks
  61.