]> git.lyx.org Git - lyx.git/blobdiff - src/paper.h
InsetIndex: enable escaping for terms in the index
[lyx.git] / src / paper.h
index a6cba7e810b55316d0ebc2a8b71a87471ff445db..48169d6959a54ffb586860516da64e3581098005 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Jean-Marc Lasgouttes
- * \author Uwe Stöhr
+ * \author Uwe Stöhr
  *
  * Full author contact details are available in file CREDITS.
  *
@@ -13,8 +13,7 @@
  * expand to contain many paper-related horrors access.
  *
  * The supported paper sizes are those that are supported by the
- * LaTeX-package geometry. However, the Japanese JIS B-series paper
- * sizes are not yet supported by LyX.
+ * LaTeX-package geometry.
  */
 
 #ifndef PAPER_H
@@ -63,6 +62,20 @@ enum PAPER_SIZE {
        ///
        PAPER_B6,
        ///
+       PAPER_C0,
+       ///
+       PAPER_C1,
+       ///
+       PAPER_C2,
+       ///
+       PAPER_C3,
+       ///
+       PAPER_C4,
+       ///
+       PAPER_C5,
+       ///
+       PAPER_C6,
+       ///
        PAPER_JISB0,
        ///
        PAPER_JISB1,