James Carlson

Results 56 issues of James Carlson

The title says it all.

enhancement

@mojavelinux or @jirutka, I have a question. In order to convert stem, asciimath input to LaTeX, I need to call something in the core to do the conversion for the...

Currently the style sheet `data/extras.css` is added by default using the code in `css.rb` via `class CSSDocinfoProcessor` as suggested by @mojavelinux . I need to append the text in the...

One of the thorny issues with the LaTeX backend for Asciidoctor is what to do with characters such as `$`, `&`, `_` and a few others. The first plays a...

@mojavelinux could you teach me how to do this?

(1) When we have the new parser, let's see if in latex mode we can parse /\$.*\$/m as an "inline-latex-expression" or some such. That is, text beginning and ending with...

I'd like to set the counter used to number theorems, etc by something like ``` [env.theorem, counter=43] ``` I can access the value 43 in the example above via `attrs['counter]`....

@jirutka, could you take a look at block_dlist for the tex backend? I think it is fine except for an esthetic point: when an item is a sublist, the sublist...

I've started roughing out a converter for LaTeX to Asciidoctor -- for the moment working on a very rough recursive descent parser for a coarse-grained version of LaTeX, which is...

Am trying to set things up so that I can invoke `asciidoctor -r ./latex_converter.rb -b latex` from other than the directory `/Users/carlson/Dropbox/prog/git/asciidoctor-backends/ruby/latex`. This to facilitate giving the converter a real...

duplicate