Tíquete #38618

tabular* 環境のオプション順序

: 2018-09-20 21:06 Última Atualização: 2018-09-22 20:29

Relator:
Dono:
(Nenhum)
Tipo:
Estado:
Fechado
Componente:
(Nenhum)
Marcos:
(Nenhum)
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
Nenhum

Details

https://github.com/aminophen/platex-tools/issues/11 に書きましたが,下記ソースの \usepackage{array} の有無で「組方向オプション」と「幅オプション」の受け付け順序が変わります。lltjext.sty の array 対策部分のコードがまずいのではないかと思います。

\documentclass{ltjtarticle}
%\usepackage{array}
\begin{document}
  \begin{tabular*}{3cm}<t>{ll}
  one & いち \\
  two & に
  \end{tabular*}
  \begin{tabular*}{3cm}<y>{ll}
  one & いち \\
  two & に
  \end{tabular*}
\end{document}

Ticket History (3/6 Histories)

2018-09-20 21:06 Updated by: aminophen
  • New Ticket "tabular* 環境のオプション順序" created
2018-09-20 22:12 Updated by: aminophen
Comentário

https://github.com/aminophen/platex-tools/commit/9fe518bb116a85c569aee55399e6581e1fd959d3 で plextarray.sty は治ったと思います。

  \begin{tabular*}<t>{3cm}{ll}
  one & いち \\
  two & に
  \end{tabular*}
  \begin{tabular*}<y>{3cm}{ll}
  one & いち \\
  two & に
  \end{tabular*}
2018-09-21 05:52 Updated by: h7k
  • Resolução Update from Nenhum to Fixed
Comentário

報告ありがとうございます.もうちょっと整理できそうですが,f621a301 で直しました.

2018-09-22 20:07 Updated by: aminophen
Comentário

もうちょっと整理できそう

コードを見てみました。72b273e に対するパッチを ↓ に置きました。

https://gist.github.com/aminophen/894b52d150ed3b495bddbf2e3fba73c7

今日出した platex 2018-09-22 の plext.sty ベースになっています。

2018-09-22 20:29 Updated by: h7k
Comentário

どうもありがとうございます.20180922.1 を出しましたので,完了とします.

2018-09-22 20:29 Updated by: h7k
  • Estado Update from Aberto to Fechado

Attachment File List

No attachments

Editar

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login