Re: [NTG-context] Arabic Letters are disjointed and reversed in headers and margin

2016-01-18 Thread Mohammad Hossein Bateni
This makes all the text LTR, for instance if one has an English word embedded in the RTL text, that will be shown incorrectly. Or even if one of the headers (say, on the left side) is plain English. Why wouldn't something like the following work? \startsetups setup:bidi \setupdirections[bidi

Re: [NTG-context] Automatic negative tracking to prevent slight overfull hbox's

2016-01-17 Thread Hans Hagen
On 1/16/2016 6:57 PM, Aditya Mahajan wrote: On Thu, 14 Jan 2016, Alexander Dyomin wrote: Dear list, when I stumble upon a slightly overhanging line (where it's not allowed to hyphenate the hanging word and putting it on next line leaves huge whitespaces), decreasing letterspacing in that line

Re: [NTG-context] Automatic negative tracking to prevent slight overfull hbox's

2016-01-16 Thread Aditya Mahajan
On Thu, 14 Jan 2016, Alexander Dyomin wrote: Dear list, when I stumble upon a slightly overhanging line (where it's not allowed to hyphenate the hanging word and putting it on next line leaves huge whitespaces), decreasing letterspacing in that line seems like a good idea, and I manually

[NTG-context] tooltip and buttom for footnotes?

2016-01-14 Thread Ursula Hermann
{\tooltip[bottom]{Example}{Isn't it nice?}} \blank This file when opened in Adobe Acrobat will show the tooltip "Isn't it nice?" when one hovers over the word "Example". \blank \midaligned{\tooltip[bottom]{an example}{Isn't it nice?} of tooltip on the bottom} \blank \m

[NTG-context] Automatic negative tracking to prevent slight overfull hbox's

2016-01-14 Thread Alexander Dyomin
Dear list, when I stumble upon a slightly overhanging line (where it's not allowed to hyphenate the hanging word and putting it on next line leaves huge whitespaces), decreasing letterspacing in that line seems like a good idea, and I manually insert \kerncharacters commands to do the trick

Re: [NTG-context] spacing in notes

2016-01-11 Thread Wolfgang Schuster
"width=broad" would improve the situation, but it didn’t change anything. What am I doing wrong here? You have to change the alignment values. Instead of "stretch" which allows ConTeXt to put larger spaces between word you can use font expansion. \setupnotation[footnote][a

Re: [NTG-context] Paragraph breaking bug with BiDi text

2016-01-11 Thread Hans Hagen
margin (when not necessary). Here is an example with corresponding output: \usemodule[simplefonts] \setmainfont[ALM Fixed][features=arabic,range=arabic] \setupalign[r2l] \setupwhitespace[big] \showframe \starttext % 10 copies of Persian word "hello" stay on one

Re: [NTG-context] Paragraph breaking bug with BiDi text

2016-01-11 Thread Mohammad Hossein Bateni
EXT? I couldn't find anything for that in spac-ali.mkiv. Those low-level LuaTeX directives were part of an attempt to come to the core of a problem I'd run into with numbers at the end of a right-to-left line. The BiDi algorithm correctly gave left-to-right direction to that digit sequence and th

[NTG-context] Paragraph breaking bug with BiDi text

2016-01-08 Thread Mohammad Hossein Bateni
] \setupwhitespace[big] \showframe \starttext % 10 copies of Persian word "hello" stay on one line. \dorecurse{10}{سلام } % 20 copies makes a 2-line paragraph. \dorecurse{20}{سلام } % one copy of the word goes into the margin although the Latin letters perfectly fit the line. \dorecurs

Re: [NTG-context] Paragraph breaking bug with BiDi text

2016-01-08 Thread Mohammad Hossein Bateni
ixed][features=arabic,range=arabic] > \setupalign[r2l] > \setupwhitespace[big] > \showframe > > \starttext > > % 10 copies of Persian word "hello" stay on one line. > \dorecurse{10}{سلام } > % 20 copies makes a 2-line paragraph. > \dorecurse{20}{سلام } > &

Re: [NTG-context] inter-word space in bibliographies

2015-12-23 Thread Wolfgang Schuster
Alan Bowen <mailto:bowenala...@gmail.com> 17. Dezember 2015 um 18:06 The appended code is supposed to allow reduction of the inter-word spacing in my bibliographies but it does not. Adjusting the \spaceskip in the setups for [tightspace] does not seem to make any difference. Any sugge

Re: [NTG-context] inter-word space in bibliographies

2015-12-23 Thread Alan Bowen
Thanks, Wolfgang. It does indeed! Season’s Best, Alan On Wed, Dec 23, 2015 at 9:00 AM, Wolfgang Schuster < schuster.wolfg...@gmail.com> wrote: > > Alan Bowen <bowenala...@gmail.com> > 17. Dezember 2015 um 18:06 > The appended code is supposed to allow reduction o

[NTG-context] inter-word space in bibliographies

2015-12-17 Thread Alan Bowen
The appended code is supposed to allow reduction of the inter-word spacing in my bibliographies but it does not. Adjusting the \spaceskip in the setups for [tightspace] does not seem to make any difference. Any suggestions will be most welcome. I am using the latest beta (ConTeXt ver

Re: [NTG-context] bug in hyphenmin?

2015-12-14 Thread Pablo Rodriguez
this sample: \mainlanguage[es] \definehyphenationfeatures [givemefive] [hyphenmin=4] \setuphyphenation [method=traditional] \sethyphenationfeatures [strict, givemefive] \starttext \hyphenatedword{buena} \stoptext hyphenmin requires a value of 4 to h

Re: [NTG-context] Unnumbered subject in TOC, numbered exercises in text

2015-11-30 Thread Sytse Knypstra
Thank you, Wolfgang, I changed 'special' into another word and replaced 'incrementnumber=yes' by 'incrementnumber=list'. But the result does still not reach my second goal: my exercise numbers are still 1 and 1 instead of having chapter number prefixes (1.1 and 2.1). Sytse Sytse Knypstra

Re: [NTG-context] "Trial typesetting" in ConTeXt / lua ?

2015-11-19 Thread josephcanedo
a word typeset in {\tfx smaller } size. Thanks a lot again for your help, Best regards, Joseph From: Hans Hagen Sent: ‎Thursday‎, ‎November‎ ‎19‎, ‎2015 ‎8‎:‎11‎ ‎PM To: ntg-context@ntg.nl On 11/19/2015 5:16 PM, josephcan...@gmail.com wrote: > Attached simple MWE. The second line

Re: [NTG-context] "Trial typesetting" in ConTeXt / lua ?

2015-11-19 Thread Hans Hagen
is to “emulate” for instance: The second line has a word typeset in {\tfx smaller } size. the string is not interpreted why not put the content it in a box ? \setbox0\hbox{} you can then use the list at he lua end with tex.box[0] Thanks a lot again for your help, Best regards, Joseph

Re: [NTG-context] \setfirstline Inside columns environment does not seem to work

2015-10-27 Thread josephcanedo
\setfirstline[fancy] \input ward \par \setfirstline[fancy] \input knuth \par \setfirstline[fancy] \input bryson \page \definefirstline [fancy] [alternative=word, color=darkblue, style=bold, n=2] \setfirstline[fancy] \input tufte \par \setfirstline[fancy] \input ward \par \setfirstline[fancy] \input

Re: [NTG-context] New btx code problem with quote protrusion, redux

2015-10-26 Thread Wolfgang Schuster
ithout a bibliography (\placelistofpublications) You have to change the following definition in publ-imp-default.mkvi: \definebtx [\s!default:\s!list:title:article] [\s!default:\s!list:title] - [\c!style=, % journal is set in italics - \c!command={\quotation\Word}] + [\c!style={\setcharactercas

[NTG-context] \setfirstline Inside columns environment does not seem to work

2015-10-26 Thread josephcanedo
tufte \par \setfirstline[fancy] \input ward \par \setfirstline[fancy] \input knuth \par \setfirstline[fancy] \input bryson \page \definefirstline [fancy] [alternative=word, color=darkblue, style=bold, n=2] \setfirstline[fancy] \input tufte \par \setfirstline[fancy] \input ward \par \setfirstline

Re: [NTG-context] Obtaining features from EBGaramond font in ConTeXt

2015-10-23 Thread josephcanedo
At the moment, I use “\,” between word and question marks. Also “~” between word and “:”. I guess the \definecharacterspacing is more flexible and transparent from text input point of view (only write normal space). IIRC both \, and ~ also avoids line breaking at their location. Is there a way

Re: [NTG-context] Obtaining features from EBGaramond font in ConTeXt

2015-10-23 Thread Rik
On 2015-10-23 16:47, josephcan...@gmail.com wrote: At the moment, I use “\,” between word and question marks. Also “~” between word and “:”. I guess the \definecharacterspacing is more flexible and transparent from text input point of view (only write normal space). IIRC both \, and ~ also

Re: [NTG-context] Troubles with presentations

2015-10-14 Thread Otared Kavian
he way described at > http://wiki.contextgarden.net/Presentations > and http://wiki.contextgarden.net/RawSteps. (I use TL 2015.) > > Problems I came across are: > 1. On the first slide, a line with the word "yes" has been generated. > (Sometimes more than once, in dependence of number

[NTG-context] Troubles with presentations

2015-10-06 Thread Tomas Hala
Hello all, I would like to ask for a piece of help with presentations. I decided to use the way described at http://wiki.contextgarden.net/Presentations and http://wiki.contextgarden.net/RawSteps. (I use TL 2015.) Problems I came across are: 1. On the first slide, a line with the word &quo

Re: [NTG-context] bug in nothyphenated?

2015-09-23 Thread Andres Conrado
n formato Word o PowerPoint. Lea http://www.gnu.org/philosophy/no-word-attachments.es.html "Naturalmente, la gente normal no desea la guerra, pero al final son los líderes de una nación quienes determinan su política, y resulta muy sencillo doblegar a la

Re: [NTG-context] bug in nothyphenated?

2015-09-23 Thread Pablo Rodriguez
On 09/23/2015 05:45 PM, Andres Conrado wrote: > [...] > This maybe is not very important to you, but, as a designer, I see > \ConTeXt as a logotype, so, it's not supposed to be hyphenated. Hi Andrés, \ConTeXt is also a word and sometimes hyphenation is required: %~ \def\ConTeXt{

Re: [NTG-context] bug in nothyphenated?

2015-09-22 Thread Hans Hagen
\ConTeXt as Con\-\TeX{}t hyphenates the word even when nothyphenated is selected. Isn’t this a bug with nothyphenated? it has to do with uppercase .. that prevents hyphenation Sorry, Hans, but I’m afraid I don‘t get it. The issue is that hyphenation takes place even when nothyphenated should

Re: [NTG-context] bug in nothyphenated?

2015-09-21 Thread Hans Hagen
\\ \hyphenatedword{\ConTeXt} \stopTEXpage \stoptext I have to define \ConTeXt as in \abc. Otherwise, it won’t get hyphenated at all. If I add \hyphenation{Con-TeXt}, no kerning will be applied in the pair nT. But redefining \ConTeXt as Con\-\TeX{}t hyphenates the word even when

Re: [NTG-context] bug in nothyphenated?

2015-09-21 Thread Pablo Rodriguez
{Con-TeXt}, no kerning will be applied in >> the pair nT. >> >> But redefining \ConTeXt as Con\-\TeX{}t hyphenates the word even when >> nothyphenated is selected. >> >> Isn’t this a bug with nothyphenated? > > it has to do with uppercase .. that prevents h

[NTG-context] bug in nothyphenated?

2015-09-13 Thread Pablo Rodriguez
\stoptext I have to define \ConTeXt as in \abc. Otherwise, it won’t get hyphenated at all. If I add \hyphenation{Con-TeXt}, no kerning will be applied in the pair nT. But redefining \ConTeXt as Con\-\TeX{}t hyphenates the word even when nothyphenated is selected. Isn’t this a bug with nothyphenated

[NTG-context] Table setups interfering with another table?

2015-09-01 Thread Mari Voipio
looks weird. What is it that I don't see or understand? And yes, the tables really need to look like that. I'm recreating from a pdf a document that is probably made with Word and this is how they've done their tables in the original. I admit that my ConTeXt version isn't exactly the newest available

Re: [NTG-context] Table setups interfering with another table?

2015-09-01 Thread Procházka Lukáš Ing . - Pontex s . r . o .
t if I compile a file with both, the second one looks weird. What is it that I don't see or understand? And yes, the tables really need to look like that. I'm recreating from a pdf a document that is probably made with Word and this is how they've done their tables in the original. I admit that my C

[NTG-context] Cover page (Metafun)

2015-08-14 Thread Fabrice Couvreur
Hi Hans, To progress in the use of Metafun, I try to do the same cover page as your document 'Metafun . Without looking at the code (but using the definitions of your colors), I managed to get the mosaic. I would write the word MATHÉMATIQUES as you did with the word CONTEXTEN. Thank you, Fabrice

Re: [NTG-context] Selectively supressing ligatures

2015-08-11 Thread Jan U. Hasecke
patterns. The search patterns focus on ligatures deemed inappropriate because they span morpheme boundaries. For example, the word shelfful, which is mentioned in the TEXbook as a word for which the ff ligature might be inappropriate, is automatically typeset as shelfful rather than as shelfful

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
, ] \defineregister[Index] \setupregister [Index][n=2, command=\Word, balance=no, compress=yes, ] \starttexdefinition unexpanded index \dosingleempty\dostartindex

[NTG-context] bug with definefloat and caption case

2015-08-10 Thread Brian R. Landy
When I setup a custom float with \definefloat[exhibit][exhibits], the word Exhibit in the caption is printed with the first letter uppercased for the first 32 exhibits. However, starting with the 33rd exhibit, the first letter uppercase is lost. For example: \definefloat[exhibit][exhibits

Re: [NTG-context] bug with definefloat and caption case

2015-08-10 Thread Hans Hagen
On 8/10/2015 4:35 PM, Brian R. Landy wrote: When I setup a custom float with \definefloat[exhibit][exhibits], the word Exhibit in the caption is printed with the first letter uppercased for the first 32 exhibits. However, starting with the 33rd exhibit, the first letter uppercase is lost

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-08-03 Thread tala...@fastmail.fm
he sixteen on the left, for R2L word ordering), instead the output is ١٦-١٥.This seems to be a further example of the problems arising from not being able to apply bidi to the linenote stream, due to the bug or conflict between footnotes/linenotes and R2L. In the minimal example below, I have com

Re: [NTG-context] Arabic/Hindi numerals in layout structures (headers, page numbers, etc.)

2015-08-02 Thread tala...@fastmail.fm
Never mind. After more word combinations when searching the archives, I came across Wolfgang’s answer here: gmane.comp.tex.context/85673 http://article.gmane.org/gmane.comp.tex.context/85673, in which he says to use the \defineconversion command. E.g.: \defineconversion [myconversion

Re: [NTG-context] Solved, was Re: Register customization for backmatter page numbers

2015-08-01 Thread Rik Kabel
[notBack] [style=normal] \defineregister [Index] \setupregister [Index] [n=2,command=\Word,balance=no,compress=yes] -- rik ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] Selectively supressing ligatures

2015-07-30 Thread juh
because they span morpheme boundaries. For example, the word shelfful, which is mentioned in the TEXbook as a word for which the ff ligature might be inappropriate, is automatically typeset as shelfful rather than as shelfful. This works with LuaLaTeX: \documentclass{article} \usepackage{fontspec

Re: [NTG-context] Math literal colon

2015-07-24 Thread Hans Aberg
the domain would kick in .. it can control that kind of spacing issues OK. The word “relation” makes me think of math relations. :-) ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Critical editions with ConTeXt

2015-07-22 Thread Talal
that of the last word in the lemma. To get line numbers that span more than one line, Hans instructed us to use \startlinenote[x]...\stoplinenote[x]. However, I have not been able to figure out how to automate the making of the lemma and comment like was done in EX1 in such a stopstart block. I assume

Re: [NTG-context] hyphenation exceptions?

2015-07-07 Thread Pablo Rodriguez
On 07/07/2015 05:41 PM, Arthur Reutenauer wrote: [...] That's because the word you're trying to hyphenate is Amsterdam-Buitenveldert, not Amsterdam. Compound words are by default hyphenated only at the hyphen in TeX. \setbreakpoints[compound] works in the following sample: \language

Re: [NTG-context] hyphenation exceptions?

2015-07-07 Thread Arthur Reutenauer
On Tue, Jul 07, 2015 at 03:29:11PM +, Meer, H. van der wrote: The \hyphenatedword works here too. But it does not work out when the word Amsterdam occurs in the text. See tthe two examples. In the first Amsterdam is not broken according to the \hyphenation{Am-ster-dam}-rule. In the second

Re: [NTG-context] hyphenation exceptions?

2015-07-07 Thread Meer, H. van der
Indeed, the combination Amsterdam-Buitenveldert is the culprit. The solution therefore is to use (it is ConTeXt afterall) Amsterdam|-|Buitenveldert, then the word Amsterdam doesn't even needs an exception. Thanks for the help. Hans van der Meer On 07 Jul 2015, at 18:00, Pablo Rodriguez oi

Re: [NTG-context] hyphenation exceptions?

2015-07-07 Thread Meer, H. van der
The \hyphenatedword works here too. But it does not work out when the word Amsterdam occurs in the text. See tthe two examples. In the first Amsterdam is not broken according to the \hyphenation{Am-ster-dam}-rule. In the second example the linebreak is forced by the explicit use of Am\-ster

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-07-05 Thread Hans Hagen
with a viewer/functionality matrix) (ok, we could peek into files produced by word and see what gets added there but even then) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-07-03 Thread Christoph Reller
for Testing (this might be even better than Acrobat): http://www.access-for-all.ch/en/pdf-lab/pdf-accessibility-checker-pac.html And to add to your motivation ;-) : Google ranks tagged PDFs higher than non-tagged PDFs. For those moving from MS Word to ConTeXt this is a must. Thank you for all your

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-07-03 Thread Hans Hagen
On 7/3/2015 3:16 PM, Christoph Reller wrote: And to add to your motivation ;-) : Google ranks tagged PDFs higher than non-tagged PDFs. For those moving from MS Word to ConTeXt this is a must. I must admit that I don't care much about (in fact never noticed) ranking of files. The main thing I

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-07-03 Thread Hans Hagen
other friends, it would allow to change from using Microsoft Word to a ConTeXt based workflow. \nopdfcompression \setuptagging[state=start] \starttext \chapter{whatever} \stoptext gives a pdf with a rolemap like: 11 0 obj /ParentTree 12 0 R /K 29 0 R /RoleMap /sectiontitle /H /section

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-07-03 Thread Dominik Klein
. tagging a pdf by acrobat pro after compiling of course doesn't work at all - the generated structure is useless). Hence, for some users, it makes all the difference. For example for me and some other friends, it would allow to change from using Microsoft Word to a ConTeXt based workflow. cheers

Re: [NTG-context] BBEdit Language Module for ConTeXt

2015-06-16 Thread Thomas Floeren
:-) (I especially love the addition of the callouts (TODO, etc.) to the functions/sections menu!) Some quick observations/suggestions/thoughts: ## Key/value options [] and content arguments {} The highlighting is broken when there is a space between the command word and the [bracketed

[NTG-context] how to set PDF TrimBox ?

2015-05-20 Thread Harald Koenig
/... in a nice shell-one-liner but I guess there is a more context way to achieve this? ;-) thanks, Harald -- I hope to die ___ _ before I *have* to use Microsoft Word., 0--,|/OOO\ Donald E. Knuth, 02-Oct-2001 in Tuebingen

Re: [NTG-context] Changing font for math function

2015-05-16 Thread Hans Hagen
care much either) but in context we use a unicode approach and \mathrm switches to another math alphabet ... in fact, affinity is just a sequence of a f f i n i t y (symbols, variables, whatever) and not a real word. You can use \text{affinity} but of course all depends on what the font setup

[NTG-context] Changing font for math function

2015-05-13 Thread Maggyero
there for cultural differences as not all countries use the english names) so, \rho_{\mathlabel{air}} is something different then, some kind of multi-character variable? Actually no, it has nothing to do with ConTeXt label texts (that is why I removed the word 'text' in it to avoid the confusion

Re: [NTG-context] Changing font for math function

2015-05-12 Thread Aditya Mahajan
to tag log-like operators). 1. Every command containing the word 'labeltext' should not have a style attached to it. 2. The word 'function' is misleading because \mfunction and \mfunctionlabeltext do not create a \mathop atom and it makes the user believe its usage is restricted for labeling

Re: [NTG-context] Changing font for math function

2015-05-12 Thread Hans Hagen
be removed, and \mfunctionlabeltext should be removed as well and one should directly use the already defined \mathlabeltext instead, for these 3 reasons: 1. Every command containing the word 'labeltext' should not have a style attached to it. 2. The word 'function' is misleading because \mfunction

[NTG-context] Changing font for math function

2015-05-12 Thread Maggyero
be removed as well and one should directly use the already defined \mathlabeltext instead, for these 3 reasons: 1. Every command containing the word 'labeltext' should not have a style attached to it. 2. The word 'function' is misleading because \mfunction and \mfunctionlabeltext do not create a \mathop

Re: [NTG-context] Changing font for math function

2015-05-11 Thread Otared Kavian
Hi Aditya, Thanks for your remark: indeed with the correct use of \underline, I get what was intended, but somehow before yesterday ConTeXt was more tolerant and for years it accepted my wrong definition of \liminf… However, with the new features of \setupmathematics, the underlined word lim

Re: [NTG-context] Changing font for math function

2015-05-11 Thread Otared Kavian
of \liminf… However, with the new features of \setupmathematics, the underlined word lim has two colors: for instance with the option \setupmathematics [functioncolor=red] the word lim is in red, but the underline is in black. you can set lots of colors so formulas can be real

Re: [NTG-context] Changing font for math function

2015-05-11 Thread Hans Hagen
of \setupmathematics, the underlined word lim has two colors: for instance with the option \setupmathematics [functioncolor=red] the word lim is in red, but the underline is in black. you can set lots of colors so formulas can be real colorful If I understand correctly, the option

Re: [NTG-context] alternative numerical \cite command

2015-05-04 Thread Thomas A. Schmitz
. And please take my word for it: the user interface really isn't stable enough yet, even for some quite elementary cases. When things have settled down, it will be announced. (If you're really impatient, you cam have a look at the publ-imp-* files in the latest betas). Thomas

Re: [NTG-context] simple signature boxes

2015-04-26 Thread Thomas A. Schmitz
On 04/26/2015 07:12 AM, henman wrote: Thank you for ferreting that out for me. Your correction is what I needed. Much obliged. Sure, glad to be of help. Just one word about your style of coding, after looking at your example again: you want to be careful with all the whitespace in your TeX

Re: [NTG-context] Hidden chapter header? ... was: Change counter of chapters

2015-04-18 Thread Jaroslav Hajtmar
Thanks Pablo  for workable solutions. Both solutions are working, as I imagined. Anyway, fortunately I do not work with Word itself, but for example. Colleagues, friends and acquaintances. It is sometimes necessary make something  in ConTeXt when Word is not enough on it. So fortunately

Re: [NTG-context] Hidden chapter header? ... was: Change counter of chapters

2015-04-18 Thread Pablo Rodriguez
On 04/18/2015 12:34 PM, Jaroslav Hajtmar wrote: Thanks Pablo for workable solutions. Both solutions are working, as I imagined. Anyway, fortunately I do not work with Word itself, but for example. Colleagues, friends and acquaintances. It is sometimes necessary make something in ConTeXt

Re: [NTG-context] Hidden chapter header? ... was: Change counter of chapters

2015-04-18 Thread Pablo Rodriguez
increase the counter of chapters (sections, subsections). Maybe it seems as rape of ConTeXt, but in certain moments this option would help me. In my case it is the integration of practical part of project (worked in ConTeXt) into Word project:-(... For example I need to start writing any text

Re: [NTG-context] how to set figure label ?

2015-04-17 Thread Harald Koenig
options. ACK! works even for my strange macros ;-) thanks a lot, Harald -- I hope to die ___ _ before I *have* to use Microsoft Word., 0--,|/OOO\ Donald E. Knuth, 02-Oct-2001 in Tuebingen._/ / /OOO

[NTG-context] Hidden chapter header? ... was: Change counter of chapters

2015-04-17 Thread Jaroslav Hajtmar
). Maybe it seems as rape of ConTeXt, but in certain moments this option would help me.  In my case it is the integration of practical part of project (worked in ConTeXt) into Word project:-(... For example I need to start writing any text from 53 page and such from the 5th chapter (or section

[NTG-context] how to set figure label ?

2015-04-16 Thread Harald Koenig
*have* to use Microsoft Word., 0--,|/OOO\ Donald E. Knuth, 02-Oct-2001 in Tuebingen._/ / /OOO\ \ \/OOO\ \ O

Re: [NTG-context] (hindi) font questions

2015-04-13 Thread Harald Koenig
to die ___ _ before I *have* to use Microsoft Word., 0--,|/OOO\ Donald E. Knuth, 02-Oct-2001 in Tuebingen._/ / /OOO\ \ \/OOO

Re: [NTG-context] caption setup

2015-04-09 Thread Otared Kavian
there is a need to setup alos the referencing commands. Best regards: OK On 09 Apr 2015, at 00:13, Csikos Bela bcsikos...@freemail.hu wrote: Hello: I have to setup caption formatting for Hungarian. In Hungarian I have to write #. figure. instead of Figure #: The exact word for figure

Re: [NTG-context] (hindi) font questions

2015-04-09 Thread Pablo Rodriguez
On 04/08/2015 11:47 PM, Harald Koenig wrote: Hi, I'd like to type set a single hindi/devanagari word in a chapter heading (using standalone MkVI), where I need your help for some questions/problems: - which (free) font do you suggest ? right now I'm using Lohit-Devanagari. text font

Re: [NTG-context] caption setup

2015-04-09 Thread Wolfgang Schuster
Am 09.04.2015 um 00:13 schrieb Csikos Bela bcsikos...@freemail.hu: Hello: I have to setup caption formatting for Hungarian. In Hungarian I have to write #. figure. instead of Figure #: The exact word for figure is ábra, so what I want exactly is: # ábra., eg 1. ábra. How can I do

Re: [NTG-context] (hindi) font questions

2015-04-09 Thread Wolfgang Schuster
Am 08.04.2015 um 23:47 schrieb Harald Koenig koe...@tat.physik.uni-tuebingen.de: Hi, I'd like to type set a single hindi/devanagari word in a chapter heading (using standalone MkVI), where I need your help for some questions/problems: - which (free) font do you suggest ? right now

Re: [NTG-context] caption setup

2015-04-09 Thread Wolfgang Schuster
Am 09.04.2015 um 13:14 schrieb Csikos Bela bcsikos...@freemail.hu: Wolfgang Schuster írta: Am 09.04.2015 um 00:13 schrieb Csikos Bela: Hello: I have to setup caption formatting for Hungarian. In Hungarian I have to write #. figure. instead of Figure #: The exact word for figure

Re: [NTG-context] caption setup

2015-04-09 Thread Csikos Bela
Wolfgang Schuster írta: Am 09.04.2015 um 00:13 schrieb Csikos Bela: Hello: I have to setup caption formatting for Hungarian. In Hungarian I have to write #. figure. instead of Figure #: The exact word for figure is ábra, so what I want exactly is: # ábra., eg 1. ábra. How can I do

Re: [NTG-context] caption setup

2015-04-09 Thread Wolfgang Schuster
Am 09.04.2015 um 13:14 schrieb Csikos Bela bcsikos...@freemail.hu: Wolfgang Schuster írta: Am 09.04.2015 um 00:13 schrieb Csikos Bela: Hello: I have to setup caption formatting for Hungarian. In Hungarian I have to write #. figure. instead of Figure #: The exact word for figure

[NTG-context] (hindi) font questions

2015-04-08 Thread Harald Koenig
Hi, I'd like to type set a single hindi/devanagari word in a chapter heading (using standalone MkVI), where I need your help for some questions/problems: - which (free) font do you suggest ? right now I'm using Lohit-Devanagari. text font is 11pt Palatino, Lohit doesn't match too good

[NTG-context] caption setup

2015-04-08 Thread Csikos Bela
Hello: I have to setup caption formatting for Hungarian. In Hungarian I have to write #. figure. instead of Figure #: The exact word for figure is ábra, so what I want exactly is: # ábra., eg 1. ábra. How can I do it? (If I set the document language to Hungarian, the word ábra is shown correctly

Re: [NTG-context] Having difficulty getting unicode characters to display in ConTeXT out put PDF

2015-04-08 Thread Henning Hraban Ramm
] \placebookmarks[section][force=yes] % Let us say hello in many languages \starttext \setupfooter [state=start] \page[1] \startfrontmatter {\midaligned {\tfc{\WORD{Hello World \placecontent[extras={22=page},alternative=c] \stopfrontmatter \page[yes

Re: [NTG-context] Having difficulty getting unicode characters to display in ConTeXT output PDF

2015-04-08 Thread Pablo Rodriguez
\setupfooter [state=start] \page[1] \startfrontmatter {\midaligned {\tfc{\WORD{Hello World \placecontent[extras={22=page},alternative=c] \stopfrontmatter \page[yes] \startbodymatter \section{1. Russian: Привет мир!} Russian: Привет мир! \\ \section

Re: [NTG-context] text alignment in table

2015-04-07 Thread Thomas Floeren
Supplier meeting (this is you) \NC\NR \stoptabulate the Word Food is left justified in the column (good) and the word preparation is right justified (bad). The same problem occurs in the string Luncheon sales. The glyph ~ doesn't help. A missing

Re: [NTG-context] text alignment in table

2015-04-07 Thread Aditya Mahajan
meeting (this is you) \NC\NR \stoptabulate the Word Food is left justified in the column (good) and the word preparation is right justified (bad). The same problem occurs in the string Luncheon sales. The glyph ~ doesn't help. The syntax is \starttabulate[|l|l

[NTG-context] text alignment in table

2015-04-07 Thread John Culleton
the Word Food is left justified in the column (good) and the word preparation is right justified (bad). The same problem occurs in the string Luncheon sales. The glyph ~ doesn't help. I also tried the table variation in chapter twenty-two of The TeXbook. That doesn't

Re: [NTG-context] Bug with ligatures (EBGaramond) and \mainlanguage[es]

2015-03-26 Thread Hans Hagen
On 3/26/2015 7:10 AM, Pablo Rodriguez wrote: On 03/26/2015 06:23 AM, Andrés Conrado wrote: Hello, list. When I try to use the EBGaramond font (http://www.georgduffner.at/ebgaramond/) in spanish (using \mainlanguage[es]), ligatures disappear. But they only disappear when they belong to a word

Re: [NTG-context] Bug with ligatures (EBGaramond) and \mainlanguage[es]

2015-03-26 Thread Pablo Rodriguez
On 03/26/2015 06:23 AM, Andrés Conrado wrote: Hello, list. When I try to use the EBGaramond font (http://www.georgduffner.at/ebgaramond/) in spanish (using \mainlanguage[es]), ligatures disappear. But they only disappear when they belong to a word (when alone, they look fine). See MWE, if you

[NTG-context] Bug with ligatures (EBGaramond) and \mainlanguage[es]

2015-03-25 Thread Andrés Conrado
Hello, list. When I try to use the EBGaramond font (http://www.georgduffner.at/ebgaramond/) in spanish (using \mainlanguage[es]), ligatures disappear. But they only disappear when they belong to a word (when alone, they look fine). See MWE, if you remove the comment in the \mainlanguage

Re: [NTG-context] problem with interaction and TOC

2015-03-22 Thread Wolfgang Schuster
.) \uppercasestring{context}\to\ascii \chapter{\meaning\ascii} % \getvalue{\ascii}} \chapter{\WORD{ConTeXt}} so, \ascii is made undefined at some time Many thanks for your reply, Hans. I’m afraid that my ignorance prevents me for understanding your reply. What I was trying to solve

Re: [NTG-context] problem with interaction and TOC

2015-03-22 Thread Pablo Rodriguez
} % \getvalue{\ascii}} \chapter{\WORD{ConTeXt}} so, \ascii is made undefined at some time Many thanks for your reply, Hans. I’m afraid that my ignorance prevents me for understanding your reply. What I was trying to solve was this: \startbuffer[demo] doc h1span label=contextConTeXt/a/h1

[NTG-context] about installation instructions in the wiki

2015-03-22 Thread Pablo Rodriguez
Dear list, composing an explanation about ConTeXt, I came to the name of the distrubtion. I think it is “ConTeXt Suite” (I would also capitalize the first letter from the second word). If I’m not wrong, the wiki article that offers installation instructions has the title “ConTeXt Standalone”. I

Re: [NTG-context] problem with interaction and TOC

2015-03-21 Thread Hans Hagen
complains about an error in the first line. What am I doing wrong? (Sorry, but I wanted to test the commented lines, but I don’t know why the simplified example doesn’t work.) \uppercasestring{context}\to\ascii \chapter{\meaning\ascii} % \getvalue{\ascii}} \chapter{\WORD{ConTeXt}} so, \ascii is made

[NTG-context] Word wrap around framed text.

2015-03-19 Thread John Culleton
This passage works OK except for the lack of word wrap around for the framed text. -- \starttext \chapter{Introduction} The specialty food market has exploded. A combination of factors has led to exciting opportunities for food entrepreneurs. Retail sales of all

[NTG-context] [MetaFun] Decorating running text

2015-03-18 Thread Norbert Melzer
Hi there! I have some text (a single word) which I want to decorate using MP. In this special case, I want to put a little crown above the g in the word Shogun. Also the crown and text should get scaled accordingly to the surrounding text. ```tex \define\Shogun{\startMPcode draw textext(Shogun

[NTG-context] PLacing framed text.

2015-03-18 Thread John Culleton
] \centerline{\ss\tfb Life Before Specialty} \centerline{\ss\tfb Food Marketing} \tfx What food entrepeneurs did before starting a specialty food firm (in order of prevalence): ---{\bf\it Food Entrepeneur Magazine} \stopframedtext \stoptext But I don't want the word intermezzo at the bottom

Re: [NTG-context] currentreferencerealpage wrong (how to detect even/odd pages?)

2015-03-16 Thread Harald Koenig
}% {\global\bildpage=\realpageno}% was a hack from Hans to work arround issues to get the real page number within those floats ?! Harald -- I hope to die ___ _ before I *have* to use Microsoft Word., 0--,|/OOO\ Donald E. Knuth

[NTG-context] currentreferencerealpage wrong (how to detect even/odd pages?)

2015-03-15 Thread Harald Koenig
currentreferencerealpage=15 bildpage=16 eo=e currentreferencerealpage=16 pagesflushing realpage 15, userpage 15 thanks for any help, Harald -- I hope to die ___ _ before I *have* to use Microsoft Word., 0--,|/OOO\ Donald E. Knuth, 02

[NTG-context] Exporting highlights

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
; /* text-align : justify ;*/ /* hyphens : manual ; */ /* text-justify : inter-word ; */ } documentmetadata { font-family : Lucida Console, DejaVu Sans Mono, monospace ; margin-bottom : 2em ; } documentmetadatametavariable[name=title]:before { content : title\00A0\00A0\00A0

Re: [NTG-context] Tables, Row Span, and Colors

2015-03-13 Thread Wolfgang Schuster
Am 12.03.2015 um 18:37 schrieb Troy Henderson thend...@gmail.com: The following code produces my table, but I could not get the text Region to span rows 3-7. So, I would like the word Region to be inside the table and not hacked in the way that I have it. to make the (spanned) cell

[NTG-context] Tables, Row Span, and Colors

2015-03-12 Thread Troy Henderson
The following code produces my table, but I could not get the text Region to span rows 3-7. So, I would like 1. the word Region to be inside the table and not hacked in the way that I have it. 2. to make the (spanned) cell containing Years have a gray background. 3. to make each

<    4   5   6   7   8   9   10   11   12   13   >