Re: [NTG-context] parenthesis in Arabic text

2015-05-17 Thread Sam Ḥilluc
On 2015-05-17 12:20, Wolfgang Schuster wrote: Am 17.05.2015 um 00:58 schrieb Sam Ḥilluc shil...@gmx.com: Greetings, I'm trying to typeset an Arabic text, but I have a problem with parenthesis in footnotes. The following example: \usemodule[simplefonts

[NTG-context] parenthesis in Arabic text

2015-05-16 Thread Sam Ḥilluc
Greetings, I'm trying to typeset an Arabic text, but I have a problem with parenthesis in footnotes. The following example: \usemodule[simplefonts] \setmainfont[amiri][features=arabic,range=arabic] \setupdirections[bidi=global] \setupalign[righttoleft] \def\text{(ب)}

[NTG-context] Check the character after a macro

2015-05-01 Thread Sam Ḥilluc
Hello, Is it possible to check (in a macro definition) if the character following the macro is included in a set of characters? Something that could work like this: \def\MyMacro#1{% \ifNextCharIn{abcd} \dothis% \else \dothat% \fi% } Cheers.

Re: [NTG-context] Check the character after a macro

2015-05-01 Thread Sam Ḥilluc
On 2015-05-01 19:38, Otared Kavian wrote: Hi, You have several commands in ConTeXt doing what you are seeking to do: please look at the examples below: %%% begin do-if-inset.tex \starttext \type{\doifinset{A}{A,B,C}{should go}:} \doifinset{A}{A,B,C}{should go}

Re: [NTG-context] Check the character after a macro

2015-05-01 Thread Sam Ḥilluc
On 2015-05-01 21:10, Wolfgang Schuster wrote: You can use the \doifelsenextchar command to check the character after your command. \define[1]\MyMacro {\doifelsenextchar{,} {#1} {#1. }} \starttext \MyMacro{left} right \MyMacro{left}, right \stoptext The

Re: [NTG-context] \appendtoks and structuring commands

2015-03-27 Thread Sam Ḥilluc
On 2015-03-25 10:23, Hans Hagen wrote: \startsetups [document:titlepage] bla bla \documentvariable{title} bla bla \stopsetups \setupdocument [before=\directsetup{document:titlepage}] \startdocument[title=Some title] ... \stopdocument Thanks. Can one always use

[NTG-context] \appendtoks and structuring commands

2015-03-24 Thread Sam Ḥilluc
Hi list, I'm trying to leverage the structuring facilities of context. In my previous setup I added a title page automatically by using: \appendtoks \placetitle \to \everystarttext But now that I'm using environments and products, it doesn't seem to work. Here is a minimal (not)