Re: [sphinx-users] Typesetting \LaTeX

2018-10-26 Thread Aaron Carlisle
You can probably code a custom directive, something like :latext:`LaTeX`. I won't be able to help much providing a code example but hopefully this is a possibility. On Fri, Oct 26, 2018 at 5:03 PM John H Palmieri wrote: > If I use the string "\LaTeX" in an reST document and run it through >

[sphinx-users] Typesetting \LaTeX

2018-10-26 Thread John H Palmieri
If I use the string "\LaTeX" in an reST document and run it through Sphinx's latex builder, it strips the leading backslash, so if I run it through Sphinx's pdf builder, I just get the text "LaTeX". I would instead like to use the command "\LaTeX", which produces a nicely typeset LateX symbol.

[sphinx-users] Showing imported members in module autosummary?

2018-10-26 Thread Jaakko Luttinen
Hi! How can I make autosummary to list also imported members of modules? That is, I'd like to have the feature that was previously reported as a bug in this comment: https://github.com/sphinx-doc/sphinx/issues/1061#issuecomment-68582226 The "bug" was fixed, but how can I get the old behavior?