[NTG-context] Latex to ConTeXt

2012-11-15 Thread MANUEL GONZALEZ SUAREZ
Hello.I wish someone would help me translate this code LaTeX to ConTeXt. It is a command to do word by word translations, so that a word appears under another.Here's the code:\newcommand\dos[2]{\begin{tabular}{@{}c}{\textDidot{\footnotesize#1}}\\{\scriptsize\em#2}\end{tabular}}Thanks-- Manuel

Re: [NTG-context] Latex to ConTeXt

2012-11-15 Thread luigi scarso
On Thu, Nov 15, 2012 at 9:07 AM, MANUEL GONZALEZ SUAREZ gonzalezsman...@uniovi.es wrote: Hello. I wish someone would help me translate this code LaTeX to ConTeXt. It is a command to do word by word translations, so that a word appears under another. Here's the code:

Re: [NTG-context] Latex to ConTeXt

2012-11-15 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Thu, 15 Nov 2012 09:07:55 +0100, MANUEL GONZALEZ SUAREZ gonzalezsman...@uniovi.es wrote: Hello. I wish someone would help me translate this code LaTeX to ConTeXt. It is a command to do word by word translations, so that a word appears under another. Here's the code:

[NTG-context] LaTeX to ConTeXt

2012-11-15 Thread MANUEL GONZALEZ SUAREZ
Hi, Luigi.mkii-- Manuel González Suárez ___ 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

[NTG-context] [NTG-Context] MetaPost capacity exceeded.

2012-11-15 Thread Alan BRASLAU
! MetaPost capacity exceeded, sorry [expansion depth=1]. I have come across this error previously with run-away \dorecurse loops I now have this message with a document that makes VERY heavy use of MetaPost; I just have too many figures. Is there some way to flush the running instance of

[NTG-context] no table of content

2012-11-15 Thread plink
Using ConTeXt ver: 2012.11.14 11:37 MKIV, the following does not produce a table of content, in fact, it doesn't produce a *.tuc file at all: \setuppapersize[A5][A4,landscape] \setuparranging[2SIDE] \starttext \placelist \startchapter[title=chapter] \input knuth \stopchapter \stoptext

[NTG-context] In Reply to: ntg-context Digest, Vol 101, Issue 31 - Emphasizing Quotation with Start/Stop

2012-11-15 Thread H. Özoguz
Am 14.11.2012 00:49, schrieb ntg-context-requ...@ntg.nl: \setuplanguage [leftquotation=?, rightquotation=?] \define[1]\quotation {\italic{\symbol[leftquotation]#1\symbol[rightquotation]}} \starttext \quotation{Whatever} \stoptext Thank you! And how about the

Re: [NTG-context] [NTG-Context] MetaPost capacity exceeded.

2012-11-15 Thread Hans Hagen
On 11/15/2012 12:27 PM, Alan BRASLAU wrote: ! MetaPost capacity exceeded, sorry [expansion depth=1]. this normally points to an error in mp code, not to instances I have come across this error previously with run-away \dorecurse loops I now have this message with a document that makes

[NTG-context] Hyphenation in German

2012-11-15 Thread H. Özoguz
Hi there, I always use \mainlanguage [de] But still, many breakings and stretches are ugly, because context does not know how to hyphenate a word. Of course I can add \- to help, but is there a way to add a bigger list of german words (like DUDEN has) or something like that, not not have to

[NTG-context] Tolerance and Stretch versus Protrusion and Ugliness

2012-11-15 Thread H. Özoguz
Hi there, at the moment I use for my book \definepapersize[MyBook][A5] \setuppapersize[MyBook][A5] \usemodule [simplefonts][size=11pt] \setmainfont[Times New Roman][expansion=quality,protrusion=quality] \setupalign [hanging] \setuptolerance[stretch] \tolerance 70 Is it suitable to use

Re: [NTG-context] Hyphenation in German

2012-11-15 Thread Peter Münster
On Thu, Nov 15 2012, H. Özoguz wrote: context does not know how to hyphenate a word Hi, Could you give an example please? Thanks, -- Peter ___ If your question is of interest to others as well, please

Re: [NTG-context] no table of content

2012-11-15 Thread Sietse Brouwer
Confirmed; the .tuc file is only created or updated when one comments out \setuparranging[2SIDE] I don't know how to work around this, though. --Sietse ___ If your question is of interest to others as well, please

Re: [NTG-context] [luatex-plain] loading patterns

2012-11-15 Thread Philipp Gesang
···date: 2012-11-14, Wednesday···from: Hans Hagen··· On 11/14/2012 7:12 PM, Philipp Gesang wrote: you need to set some lccodes assuming that you also use the font loader (i.e. luatex-plain), try the attached files ... the next then works ok Yes it does. Will this become part of of the

Re: [NTG-context] Tolerance and Stretch versus Protrusion and Ugliness

2012-11-15 Thread Marco Patzer
2012-11-15 H. Özoguz: \setuptolerance[stretch] Are you sure, you want to use stretch? It will probably product ugly results. \tolerance 70 Why 70? I don't understand the use of stretch with such a strict tolerance. What about using \setuptolerance [tolerant] %% or verytolerant instead of

Re: [NTG-context] [luatex-plain] loading patterns

2012-11-15 Thread Hans Hagen
On 11/15/2012 2:57 PM, Philipp Gesang wrote: ···date: 2012-11-14, Wednesday···from: Hans Hagen··· On 11/14/2012 7:12 PM, Philipp Gesang wrote: you need to set some lccodes assuming that you also use the font loader (i.e. luatex-plain), try the attached files ... the next then works ok Yes

Re: [NTG-context] no table of content

2012-11-15 Thread Wolfgang Schuster
Am 15.11.2012 um 14:46 schrieb Sietse Brouwer sbbrou...@gmail.com: Confirmed; the .tuc file is only created or updated when one comments out \setuparranging[2SIDE] I don't know how to work around this, though. http://www.ntg.nl/pipermail/ntg-context/2012/069928.html Wolfgang

Re: [NTG-context] Missing file.tuc with setuparranging[2SIDE]

2012-11-15 Thread Romain Diss
Hi Le jeudi 15 novembre 2012, Wolfgang Schuster a écrit : Am 15.11.2012 um 01:28 schrieb Romain Diss romain.d...@yahoo.fr: I found a strange problem using \setuparranging[2SIDE] : the .tuc file is not created anymore and this lead to a missing section number (for the first section only).

Re: [NTG-context] Missing file.tuc with setuparranging[2SIDE]

2012-11-15 Thread Jean-Philippe Rey
Hi, Le 15 nov. 2012 à 17:56, Romain Diss a écrit : Hi Le jeudi 15 novembre 2012, Wolfgang Schuster a écrit : Am 15.11.2012 um 01:28 schrieb Romain Diss romain.d...@yahoo.fr: I found a strange problem using \setuparranging[2SIDE] : the .tuc file is not created anymore and this lead to a

[NTG-context] Epub woes

2012-11-15 Thread Bill Meahan
I tried to generate an epub document using ConTeXt following the recipe on the wiki. Didn't work. So, I tried running the export-example.tex file that comes with the distribution, unmodified. Same bad results. Cover is not generated TOC is not generated (though it is noted this might

Re: [NTG-context] Epub woes

2012-11-15 Thread Wolfgang Schuster
Am 15.11.2012 um 19:58 schrieb Bill Meahan subscribed_li...@meahan.net: I tried to generate an epub document using ConTeXt following the recipe on the wiki. Didn't work. So, I tried running the export-example.tex file that comes with the distribution, unmodified. Same bad results.

Re: [NTG-context] ntg-context Digest, Vol 101, Issue 31

2012-11-15 Thread Wolfgang Schuster
Am 13.11.2012 um 07:50 schrieb H. Özoguz h.oezo...@mmnetz.de: Am 13.11.2012 07:46, schrieb ntg-context-requ...@ntg.nl: \definehighlight [emph] [style=bolditalic] Quote: \quotation{He said: \quote{Hello \emph{World!}}} Marco I want the complete quotation emphasized- without

Re: [NTG-context] Hyphenation in German

2012-11-15 Thread Wolfgang Schuster
Am 15.11.2012 um 14:13 schrieb H. Özoguz h.oezo...@mmnetz.de: Hi there, I always use \mainlanguage [de] But still, many breakings and stretches are ugly, because context does not know how to hyphenate a word. Of course I can add \- to help, but is there a way to add a bigger list

Re: [NTG-context] Epub woes

2012-11-15 Thread Bill Meahan
On 11/15/2012 02:24 PM, Wolfgang Schuster wrote: You have to tag paragraphs with \startparagraph … \stopparagraph which are converted to p and /p otherwise you get br/ between paragraphs. Wolfgang Oh, my! I'll have to go back and change hundreds of paragraphs! :( What about the chapter

Re: [NTG-context] Latex to ConTeXt

2012-11-15 Thread Wolfgang Schuster
Am 15.11.2012 um 09:20 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: t-Manuel.mkiv You can use the “p”-Prefix for private modules. It doesn’t matter which prefix you use, you can even drop it (not really recommended when you have a local file with the same name) but the

[NTG-context] Prefixes in section references, bug?

2012-11-15 Thread Robert Blackstone
Hello, In the latest standalone. 15-11, the following example does no longer work. It gives ?? instead of a section reference. \setuphead[chapter][referenceprefix=+] \starttext \chapter[one]{Chapter One} \section[bla]{Blablabla}

Re: [NTG-context] Epub woes

2012-11-15 Thread Marcin Borkowski
Dnia 2012-11-15, o godz. 13:58:29 Bill Meahan subscribed_li...@meahan.net napisał(a): I tried to generate an epub document using ConTeXt following the recipe on the wiki. Didn't work. So, I tried running the export-example.tex file that comes with the distribution, unmodified. Same bad

Re: [NTG-context] Epub woes

2012-11-15 Thread Aditya Mahajan
On Thu, 15 Nov 2012, Bill Meahan wrote: I tried to generate an epub document using ConTeXt following the recipe on the wiki. Didn't work. So, I tried running the export-example.tex file that comes with the distribution, unmodified. Same bad results. Cover is not generated TOC is not

Re: [NTG-context] Epub woes

2012-11-15 Thread Bill Meahan
On 11/15/2012 07:13 PM, Aditya Mahajan wrote: Have you considered using pandoc to generate epub? If your text is relatively simple (no multiline math, no fancy image scaling, no complicated tables, etc.), then Markdown is a reasonable input format. You can use pandoc to translate the text to

Re: [NTG-context] Epub woes

2012-11-15 Thread Aditya Mahajan
On Thu, 15 Nov 2012, Bill Meahan wrote: On 11/15/2012 07:13 PM, Aditya Mahajan wrote: Have you considered using pandoc to generate epub? If your text is relatively simple (no multiline math, no fancy image scaling, no complicated tables, etc.), then Markdown is a reasonable input format.

Re: [NTG-context] Epub woes

2012-11-15 Thread Andy Thomas
Please try the following example: -- start code -- \setupbackend[export=yes,xhtml=test_00.xhtml] \mainlanguage[de] \language[de] \setupexport [title={A nice book}, author={Andy Tom}, firstpage={huhn.jpg}, ] \starttext Hello world! \stoptext -- end code -- The firstpage

Re: [NTG-context] Epub woes

2012-11-15 Thread luigi scarso
On Fri, Nov 16, 2012 at 7:49 AM, Andy Thomas andytho...@web.de wrote: I just started working on the epub output of my lecture notes again, since there were no readers able to output math until 2 weeks ago. Is there any reader able to read mathml ? -- luigi

Re: [NTG-context] Epub woes

2012-11-15 Thread Andy Thomas
Supposedly. I did not try it yet. http://support.apple.com/kb/HT5321 Andy On Nov 16, 2012, at 8:13 AM, luigi scarso wrote: On Fri, Nov 16, 2012 at 7:49 AM, Andy Thomas andytho...@web.de wrote: I just started working on the epub output of my lecture notes again, since there were