albert-github

Results 1742 comments of albert-github

This is an outstanding problem. In the code we see: ``` /// /// Abstract base class for all single-value fields. /// /// /// Each class derived from ... /// ```...

I don't think this is a bug, doxygen has no idea of class hierarchies etc when not explicitly specified. So when having: ``` /** \page some_page Some Page \include MyPage.dox...

- Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip file!) that allows us to reproduce the problem? Please don't add external...

Unicode characters ad RTF are quite a nuisance and I have not yet found a solution for it. - Do you have a small RTF file where this omega is...

> I'm using the rtf because ultimately I need a pdf Why don't you use the doxygen LaTeX output and create from this the pdf (there is much better support...

Just got a brainwave, I tried pandoc on my example and here I saw that the unicode character was converted to `\u8486` so I put this in a doxygen generated...

No idea I don't know E2Studio nor eclox (I see it has to do with Eclipse as an IDE, never used it) Normally one would - set `GENERATE_LATEX=YES` in the...

Already a nice result. Unfortunately in LaTeX some utf characters are not supported especially in pdflatex, when I remember correctly the support in lualatex is better. I did a small...

OK I see hat `Œ` does work though. What happens when you use `xelatex` instead of `lualatex`?