[NTG-context] Increasing the textwidth locally

2016-04-09 Thread joasyannick
Dear Hans, Dear Zichu, Thank you very much, All the best, Joas ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] Increasing the textwidth locally

2016-04-09 Thread joasyannick
Dear everyone, I am looking for a functionality similar to the \adjustwidth command in LaTeX ables to reduce or increase the \textwidth locally. I know that ConTeXt has \startnarrower, which reduces the \textwidth. But how to increase it? All the best, Joas

[NTG-context] User-Defined Command With Key-Value Options

2015-07-21 Thread joasyannick
Dear everyone, I am currently implementing the old French Bible of David Martin in ConTeXt MkIV. The source code looks like this: \startproduct martin1707 \project bibles % Font settings, page layout, etc. \startbiblebook[number={1}, name={Genéſe}, abbreviation={Gen.}, title={Le

[NTG-context] Deleting The Blank Before Chapter Titles

2014-04-20 Thread joasyannick
Hi, I am customizing my chapters’ style. However, I cannot delete the blank before the printing of chapter titles. I tried: \setuphead [chapter] [before={}] \setuphead [chapter] [before={\blank[none]}] \setuphead [chapter] [before={\blank[back]}] but they do not work. Thank you,

[NTG-context] Baskervald ADF Virtual Math Fonts

2014-04-18 Thread joasyannick
Hello, Replacing certain symbols in a math font with a text font is very easy with the fallback mechanism and the \definefallbackfamily command makes things even simpler. The command \definefallbackfamily seems not to be a typescript-level command. You need a newer version of

[NTG-context] Baskervald ADF Virtual Math Fonts

2014-04-18 Thread joasyannick
Hi, Thank you all. The commands of Wolfang work perfectly. The fallback mechanism is even easier than virtual fonts. ConTeXt is truly great. Thank you, Joas.___ If your question is of interest to others as well,

[NTG-context] Baskervald ADF Virtual Math Fonts

2014-04-17 Thread joasyannick
Hello, Replacing certain symbols in a math font with a text font is very easy with the fallback mechanism and the \definefallbackfamily command makes things even simpler. Thank you for your answer. The command \definefallbackfamily seems not to be a typescript-level command.

[NTG-context] Baskervald ADF Virtual Math Fonts

2014-04-13 Thread joasyannick
Hello, I am going to solve my problem here: http://tex.stackexchange.com/questions/123647/from-xelatexs-unicode-math-to-contexts-typescript with virtual math fonts. I use Baskervald ADF instead of Libertine. I was pleased to see that the following files produced effects: Extract from

[NTG-context] Baskervald ADF Virtual Math Fonts

2014-04-13 Thread joasyannick
Hello, Thank you for the answer. if you have a proper opentype math Font… As you know, Baskervald doesn’t come with an open type math version. Moreover the mapping mechanism works well with open type text fonts and is powerful and very general. It’s my prefered way of solving my problem.