ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi scarso" <luigi.scarso@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: printing tab in lua: print('a\tb') fails
Date: Thu, 27 Nov 2008 12:48:41 +0100	[thread overview]
Message-ID: <fe8d59da0811270348h1dfca20fo4170b7cd462c63e7@mail.gmail.com> (raw)
In-Reply-To: <115224fb0811270217l22b82206o2f2ff9ce61aa96bc@mail.gmail.com>


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

>
>
> Correction:
>
> -- works as comments in luacode
> % is used to format strings
>


It's a bit different: code below is ok, and TeX comment is seen "before" lua
comment .
Only Hello! is print on pdf

%%%%%%%%%%%%%%%%%%
 \def\Foo{%
\startluacode
-- this is a lua comment
%%  this is a TeX comment
\stopluacode
}

\starttext
Hello !
\Foo
\stoptext
%%%%%%%%%%%%%%%%%%%




This is wrong

%%%%%%%%%%%%%%%%%%
\starttext
Hello !
\startluacode
-- this is a lua comment
%%  this is a TeX comment
\stopluacode
\stoptext
%%%%%%%%%%%%%%%%%%%



! LuaTeX error <main ctx instance>:3: unexpected symbol near '%'.
\@@expanded ... comment
%% this is a TeX comment
}

l.6 \stopluacode

?




-- 
luigi

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

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2008-11-27 11:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-26 19:07 Mojca Miklavec
2008-11-26 19:28 ` Wolfgang Schuster
2008-11-27  8:29   ` Mojca Miklavec
2008-11-27  8:42     ` luigi scarso
2008-11-27  9:02       ` Wolfgang Schuster
2008-11-27  9:28         ` luigi scarso
2008-11-27 10:17         ` Wolfgang Schuster
2008-11-27 11:48           ` luigi scarso [this message]
2008-11-27 12:03             ` Hans Hagen
2008-11-27 13:00               ` luigi scarso
2008-11-27  8:50     ` Wolfgang Schuster
2008-11-27 10:04     ` Hans Hagen
2008-11-27  8:13 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8d59da0811270348h1dfca20fo4170b7cd462c63e7@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).