]> git.lyx.org Git - lyx.git/blobdiff - src/paper.h
tex2lyx: support for multiple indices and subindices
[lyx.git] / src / paper.h
index a6cba7e810b55316d0ebc2a8b71a87471ff445db..fefad9520ee09f6cfb6e7ec011cf0085a8a6c5b7 100644 (file)
@@ -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,