I have to say that I find it easier to lay out Asciidoc tables, for
example the first few rows of your reference:

[cols="33", halign="center"]
|====
10+<|0 10+<|1 10+<|2 2+<|3|
|0|1|2|3|4|5|6|7|8|9|0|1|2|3|4|5|6|7|8|9|0|1|2|3|4|5|6|7|8|9|0|1|
2+|V=2 |P|X 4+|CC|M 7+|PT 16+|sequence number |RTP
32+|timestamp |Header
32+|synchronization source (SSRC) identifier |
|====

vs

\begin{bytefield}[bitwidth=1.1em]{32} \bitheader{0-31} \\
 \begin{rightwordgroup}{RTP \\ Header}
 \bitbox{2}{V=2} & \bitbox{1}{P} & \bitbox{1}{X}
& \bitbox{4}{CC} & \bitbox{1}{M} & \bitbox{7}{PT}
& \bitbox{16}{sequence number} \\
 \bitbox{32}{timestamp} \end{rightwordgroup} \\
 \bitbox{32}{synchronization source (SSRC) identifier} \\

Of course the results are not ASCII text diagrams, but perfectly
usable and understandable.

Cheers
Lex

On 30 September 2015 at 17:39, Jon Leech <[email protected]> wrote:
> Are there any tools for making asciidoc tables and/or diagrams showing
> bitfield packing that are comparable in functionality to the LaTeX bytefield
> package?
>
> http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/bytefield/bytefield.pdf
>
> These sorts of tables rapidly get very tedious to code by hand in asciidoc
> markup. Something that took a bytefield-like input format and generated SVG
> and PDF diagrams using the same fonts as the document text would be helpful,
> as an alternative. Obviously I could use an SVG editor myself, but that
> would be little improvement over writing raw asciidoc table markup.
>
> Jon
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "asciidoc" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/asciidoc.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to