% engine=luatex
\starttext
\installfontfeature[otf][verb]
\definefontfeature
[test][mode=node,language=dflt,script=latn,verb=yes,featurefile=verbose-digits.fea]
\font\test=name:lmroman10regular*test at 20pt
\test 1 2 3 4
\stoptext
--
David Wooten wrote:
> Greetings all,
>
> Can someone say when typographic "extras" like hz & hanging
> punctuation will be available in LuaTeX/MKIV for OpenType fonts? ---
> or are they already available? I thought I'd read a comment on this
> from Hans, but cannot for the life of me find it
Arthur Reutenauer wrote:
>> \setupcharacterspacing [frenchpunctuation] [\number`«] [right=.250]
>> \setupcharacterspacing [frenchpunctuation] [\number`»] [left=.250]
>
> And actually, to be very precise, in French typography the space
> before the colon is supposed to be the same as the normal s
On 8/28/07, John Luciani <[EMAIL PROTECTED]> wrote:
> I created the file hello.w containing the following lines ---
>
> @** Hello.
>
> @c
> @@;
>
> int main(void) {
> printf("Hello World.\n");
> return(0);
> }
>
> @ Header files.
> @+=
> #include
>
> I run the commands
> cweave hello.w
>
I created the file hello.w containing the following lines ---
@** Hello.
@c
@@;
int main(void) {
printf("Hello World.\n");
return(0);
}
@ Header files.
@+=
#include
I run the commands
cweave hello.w
texexec --pdf --modules m-cweb hello.tex
The text that is output in hello.pdf are
On 8/25/07, luigi scarso <[EMAIL PROTECTED]> wrote:
> On 8/25/07, John Luciani <[EMAIL PROTECTED]> wrote:
> > Are the source files that were used to create cweb-scr.pdf on the
> > http://www.pragma-ade.com site available for download?
> >
> > I am trying to get ConTeXt working on a cweaved TeX file
> I thought I'd read a comment on this from Hans, but cannot for the
> life of me find it.
Hans to the list on Fri, 17 Aug 2007 09:55:40 +0200:
All spacing related features, except hz and protruding are / will be
removed from luatex; keep in mind that in pdftex they're al
Greetings all,
Can someone say when typographic "extras" like hz & hanging
punctuation will be available in LuaTeX/MKIV for OpenType fonts? ---
or are they already available? I thought I'd read a comment on this
from Hans, but cannot for the life of me find it.
Best,
David
_
On Mon, 27 Aug 2007, Hans Hagen wrote:
> > \setupcharacterspacing [frenchpunctuation] [\number`«] [right=.250]
> > \setupcharacterspacing [frenchpunctuation] [\number`»] [left=.250]
>
> can you lookup the hex numbers of all those glyphs? (handy as comment)
From http://www.unicode.org/charts/PDF/
On 8/27/07, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote:
> Le 27 août à 17:29:24 "George N. White III" <[EMAIL PROTECTED]> écrit
> notamment:
>
> | Did you do the step of finding and removing all the old .fmt files?
> >
> | On my system, fmtuil-sys puts the cont-en.fmt formats in
> | texmf-v
> \setupcharacterspacing [frenchpunctuation] [\number`«] [right=.250]
> \setupcharacterspacing [frenchpunctuation] [\number`»] [left=.250]
And actually, to be very precise, in French typography the space
before the colon is supposed to be the same as the normal space, not a
fraction of it like b
Aditya Mahajan wrote:
> Hi,
>
> In streams width=whatever only sets the width of the bounding box, the
> text still goes until \textwidth. Is this a bug or a feature? A work
> around is to use setups:stream:settings, but it is a bit clumsy.
i know, but it's needed this way because we intercept
Am 2007-08-26 um 23:16 schrieb Mojca Miklavec:
> Actually Hraban is in charge for doing uploading a new version to
> the garden
I know and I will.
But I've too much work at the moment to
- install MkIV (and make sure it really works)
- try to understand what MkIV does different
- combine the fe
Aditya Mahajan wrote:
> Hi,
>
> Is there some easy way to make tabulate more spaced out? I could not
> find anything in core-tbl.
you can use the same directives as in table (s k j i directives)
-
Hi,
Is there some easy way to make tabulate more spaced out? I could not
find anything in core-tbl.
Aditya
___
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-cont
I narrowed it down to my editor, in fact. Strange! The command line
call for TextMate ("mate") gives me the errors. I was compiling via
the ConTeXt TextMate bundle and it must call "mate" for some reason
at that point. pstopdf is off the hook ;)
Dave
On Aug. 27, 2007, at Aug 27, 3:54 AM, Mo
Hi,
In streams width=whatever only sets the width of the bounding box, the
text still goes until \textwidth. Is this a bug or a feature? A work
around is to use setups:stream:settings, but it is a bit clumsy.
See the differece between the two streams below.
\usemodule[streams]
\definestreamla
On 8/27/07, Hans Hagen wrote:
> Peter Münster wrote:
> > On Fri, 24 Aug 2007, Hans Hagen wrote:
> >
> >> - pre/post character spacing (for french) using similar mechanism
> >
> > Thank you very much, a feature that I highly appreciate!!
> >
> > Even this works very well (utf-encoding) and could per
Peter Münster wrote:
> On Fri, 24 Aug 2007, Hans Hagen wrote:
>
>> - pre/post character spacing (for french) using similar mechanism
>
> Thank you very much, a feature that I highly appreciate!!
>
> Even this works very well (utf-encoding) and could perhaps be added into
> core-spa.mkiv:
>
> \s
On Fri, 24 Aug 2007, Hans Hagen wrote:
> - pre/post character spacing (for french) using similar mechanism
Thank you very much, a feature that I highly appreciate!!
Even this works very well (utf-encoding) and could perhaps be added into
core-spa.mkiv:
\setupcharacterspacing [frenchpunctuation]
Le 27 août à 17:29:24 "George N. White III" <[EMAIL PROTECTED]> écrit notamment:
| Did you do the step of finding and removing all the old .fmt files?
>
| On my system, fmtuil-sys puts the cont-en.fmt formats in
| texmf-var/web2c/pdftex/ and texmf-var/web2c/xetex/,
| but the context tools put them
On 8/27/07, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote:
> Le 27 août à 12:38:38 "Mojca Miklavec" <[EMAIL PROTECTED]> écrit notamment:
>
> | On 8/27/07, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote:
> | > Hi all,
> | > Yesterday I issued:
> | > ctxtools --updatecontext
> | > and everythin
> - Mojca Miklavec <[EMAIL PROTECTED]> [070827 16:16]:
>
> OK, so here is what you need to do to install the non-existing "minimals":
>
>
>
> S
On 7/6/07, Henning Hraban Ramm wrote:
> Am 2007-07-03 um 17:59 schrieb Wolfgang Werners-Lucchini:
>
> Sorry, the publicly available LilyPond module is outdated. Try the
> attached one.
>
> I delayed the publishing of my latest version because Ruby texexec
> had a bug that prevented lilypond from be
On Mon, 27 Aug 2007, Liesbeth van der Plas wrote:
> The reason to write a booklet in Latex instead of in context was that I
> wanted to use some amstex macro's. Is it possible to use amstex in context
> as well?
ConTeXt has the functionality for most of amstex macros. The syntax is
a bit differe
On Mon, 27 Aug 2007, Arthur Reutenauer wrote:
>> I do not really understand unicode. I will try to figure out which
>> unicode characters need special consideration, and then make up the
>> specs.
>
> In Unicode the most important dash-or-hyphen-like characters are:
>
> [snip]
>
> The above is a
On 8/27/07, Liesbeth van der Plas <[EMAIL PROTECTED]> wrote:
> Really!. That's really a disadvantage of Latex! I thought Knuth's
> primitives plus macro's were together 'plain tex' and thus untouched in both
> Context and Latex.
No -- in some cases there are real conflicts, but in this case, you
Le 27 août à 12:38:38 "Mojca Miklavec" <[EMAIL PROTECTED]> écrit notamment:
| On 8/27/07, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote:
| > Hi all,
| > Yesterday I issued:
| > ctxtools --updatecontext
| > and everything seemed as usual.
| > But when trying to compile a standard file, I get:
|
2007/8/27, Mojca Miklavec <[EMAIL PROTECTED]>:
> On 8/27/07, Giorgos Keramidas wrote:
> > On 2007-08-27 13:22, Mojca Miklavec wrote:
> > > See:
> > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=568536+0+archive/2007/freebsd-ports/20070722.freebsd-ports
> > > http://students.dec.bmth.ac.uk/ebarrett
On 8/27/07, Giorgos Keramidas wrote:
> On 2007-08-27 13:22, Mojca Miklavec wrote:
> > See:
> > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=568536+0+archive/2007/freebsd-ports/20070722.freebsd-ports
> > http://students.dec.bmth.ac.uk/ebarrett/texlive/
>
> Thanks :)
>
> > Try to install TeXLive 2007
Really!. That's really a disadvantage of Latex! I thought Knuth's
primitives plus macro's were together 'plain tex' and thus untouched in both
Context and Latex.
Thanks for your help.
The reason to write a booklet in Latex instead of in context was that I
wanted to use some amstex macro's. Is it p
Hallo Wolfgang,
ich hoffe es ist OK, dass ich mich direkt an Dich wende.
Deinem E-Mail an die Liste entnehme ich, dass Du an sich das Modul
zum Laufen bekommen hast.
Bei mir kommt statt jedoch nur ein grauer Kasten mit dem Inhalt:
name: dummy
file:
test-lilypond-1
state: unknown
Irgendwie wir
On 8/27/07, David Wooten wrote:
>
> On Aug. 26, 2007, at Aug 26, 6:44 PM, Mojca Miklavec wrote:
>
> > On 8/27/07, David Wooten wrote:
> >> Greetings all,
> >>
> >> In trying to run Mojca's latest Lilypond extension with MKIV (on an
> >> Intel Mac), I've been receiving the errors after pstopdf is ru
On 8/27/07, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote:
> Hi all,
> Yesterday I issued:
> ctxtools --updatecontext
> and everything seemed as usual.
> But when trying to compile a standard file, I get:
> ...
> ConTeXt ver: 2007.08.20 22:17 MKII fmt: 2007.8.21 int: english/english
>
> langu
Hi all,
Yesterday I issued:
ctxtools --updatecontext
and everything seemed as usual.
But when trying to compile a standard file, I get:
...
ConTeXt ver: 2007.08.20 22:17 MKII fmt: 2007.8.21 int: english/english
language: language en is active
system : cont-new loaded
(/usr/loca
> In latex it doesn't work. Latex says that \settabs is undefined. Does anyone
> know why?
Yes, that's because \settabs is not a TeX primitive and is defined
in plain.tex (line 602, \def\settabs{\setbox\tabs\null [EMAIL PROTECTED]).
In LaTeX I guess you want to look into the tabbing environment,
> Don't ask me why it works when used as a module, but fails when module
> documentation has to be typeset.
Actually the second problem happens when one uses your file with Mark II
as well: ConTeXt tries to expand \savebuffer and finds a \ctxlua which
it doesn't know, since it is running pdfTeX.
> I do not really understand unicode. I will try to figure out which
> unicode characters need special consideration, and then make up the
> specs.
In Unicode the most important dash-or-hyphen-like characters are:
U+002D HYPHEN-MINUS (-): The “usual” ASCII character with an ambiguous
me
In context the following plain tex columnscript works all right:
%-- plain tex, Knuth p.232
$$\vbox{\settabs 3\columns
\+This is&a srange&example \cr
\+of displayed&three-column&format.\cr}$$
%-- /plain tex
In latex it doesn't work. Late
On 2007-08-26 16:04, Hans Hagen <[EMAIL PROTECTED]> wrote:
>Giorgos Keramidas wrote:
>> Hi all,
>> I've recently started reading about typefaces in ConTeXt, and trying out
>> the examples of `showfont.pdf', but stumbled upon errors for almost all
>> the fonts.
>
> don't use tetex, use tex live or t
On 2007-08-25 23:47, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> When I try typesetting:
>
> \definetypeface [zapf] [cg] [calligraphy] [chancery]
> \switchtotypeface [zapf] [12pt,cg]
>
> \starttext
> Foo bar.
> \stoptext
>
> All I get is an error like:
>
> % (/usr/local/share
2007/8/27, Michael <[EMAIL PROTECTED]>:
>
> Hi, I am trying to write up a legal document, in which I want the numbers
> for section and subsection look like:
>
> ,
> | I. A Section Title
> |
> | A. A Subsection Title
> `
>
>
> So far, I can only get
>
> ,
> | I. A Section Title
> |
> |
Mojca Miklavec wrote:
> Hmmm ... pdfTeX with LM already replaces all occurencies of ij with an
> ij ligature (noticed when I took a look at the strange kerning between
> the two letters - not present with CM). :-Z
that uses lc codes, mkiv uses node list parsing; this is also robust for
complex c
43 matches
Mail list logo