On Apr 4, 2013, at 5:12 PM, Stefan Pendl wrote:

> Am 04.04.2013 14:58, schrieb Michael Jackson:
>> I am using the latest version of DOxygen on OS X 10.6.8 to write my 
>> project's documentation. We are switching to writing everything in Markdown 
>> and while the HTML renders just fine the LaTeX->PDF does not include my 
>> images. I believe I have everything correct in all the files but I can not 
>> figure out what the issue might be. Has anyone else ever encountered this 
>> issue before?
>> 
> 
> How do you include the images?
> 
> There is a separate image tag for HTML and for LaTeX.
> 
> Latest versions of LaTeX support PNG images, but doxygen needs them to 
> be PS.
> 
> You can use PNG in LaTeX with doxygen, see 
> http://sourceforge.net/p/ultradefrag/code/4069/tree/release/doc/handbook/05_gui.dox
> 
> 
> --
> Stefan P.


After reducing the problem as much as I could I came to the determination that 
if I need images I need to do the following:

![](Images/picture.png)
@image latex Images/picture.png

Which slightly messes up the viewing of the Markdown in most viewers but I 
guess I can live with that. I even tried the following:

<!--
@image latex Images/picture.png
-->

But DOxygen smartly interprets that as a true comment and skips it. 

My question, is this a bug or a feature of DOxgyen.

Thanks
---
Mike Jackson
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to