Page MenuHomePhabricator

Add latex tag versions for all image tags in doxygen
Closed, ResolvedPublic

Description

To generate pdf files, additional latex tags are required.

Event Timeline

User maerz has pushed new remote branch:

bug-17701-AddLatexTagVersionsForAllImageTagsInDoxygen

Esther and I have written a script that replaces image tags with a new macro. In the future, images will be added via the \imageMacro that takes three parameters: Path, Description and width (where width iso nly important for the pdf)

We still need to add the Alias to the doxygen.conf in a correct manner, the code is:

"imageMacro{3}=\image html \1 \2 \n \image latex \1 \2 width=\3cm"
(Needs to be added to the Alias section)

[c80de1]: Merge branch 'bug-17701-AddLatexTagVersionsForAllImageTagsInDoxygen'

Merged commits:

2014-04-09 15:40:12 Keno Maerz [7efcae]
Fixed Encoding Issue in Gibbs Documentation


2014-04-09 15:23:48 Keno Maerz [d73682]
Fixing more incorrect descriptions


2014-04-09 15:22:04 Keno Maerz [4b2bb2]
Corrected image description

[8e895b]: Merge branch 'bug-17701-AddLatexTagVersionsForAllImageTagsInDoxygen'

Merged commits:

2014-04-17 11:57:11 Keno März [a9bd8b]
Added image Macro alias

User maerz has pushed new remote branch:

bug-17701-ReplaceDoxygenImageTagWithImageMacro

This modifies core documentation byreplacing \image tags with \imageMacro tags for pdf compatibility. Integrety was checked manually.

[512e0b]: Merge branch 'bug-17701-ReplaceDoxygenImageTagWithImageMacro'

Merged commits:

2014-05-28 17:28:41 Keno März [19b436]
Merge branch 'bug-14420-latex-users-guide' into bug-17701-ReplaceDoxygenImageTagWithImageMacro


2014-05-28 16:53:04 Keno März [1849e1]
Fixed some images sizes manually


2014-05-28 16:10:45 Esther Wild [fbed13]
Commas in image captions only work as "\," in doxygen imageMacro.


2014-05-28 14:54:12 Keno März [88de76]
Replaced all Image tags with image Macros


2014-05-28 14:44:21 Esther Wild [95c21f]
Converted icons.xpm to .png


2014-04-30 16:34:06 Caspar Goch [9a27b3]
Switch to hyperlinks


2014-04-30 15:53:07 Caspar Goch [f03864]
correctly escape #


2014-04-30 15:52:45 Caspar Goch [5c21c5]
Fixed link


2014-04-30 15:46:19 Caspar Goch [970b89]
Configure file and added missing paths


2014-04-24 11:23:12 Caspar Goch [db3592]
Added config file for the users guide - not integrated into the cmake process yet


2014-04-23 16:54:11 Caspar Goch [d639d7]
Changing subpaging to move the documents to the appropriate section