Open
Conversation
Collaborator
Author
|
citeproc/ruby/formats/latex.rb を定義すればいいのかなあ? |
Collaborator
Author
|
citeproc-ruby が latex に対応したら統一的に扱える |
Collaborator
Author
|
chapterの末尾に参考文献入れる場合と、本の最後に入れる場合がある |
Open
Collaborator
Author
|
bibliography.rb の冒頭の |
Owner
|
mecabやunicode/eawだとrequireをbegin/rescueして、あとは無視するかエラーにするかとしていますね。 実装を拝見しますね。 |
Owner
|
とりあえず対応しているHTMLとテキストのフォーマッタにて見ていますが、 citeprocのほうは、
実装については、
|
Collaborator
Author
エスケープはしようとしてるんですけど、最後にエスケープしようとしているので汚くてTODOになってますね。いまはスペースを必要とするみたいです。 # citeproc-ruby/lib/citeproc/ruby/formats/html.rb
def finalize!
# TODO find a better solution for this (strip tags?)
# For now make sure not to double encode entities
# by matching spaces before or after.
output.gsub!(/[&<]\s/, '& ' => '& ', '< ' => '< ')
output.gsub!(/\s>/, ' >')
end |
Closed
Collaborator
Author
|
rebaseしようと思いましたがマージが大変すぎたので、新規にコミットしました。 |
Collaborator
Author
|
…ection of the gemspec.
Collaborator
Author
|
参考文献のソートが環境によって違う? 困った。 |
Collaborator
Author
|
TestWinだけ失敗している??? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.