ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* typesetting verbatim code snippets in xml mkiv
@ 2012-01-20  7:43 Michael Guravage
  0 siblings, 0 replies; only message in thread
From: Michael Guravage @ 2012-01-20  7:43 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 866 bytes --]

In attempting to use Thomas's xml presentation style he presented at C5M, I
would like to add the ability to typeset verbatim code snippets. In the
xml:code setup example below, using commands like
\startlinenumbering-\stoplinenumbering work fine, but using
\starttyping-\stoptyping breaks. Can someone please enlighten me as to the
correct way to accomplish this sort of thing?


\startxmlsetups xml:codesetups
  \xmlsetsetup{#1}{*}{-}
  \xmlsetsetup{#1}{document|code}{xml:*}
\stopxmlsetups

\xmlregistersetup{xml:codesetups}

% document
\startxmlsetups xml:document
  \xmlflush{#1}
\stopxmlsetups

% xml code
\startxmlsetups xml:code
  \starttyping
    \xmlflush{#1}
  \stoptyping
\stopxmlsetups



<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document>
  <code>
    int x;
    x = 42;
  </code>
</document>


-- 
With kind regards,

Michael Guravage

[-- Attachment #1.2: Type: text/html, Size: 1071 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-20  7:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-20  7:43 typesetting verbatim code snippets in xml mkiv Michael Guravage

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).