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

review-pdfmakerによる//sourceの出力でキャプションが重なる #651

Closed
kuroda opened this issue Jun 7, 2016 · 4 comments
Closed
Milestone

Comments

@kuroda
Copy link

kuroda commented Jun 7, 2016

Review 2.0での現象です。

//emlist[hello.rb]{
class Hello
  def world
    puts "Hello, world!"
  end
end
//}

//source[hello.rb]{
class Hello
  def world
    puts "Hello, world!"
  end
end
//}

上記のようなソースコードを review-pdfmaker でPDFに変換したところ
issue-nnn
のようにキャプションがソースコード本体の1行目と重なってしまいました。

UbuntuとMacの環境でこの現象を確認しました。

config.yml を含むソースコード一式を添付します。
issue-NNN.zip

@takahashim
Copy link
Collaborator

報告ありがとうございます。これは//listと揃える形にしたほうがよいかもですね…。

@takahashim takahashim added this to the 2.2.0 milestone Oct 29, 2016
@takahashim
Copy link
Collaborator

takahashim commented Oct 29, 2016

これですが、次のバージョン(2.2.0)でcommon_code_blockを使った形に修正したいと思います。
生成されるスタイルが変わるので他に影響あるかもしれません…(他に影響がない方法での修正方法が思いつかない)

takahashim added a commit that referenced this issue Nov 20, 2016
add new macro `reviewsource` and `reviewsourcecaption` for `//source` command.

cf. #651
@takahashim
Copy link
Collaborator

#681 で修正してみました。

@takahashim
Copy link
Collaborator

マージしたので閉じておきます。

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