Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

囲み記事のキャプションがすべて■メモ: になってしまう #1843

Closed
fenril058 opened this issue Jul 27, 2022 · 2 comments
Closed

Comments

@fenril058
Copy link

//note[キャプション]{ 〜 //} : ノート
//memo[キャプション]{ 〜 //} : メモ
//tip[キャプション]{ 〜 //} : Tips
のどれを使ってもキャプションが
■メモ: キャプション
になってしまいます。

@kmuto
Copy link
Owner

kmuto commented Jul 27, 2022

review-jsbook/review-base.sty

\newcommand{\reviewminicolumntitle}[1]{%
\review@ifempty{#1}{}{%
  {\large \review@intn@memohead{}: #1}\\}}

たしかにあらゆるmemoheadにしちゃってるのでマズイですね…。

review-jlreqのほうだとtcolorbox版を使っていてtitleに個々設定しているので問題ないのですが(review-jsbookでもboxsettingでtcolorboxを使うバージョンにできますが、デフォルトではtitleのプレフィクス付けてないので「メモ」などすらも入らないというのがネックになりそう)。

@kmuto
Copy link
Owner

kmuto commented Sep 4, 2022

breaking change にはなるんですが、 #1856 で対処しようと考えています。

@kmuto kmuto closed this as completed in d17d90e Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants