789 reputation
311
bio website
location
age
visits member for 2 years, 9 months
seen 23 hours ago
stats profile views 77

Mar
6
comment Line through two points with offset in TikZ
Woudn't it be clearer to write \coordinate (V4) at ($(V1)!1.2!(V2)$);
Oct
10
comment LaTeX to HTML: PolyTeXnic and PlasTeX
@AndrewStacey what is this "TeX class" you are mentioning? I'd be very glad to stay away from TeX4ht, so if you know of another reliable method, I'd like to test it.
Oct
10
comment LaTeX to HTML: PolyTeXnic and PlasTeX
I meant the only reliable way (in fact, following your many comments on that topic!). Is there another package capable of coping with arbitrary custom command definitions, for instance?
Oct
10
comment Move section anchors generated by tex4ht
I take it that it is impossible to achieve what I want to do?
Oct
8
comment Automatic branching for versions and git
As far as I can see, your question can be entirely solved by a moderately advanced usage of git (branches, cloned repo, etc.), so I'd suggest you to ask that question on StackOverflow.
Oct
6
comment Prevent paragraph ending before display equation in TeX4ht
Thank you. That's a good start, but it does not quite work. First, after the equation, a p tag is produced, which should not be there. Second, that solution works only for the \[\] environment, not for the equation environment, for example...
Oct
6
comment Prevent TeX4ht from inserting img in equation with \mathcal
I see, now it works, with the option -cunihtf. Thanks a lot!!!
Oct
6
comment Prevent TeX4ht from inserting img in equation with \mathcal
Uh... unfortunately, this breaks the calls to \mathfrak. That is, \mathfrak{g} now displays like a regular g, instead of fraktur. Is there a way to have both working?
Oct
6
comment Prevent TeX4ht from inserting img in equation with \mathcal
Brilliant! What did it for me is to call tex4ht with the option -cmozhtf (I don't have mzlatex on my system, by I believe this is equivalent). Thanks a lot!
Jul
7
comment Make hyperref take pdfinfo from \title and \author
As of April 2012, this option is not described in the hyperref manual. Any reason for that?
Jun
15
comment Unicode characters not displaying in XeTeX
@GregGraviton: I had the same question. I made a package for that available on github: github.com/olivierverdier/Unixode
May
15
comment biber breaks when it's run
Thank you for that question! I can't understand why it was closed...
May
14
comment Is there software similar to the arXiv.org AutoTeX?
See also tex.stackexchange.com/questions/64
May
8
comment Abstract with amsart class and fontspec (with XeLaTeX)
You are a genius. Thanks a lot!!
May
7
comment Abstract with amsart class and fontspec (with XeLaTeX)
@egreg Interesting... The parenthesis are also problematic, for instance $f(x)$ in the abstract generates the same error.
May
7
comment Abstract with amsart class and fontspec (with XeLaTeX)
@AlanMunn very clever! I'm happy with that so far, thanks!
Mar
24
comment \prevdepth error with mdframed and listings
Perhaps my answer above was too lukewarm: HUGE thanks to you for being so responsive! :-)
Mar
23
comment \prevdepth error with mdframed and listings
Thank you, that seems to fix the problem!
Mar
20
comment LaTeX to HTML: PolyTeXnic and PlasTeX
Yiannis, would you consider the tau page as simple? There are footnotes, internal references, external references, figures, refs to figures.. is that so easy with a CMS? I should think that it would entail a significant wading through spaghetti code... Anyway, I'll give PlasTeX+tau page css a shot.
Mar
15
comment Reducing the console output of LaTeX
Ah, that makes sense. I will try to make that available with pydflatex (should be easy, because it is already what happens inside pydflatex, first execution, then log parsing). Good point.