Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Created February 7, 2014 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zr-tex8r/8855467 to your computer and use it in GitHub Desktop.
Save zr-tex8r/8855467 to your computer and use it in GitHub Desktop.
LaTeX* Adding to jsclasses support for new base font size settings
--- org/jsclasses.dtx Thu Jan 02 19:42:00 2014
+++ jsclasses.dtx Mon Feb 03 01:51:42 2014
@@ -301,6 +301,10 @@
\DeclareOption{43pt}{\renewcommand{\@ptsize}{33}}
\DeclareOption{12Q}{\renewcommand{\@ptsize}{1200}}
\DeclareOption{14Q}{\renewcommand{\@ptsize}{1400}}
+\DeclareOption{10ptj}{\renewcommand{\@ptsize}{1001}}
+\DeclareOption{10.5ptj}{\renewcommand{\@ptsize}{1051}}
+\DeclareOption{11ptj}{\renewcommand{\@ptsize}{1101}}
+\DeclareOption{12ptj}{\renewcommand{\@ptsize}{1201}}
% \end{macrocode}
%
% \paragraph{トンボオプション}
@@ -688,6 +692,22 @@
\ifnum\@ptsize=1400
\mag 1077
\def\inv@mag{0.928505}
+\fi
+\ifnum\@ptsize=1001
+ \mag 1085
+ \def\inv@mag{0.921659}
+\fi
+\ifnum\@ptsize=1051
+ \mag 1139
+ \def\inv@mag{0.877963}
+\fi
+\ifnum\@ptsize=1101
+ \mag 1194
+ \def\inv@mag{0.837521}
+\fi
+\ifnum\@ptsize=1201
+ \mag 1302
+ \def\inv@mag{0.768049}
\fi
%<*kiyou>
\mag 977
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment