home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / src / tex-strings.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  807b  |  39 lines

  1. // -*- C++ -*-
  2.  
  3. #ifndef _TEX_STRINGS_
  4. #define _TEX_STRINGS_
  5.  
  6. // this file should perhaps be split into even smaler parts
  7.  
  8. ///
  9. extern char const* string_paragraph_separation[];
  10. ///
  11. extern char const* string_quotes_language[];
  12. ///
  13. extern char const* string_oldpapersize[];
  14. ///
  15. extern char const* string_papersize[];
  16. ///
  17. extern char const* string_paperpackages[];
  18. ///
  19. extern char const* string_orientation[];
  20. ///
  21. extern char const* string_footnotekinds[];
  22. ///
  23. extern char const* string_align[];
  24.  
  25. // The following was moved from tex-defs.h to here, because tex-defs.h is
  26. // used all over. As it happens, that meant that these strings were included 
  27. // 27 times in the object file. (Asger)
  28.  
  29. ///
  30. extern char const *tex_babel[];
  31.  
  32. ///
  33. extern char const *tex_graphics[];
  34.  
  35. ///
  36. extern char const *tex_fonts[];
  37.  
  38. #endif
  39.