ProgramFan

Results 68 comments of ProgramFan

I do not use asciidoctor-pdf often so you'd better refer to @mojavelinux.

Are there any ways to scale an image in asciidoctor-pdf so that the image height is identical to the line height? If possible, asciidoctor can export special attributes to the...

I have to say the recommended way may lag behind. If you are sure that AUR works, would you please send a PR for a correction?

At the moment, only one bibtex file is supported, and the bibliography macro does not support grouping. The internal logic is to automatically build the bibliography list from citations scattered...

This may be caused by citeproc. I will look to see if we can mitigate it in asciidoctor-bibtex.

1. In principle, this can be done. But many more code shall be changed, since the `2` in `[1,2,3]` are used to link to bibliography item `2`. If we want...

asciidoctor-bibtex and bibtex-ruby are pure ruby and I can try to make asciidoctor-bibtex conform to a certain standard so that it can be compiled to JavaScript. asciidoctor-bibtex is such a...

I am not familiar with opal at the moment. How can this be done?

This sounds reasonable since bibtex also supports multiple bib files. We can support this through multiple values in :bibtex-files: attributes. Since I am running out of time, the implementation may...