Re: [NTG-context] Text around a figure in a framedtext

2015-08-08 Thread Fabrice Couvreur
Hi Otared, A small mistake on your part : do not write \input knuth.tex but \input knuth. Then I want the text in the first framedtext wrapped around the figure as in the second. Fabrice 2015-08-08 6:18 GMT+02:00 Otared Kavian ota...@gmail.com: Hi, You should use the same width if you want to

Re: [NTG-context] Text around a figure in a framedtext

2015-08-08 Thread Wolfgang Schuster
Fabrice Couvreur mailto:fabrice1.couvr...@gmail.com 8. August 2015 00:49 Hi, Why the text does not move in the first framedtext like the second framedtext? You have to use \starthanging instead of \placefgure when you’re in a frame. \starttext \startframedtext[width=max]

Re: [NTG-context] issues with typeface selection

2015-08-08 Thread Wolfgang Schuster
Pablo Rodriguez mailto:oi...@gmx.es 7. August 2015 18:52 Dear list, I have the following sample: \definefontfamily[timesnew][serif][FreeSerif] \definefontfamily[droidserif][serif][Droid Serif] \setupbodyfont[palatino, 12pt] \starttext I want to have \type{\timesnew\ttfx} and

Re: [NTG-context] issues with typeface selection

2015-08-08 Thread Pablo Rodriguez
On 08/08/2015 11:44 AM, Wolfgang Schuster wrote: Pablo Rodriguez 7. August 2015 18:52: [...] Wnat am I missing in each case? There is no \ttfx font switch command, what ConTeXt has is \tfx (with one “t” in the name) which switches to a smaller size for the upright font and \tttfx (with

[NTG-context] Finding the correct name of font to use with \definefontamily

2015-08-08 Thread Pavneet Arora
I am trying to use the font family Novecento Wide, but cannot seem to get it to work. I suspect that it is in the name that I am attempting, although I have tried all the names that I can come up with: Novecento, Novecento Wide, Novecentowide Light, etc. MWE

[NTG-context] Template for handling editorial content in a large book project

2015-08-08 Thread Pavneet Arora
I am working on a large book project. What I need done in ConTeXt is something similar to what Boris presented at TUG 2015: http://tug.org/tug2015/abstracts/veytsman-access.txt In other words, the output should address different audiences. In my case, I want the full project to continue to

[NTG-context] margindata does not work in latest beta

2015-08-08 Thread Thomas A. Schmitz
Hi, margindata have stopped to work in the latest beta. Simple test \setuplayout [leftmargin=2cm] \starttext Thus, I came to the conclusion that the designer of a new system must not only be the implementer and first large-scale \inleft{100}user; the designer should also write the first user

Re: [NTG-context] margindata does not work in latest beta

2015-08-08 Thread Otared Kavian
Hi Thomas, Your file gives the expected result here, with ConTeXt ver: 2015.08.05 16:35 MKIV beta fmt: 2015.8.7 int: english/english Please see the attached output. Best regards: OK margindata.pdf Description: Adobe PDF document On 08 Aug 2015, at 14:26, Thomas A. Schmitz

Re: [NTG-context] Template for handling editorial content in a large book project

2015-08-08 Thread Aditya Mahajan
On Sat, 8 Aug 2015, Pavneet Arora wrote: I am working on a large book project. What I need done in ConTeXt is something similar to what Boris presented at TUG 2015: http://tug.org/tug2015/abstracts/veytsman-access.txt In other words, the output should address different audiences. In my

Re: [NTG-context] Text around a figure in a framedtext (Wolfgang Schuster)

2015-08-08 Thread Jeong Dal
Dear Wolfgang, You have to use \starthanging instead of \placefgure when you’re in a frame. \starttext \startframedtext[width=max] \starthanging[location=right] {\startMPcode draw unitsquare scaled 2cm ; \stopMPcode} \input tufte \stophanging

Re: [NTG-context] Text around a figure in a framedtext (Wolfgang Schuster)

2015-08-08 Thread Otared Kavian
Hi Jeong, You are right, but probably this is due to the way the source file knuth.tex is encoded: if you replace \input knuth by the text itself, that is by the following Thus, I came to the conclusion that the designer of a new system must not only be the implementer and first

Re: [NTG-context] issues with typeface selection

2015-08-08 Thread Wolfgang Schuster
Pablo Rodriguez mailto:oi...@gmx.es 8. August 2015 13:22 Many thanks for your help, Wolfgang. Of course, you are right. I know that, but I mistyped it. Although I still having problems with foregroundstyle, such as in: \definefontfamily[newtimes][serif][FreeSerif]

Re: [NTG-context] Text around a figure in a framedtext (Wolfgang Schuster)

2015-08-08 Thread Wolfgang Schuster
Jeong Dal mailto:hak...@me.com 8. August 2015 15:49 Dear Wolfgang, Thank you for letting me know the command “starthanging”. I tried the command “\startfiguretext … \stopfiguretext”, and found that there is no text below the square. \startframedtext[width=\textwidth]{

Re: [NTG-context] Template for handling editorial content in a large book project

2015-08-08 Thread Pavneet Arora
Perfect. I think that modes will work nicely. To further explain my use case: I have a manuscript, which I would like to continue to evolve with editorial comments, suggestions, ideas for further development (some generated by the author, others by reviewers). At any given time the text of

[NTG-context] The `\somewhere`-macro

2015-08-08 Thread Norbert Melzer
The wiki states on page http://wiki.contextgarden.net/Latex_Packages#varioref that the macro `\somewhere` can be used to get same behaviour as varioref gives in LaTeX: varioref Context provides similar functionality using \somewhere Some more searching around made me find

[NTG-context] Can \getmarking take more than one argument?

2015-08-08 Thread tala...@fastmail.fm
Hello, I currently use the following to define my even and odd page headers. — \startsetups[header] {\doifoddpageelse {\getmarking[section]} {\getmarking[chapter]} } \doiftextelse {\getmarking[chapter]} \stopsetups — The