abenori / jlreq

Other
127 stars 18 forks source link

Fix `column_gap` class option #25

Closed trueroad closed 6 years ago

trueroad commented 6 years ago

クラスオプション column_gap がうまく動かなかったようなので、 パッチを作ってみました。

現在の master ブランチにある jlreq.cls を使って下記ソースをコンパイルすると、

\documentclass[twocolumn,column_gap=3zw]{jlreq}

\begin{document}

□□□□□□□□□■□□□□□□□□□■□□□□□□□□□■
□□□□□□□□□■□□□□□□□□□■□□□□□□□□□■
□□□□□□□□□■□□□□□□□□□■□□□□□□□□□■

□□□□□□□□□■□□□□□□□□□■□□□□□□□□□■
□□□□□□□□□■□□□□□□□□□■□□□□□□□□□■
□□□□□□□□□■□□□□□□□□□■□□□□□□□□□■

\end{document}

下記のエラーが出ます。

! LaTeX Error: \jlreq@option@column@gap {3zw}undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.620 \ProcessOptionsX\relax

jlreq.cls にこのプルリクエストのパッチを当てればエラーが出なくなります。

abenori commented 6 years ago

ありゃ,ミスってますね,ありがとうございます.