Developer's Diary
Software development, with Terry Ebdon
|
Superscripts in Doxygen markup is via the html <sup> ... </sup>
mechanism. I assume this also works in the GitHub flavour, as Atom's Markdown Preview package previews it correctly.
Rather oddly superscript works in headers designated with preceding # marks, but not with the \section command.
A sub-page appears in the PDF as a top-level section within a chapter. So neither Doxygen pages (PDF chapters) or sub-pages correspond to actual pages in the PDF output.
This, work-in-progress, project needs to import tags from other projects. That way I can reference them in my working notes. e.g. the Doxygen page is referenced constantly, but doesn't currently generate links.
This now works.
I added this line to @Work-in-Progress.cfg
:
and the corresponding export line to draft.cfg
:
This is based on my investigation from a day or two ago.
e.g.
[doxygen] live.tag:52: warning: Duplicate anchor Citations found [doxygen] live.tag:52: warning: Duplicate anchor UrlProblems found [doxygen] live.tag:52: warning: Duplicate anchor title-tab found
#
Inserting the current date / time via a keystroke require an add-in; either a JavaScript snippet or an installed package.
date
, in the Atom Package Manager.
Find me coding on GitHub, networking on LinkedIn, answering questions on Stack Exchange and hanging out on twitter.