X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpaper.h;h=fefad9520ee09f6cfb6e7ec011cf0085a8a6c5b7;hb=dc7c7ca03eca25cf7a6395c155b70dac1594e481;hp=a6cba7e810b55316d0ebc2a8b71a87471ff445db;hpb=700447301c19ff0e291b354ec26b546aad09fe4a;p=lyx.git diff --git a/src/paper.h b/src/paper.h index a6cba7e810..fefad9520e 100644 --- a/src/paper.h +++ b/src/paper.h @@ -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,