Re: [NTG-context] TexPaste alpha - my Win application converting Word/HTML to TeX

2009-06-08 Thread J.A.J. Pater
Hello Piotr Sorry for the late reply, but could you post it to the net somewhere or to the list? Thanks, Adriaan. Hello list, Inevitably, it's a recurring subject. Here are my 2p. After playing with all sorts of convertors to TeX, Latex, HTML and scraping the output with Perl to obtain

Re: [NTG-context] converting Word to Context

2009-04-23 Thread J.A.J. Pater
I send this message already but I don't know if it is still awaiting moderation, because I added a large file, but here it is again. If it's posted already sorry for the noise. There was thread a while ago about converting Word docs to Context. Did anyone make progress in setting up a

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread J.A.J. Pater
Tobias Burnus schreef: You could also try to use Ghostscript with PDF/X3 option, cf. http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm#PDFX Example command is: gs -dPDFX -dBATCH -dNOPAUSE -dNOOUTERSAVE -dUseCIEColor -sDEVICE=pdfwrite -sOutputFile=out-x3.pdf PDFX_def.ps input.ps If I

Re: [NTG-context] XeTeX and/or LuaTeX?

2009-01-31 Thread J.A.J. Pater
Thanks very much Hans! I will start reading everything about fonts next week. J.A.J. Pater wrote: I've already send a mail in reply to Hans, but it was to big since I attached the TTF. I don't know if the moderator will approve of posting fonts. But it can also be found on the web: http

Re: [NTG-context] XeTeX and/or LuaTeX?

2009-01-31 Thread J.A.J. Pater
So what I wanted was just: \environment heb-sty \starttext test1 {\switchtotypeface [hebrew] הָלַך} test2 \stoptext Thanks again! I'll be using MarkIV for my thesis with XeTeX as a fallback option. Adriaan. ___

Re: [NTG-context] XeTeX and/or LuaTeX?

2009-01-31 Thread J.A.J. Pater
It works OK here: \sethebrew test3 \ConTeXt\ הָלַך test4 gives = test4 הָלַך test3 ConTeXt This is the way the macro is meant to be! I guess the tXeTnoC is indeed a result of improper copy-pasting. Unicode works with invisible formatting characters used to control bidirectional typesetting.

Re: [NTG-context] XeTeX and/or LuaTeX?

2009-01-31 Thread J.A.J. Pater
My guess was incorrect. I copy-pasted the underneath text into my test file and I got good results. No tXeTnoC. So here it just works like a charm. Grtz, Adriaan. On Sat, Jan 31, 2009 at 12:50 AM, Hans Hagen wrote: attached a more efficient variant Hello Hans, I don't know anything

[NTG-context] XeTeX and/or LuaTeX?

2009-01-30 Thread J.A.J. Pater
I'm was planning to write my master thesis in XeLaTeX until I discovered that ConTeXt can use the XeTeX engine. I need to use a lot of Hebrew - so Right to Left typing - and some linguistic glyphs and stuff. But from the wiki I understand there are still some issues with ConTeXt's

Re: [NTG-context] XeTeX and/or LuaTeX?

2009-01-30 Thread J.A.J. Pater
Thanks for the answers! Especially the tip about searching the mailing list! And if not, why should (or shouldn't) I use MarkIV over XeTeX? Since XeTeX does not provide most of the LuaTeX features. Does LuaTeX support right to left utf-8 Hebrew typing with ttf/otf fonts? Would it be (much)

Re: [NTG-context] XeTeX and/or LuaTeX?

2009-01-30 Thread J.A.J. Pater
I've already send a mail in reply to Hans, but it was to big since I attached the TTF. I don't know if the moderator will approve of posting fonts. But it can also be found on the web: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsiid=EzraSIL_Home So the moderator can drop my last

Re: [NTG-context] BibTeX again: citing without parenthesis

2009-01-29 Thread J.A.J. Pater
\citep[see][]{jon90} --(see Jones et al., 1990) \citep[see][chap. 2]{jon90} --(see Jones et al., 1990, chap. 2) I guess you could do that with \def\citep[#1][#2][#3]{#1\ \citealt[#3], #2} or something like that... Guess it would be nice to have

[NTG-context] BibTeX again: citing without parenthesis

2009-01-28 Thread J.A.J. Pater
The wiki suggests to make a macro: \def\onlinecite#1{\cite[left=,right=][#1]} for inline citations. However it says you can use this macro with: \onlinecite[myRef] It works for me with: \onlinecite{myRef} But not with \onlinecite[myRef] for in that case it produces: Xx, myRef]

[NTG-context] BibTeX in ConTeXt natbib style

2009-01-27 Thread J.A.J. Pater
In LaTeX when using the natbib package I can use: \citet[p. 113]{Bell1992} to get: Bell (1992, p. 112) \cite[p. 113]{Bell1992} to get: (Bell, 1992, p. 112) Trying to do this in ConTeXt I came up with this: \setupcite [author][left=,right=] \setupcite [year][left=,right=] \def\CiteP#1#2%

Re: [NTG-context] BibTeX in ConTeXt natbib style

2009-01-27 Thread J.A.J. Pater
Thanks a lot! How can I have missed that ... it's in the wiki... On Tue, 27 Jan 2009, J.A.J. Pater wrote: In LaTeX when using the natbib package I can use: \citet[p. 113]{Bell1992} to get: Bell (1992, p.\ 112) \cite[alternative=authoryear, extras={, p. 112}][Bell1992] \cite[p. 113

Re: [NTG-context] van context naar rtf

2009-01-22 Thread J.A.J. Pater
Zie hier: http://www.freewaregenius.com/2008/03/28/how-to-convert-pdf-to-word-doc-for-free-a-comparative-test/ voor een overzichtje van gratis tools. Hopelijk komt er nog een keer een route via Tex4ht http://wiki.contextgarden.net/Tex4ht Groet, Adriaan Liesbeth van der Plas wrote: Beste