Hello Eric,

The verbatim (PRE) mark is made with backquotes, the raw mark is made
with double quotes and the new tagged mark is made with single quotes.
They're easy to mix, maybe you're using raw or tagged instead pre?

http://txt2tags.sourceforge.net/userguide/VerbatimLineVerbatimArea.html

Or maybe do you have some pre/post processing filters that are
changing your marks/tags? Do use txt2tags with the --dump-config
option to check all the filters that are applied to your source file.

You can also send me your source file, so I can inspect it.

Bye


On Wed, Nov 18, 2009 at 21:11, Forgeot Eric <[email protected]> wrote:
> Hello,
>
> I don't understand,
>
> I'd like to use the "pre" tag with html and the \begin{verbatim} with LaTeX.
>
> I can see blockVerbOpen is called with there is the "verbatim" command 
> enclosed into
> ```
> verbatim area
> ```
>
>        bank = {
>        'blockVerbOpen':
>                re.compile(r'^```\s*$'),
>        'blockVerbClose':
>                re.compile(r'^```\s*$'),
>
> And it should be converted to pre and \begin{verbatim} in html and Tex 
> according to this:
>
> 'blockVerbOpen'        : '\\begin{verbatim}'   ,
>
> 'blockVerbOpen'         : '<pre>'
>
> But when using this syntax in my t2t source, I only get the raw text directly 
> inserted into the html or LaTeX source, without any verbatim reference.
>
>
> Am I missing something?
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> txt2tags-list mailing list
> https://lists.sourceforge.net/lists/listinfo/txt2tags-list
>



-- 
Aurélio | www.aurelio.net | @oreio

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
txt2tags-list mailing list
https://lists.sourceforge.net/lists/listinfo/txt2tags-list

Reply via email to