Hi Bob,

it seems there is a problem with the boxes. If you don't mind the frame 
around the diagram you can use \fbox (\mbox does not work).

\f[
  \fbox{
     \begin{tikztimingtable}
       clock       & 10{HL}      \\
       signal1     & 5{LLHH}     \\
       signal2     & 5{LHHL}     \\
     \end{tikztimingtable}
  }
\f]

BR,
Bernd







From:   R2bob <b...@bobandang.co.uk>
To:     doxygen-users@lists.sourceforge.net
Date:   19.04.2013 13:56
Subject:        [Doxygen-users] Tikz and Tikz-timing support



Hi,
I've been trying to figure out how to incorporate a Tikz timing table 
(from
Latex package tikz_timing) in my documentation, but with limited success,
and I wonder if anyone knows how I might be able to achieve this.  Of
course, I could do it separately and access it via \image,  but I'd much
rather in-line the Latex if possible.

I'm currently using the \f{ ... \f} construct, but see only a small 
fragment
of the finished diagram, about 2cm wide.  Try as I might, I can't figure 
out
a way to make the entire diagram visible.

Here's a very simplified example of the sort of thing I'm doing.  It 
should
display three simple pusetrains, but all I see is about half of the first
line:

In doxyfile: 
EXTRA_PACKAGES   = tikz-timing

In documentation:
                 \f{tikztimingtable}{
                                 clock                           & 10{HL}  
 \\
                                 signal1                 & 5{LLHH}  \\
                                 signal2                 & 5{LHHL}  \\
                 \f}

I'd also like to incorporate some {tikzpicture} diagrams, from package 
tikz,
if anyone can suggest a way to achieve it.

Thanks, Bob.



--
View this message in context: 
http://doxygen.10944.n7.nabble.com/Tikz-and-Tikz-timing-support-tp5880.html

Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to