--On 10 February 2010 10 Feb-19:30:21 -0200 Leandro Penz <[email protected]> wrote:
> On Mon, Feb 8, 2010 at 12:28 AM, Sietse Brouwer <[email protected]> > wrote: >> Hi there, txt2tags-users and -writers! >> >> When I'm using txt2tags for LaTeX purposes, I'd like to be able >> smuggle some LaTeX into the .tex file. I tried using the raw >> environment, but that doesn't quite work: >> >> Input: ""$\chi^2$"" >> Desired output: $\chi^2$ >> Actual output: \$$\backslash$chi\^{}2\$ > > Could postprocs help? > > Penz T~he raw text isn't processed, merely printed, as given. Input from file is processed for final export processing to target rendering (tex or whatever): eg. %%!include(tex): ''../../inserts/livesearch.txt'' post processing could work with a mark for it in your document like #NC, eg., %!postproc(tex): '#NC' '\nocite{*} ' ______________ John Plumridge http://jakbop.nfshost.com ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ txt2tags-list mailing list https://lists.sourceforge.net/lists/listinfo/txt2tags-list
