Developer's Diary
Software development, with Terry Ebdon
Doxygen alignment, BibTeX & Indexing

Sunday 25th June, 2017

Dot and PlantUML diagram alignment in Doxygen

Dot and PlantUML diagrams are centered in the generated HTML.

The following CSS, in myStyle.css, will left-align them:

.plantumlgraph
{
text-align: left;
}
.dotgraph
{
text-align: left;
}

Spelling

Atom thinks that "centered" is a spelling mistake, and suggests "centred" instead. Odd. I checked with Outlook 2016 and it agrees with Atom. Very odd! Various online dictionaries agree with my spelling. Adding the correct "centered" to the Office 2016 dictionary does not change Atom, so it's using its own dictionary. It's interesting that telling Outlook to look-up "centered" shows the correct definition, and spelling, in the side-bar.

BibTeX

This reference guide lists the standard BibTeX entry types, e.g. article, book, booklet etc.

It also has a list of the Most common fields used in BibTeX.

Doxygen – Latex Indexing – Collaboration

Based on the generated Doxygen 1.8.13 make.bat. Almost all 'spot' colours are from this palette, created with Adobe Color CC.

Interesting web pages

Colour choice

Boating

Boating Tweets

Innovation in the America's Cup inspiring the next gen...check out this America's Cup Endeavour student in a foiling O'pen BIC! #ACEndeavour – Tweet via @americascup

No mistakes from @EmiratesTeamNZ, as they sail to victory in Race 5 of The America's Cup Match, presented by Louis Vuitton #AmericasCup – Tweet via @americascup

YouTube


Top of page Recent Posts The Archives   © 2017 Terry Ebdon.

Find me coding on GitHub, networking on LinkedIn, answering questions on Stack Exchange and hanging out on twitter.