[NTG-context] How to center with picture taken into consideration

2013-04-27 Thread Cecil Westerhof
[picture]{\externalfigure[graphics/pasfoto]} \setupbackgrounds[text][text][background=picture] \setupbackgrounds[state=repeat] To make things a little more complicated, the placing of the picture is conditional. So it is not always done. -- Cecil Westerhof

Re: [NTG-context] Defined and not defined and better be done global

2013-04-27 Thread Cecil Westerhof
2013/4/27 Hans Hagen : > On 4/26/2013 10:43 PM, Cecil Westerhof wrote: >> >> When running ConTeXt I see a lot of this kind of messages: >> fonts > bodyfont 15pt is defined (can better be done global) >> fonts > bodyfont 1.25em is defined (ca

[NTG-context] Defined and not defined and better be done global

2013-04-26 Thread Cecil Westerhof
er be done global) fonts > bodyfont 15pt is defined (can better be done global) fonts > bodyfont 1.25em is defined (can better be done global) fonts > bodyfont 1.25em is not defined What am I

Re: [NTG-context] Is it possible to set the output file name in the script

2013-04-26 Thread Cecil Westerhof
2013/4/26 Peter Münster : > On Fri, Apr 26 2013, Cecil Westerhof wrote: > >> The following script does what I want: > > Or shorter: > > --8<---cut here---start->8--- > #!/usr/bin/env bash > context --result=cv-

Re: [NTG-context] Why does startlines not work in a function

2013-04-26 Thread Cecil Westerhof
2013/4/26 Hans Hagen : > On 4/26/2013 5:19 PM, Cecil Westerhof wrote: >> >> I have the following code: > >> ... > >> But then the text becomes one line instead of several lines. > > > because catcode changes are involved > > \startbuffer [meta

Re: [NTG-context] Is it possible to set the output file name in the script

2013-04-26 Thread Cecil Westerhof
2013/4/26 Cecil Westerhof : > The following script does what I want: > #!/usr/bin/env bash > > set -o errexit > set -o nounset > > declare -r DEFAULT=cecil > declare -r DIR=${HOME}/Documenten/CV > declare -r FILE=CV-Cecil-Westerhof > declar

Re: [NTG-context] Is it possible to set the output file name in the script

2013-04-26 Thread Cecil Westerhof
2013/4/26 Cecil Westerhof : > 2013/4/26 Hans Hagen : >> On 4/26/2013 7:01 PM, Cecil Westerhof wrote: >>> >>> 2013/4/26 Hans Hagen : >>>> >>>> On 4/26/2013 6:50 PM, Cecil Westerhof wrote: >>>>> >>>>> >>>

[NTG-context] Fwd: Is it possible to set the output file name in the script

2013-04-26 Thread Cecil Westerhof
Again to Hans instead of to the list. I ‘hate’ gmail. -- Forwarded message -- From: Cecil Westerhof Date: 2013/4/26 Subject: Re: [NTG-context] Is it possible to set the output file name in the script To: Hans Hagen 2013/4/26 Hans Hagen : > On 4/26/2013 7:01 PM, Ce

Re: [NTG-context] Is it possible to set the output file name in the script

2013-04-26 Thread Cecil Westerhof
2013/4/26 Hans Hagen : > On 4/26/2013 6:50 PM, Cecil Westerhof wrote: >> >> 2013/4/26 Hans Hagen : >>> >>> On 4/26/2013 5:34 PM, Cecil Westerhof wrote: >>>> >>>> >>>> I am using a command line parameter to change the generated o

Re: [NTG-context] Is it possible to set the output file name in the script

2013-04-26 Thread Cecil Westerhof
2013/4/26 Hans Hagen : > On 4/26/2013 5:34 PM, Cecil Westerhof wrote: >> >> I am using a command line parameter to change the generated output. Is >> it also possible to set the output file name depending on the >> parameter? > > > --result=somename That is o

[NTG-context] Is it possible to set the output file name in the script

2013-04-26 Thread Cecil Westerhof
I am using a command line parameter to change the generated output. Is it also possible to set the output file name depending on the parameter? -- Cecil Westerhof ___ If your question is of interest to others as well

[NTG-context] Why does startlines not work in a function

2013-04-26 Thread Cecil Westerhof
longline 3 longline 4 longline 5 longline 6 longline 7 longline 8 } { shortline 1 shortline 2 shortline 3 shortline 4 } \stopalignment } I called it first Foo2, but that worked havoc on Foo. -- Cecil Westerhof

Re: [NTG-context] Heading in setuplayout from a variable

2013-04-26 Thread Cecil Westerhof
2013/4/26 Hans Hagen : > On 4/26/2013 2:35 PM, Cecil Westerhof wrote: >> >> 2013/4/26 Cecil Westerhof : >>>>> >>>>> I have the following code: >>>>> \setvariables[meta][type=cecil] >> >> >> This variable is hard code

Re: [NTG-context] Heading in setuplayout from a variable

2013-04-26 Thread Cecil Westerhof
2013/4/26 Cecil Westerhof : >>> I have the following code: >>> \setvariables[meta][type=cecil] This variable is hard coded. Is it possible to set it with a value I send as a command line parameter? -

[NTG-context] Fwd: Heading in setuplayout from a variable

2013-04-26 Thread Cecil Westerhof
Send to Hans instead of to the list. :-( -- Forwarded message -- From: Cecil Westerhof Date: 2013/4/26 Subject: Re: [NTG-context] Heading in setuplayout from a variable To: Hans Hagen 2013/4/26 Hans Hagen : > On 4/26/2013 1:27 PM, Cecil Westerhof wrote: >> >&g

[NTG-context] Heading in setuplayout from a variable

2013-04-26 Thread Cecil Westerhof
It is a long time since I used ConTeXt. I am starting again. I have the following code: \setvariables[meta][type=cecil] \if\getvariable{meta}{type}=cecil \setvariables[meta][ name={Cecil Westerhof}, ] \setvariables[layout][ header=0mm, ] \fi But that does

Re: [NTG-context] one small remark and one broad question

2012-12-15 Thread Cecil Westerhof
t)? Or would another approach be better? Thanks for your insights! I understood that you can generate HTML with ConTeXt also. So there would not be a need to use xml then. (I do not have experience with this.) -- Cecil Westerhof M cldwester...@gmail.com O< ascii ribbon campaign - stop html ma

[NTG-context] Footnote numbering pro page

2011-09-30 Thread Cecil Westerhof
A footnote is placed (at least the way I use it) on the same page as it is referred. But the numbering of the footnotes is continues. How can I make the footnote numbering reset to one at every page? -- Cecil Westerhof

Re: [NTG-context] Errors installing ConTeXt on Windows

2011-08-20 Thread Cecil Westerhof
2011/8/20 Alasdair McAndrew > Well, I've now got linux reinstalled, so I no longer need Windows. (Huge > sigh of relief.) Sorry about the anguished initial email! > I feel your pain. :-D -- C

Re: [NTG-context] Errors installing ConTeXt on Windows

2011-08-18 Thread Cecil Westerhof
have attached. This installation takes the assumption you are going to work with MKIV. If you also want to work with MKII you have to install Ruby. If you do not want to work with TeXworks, you can skip the second part. :-D -- Cecil Westerhof i

Re: [NTG-context] Errors installing ConTeXt on Windows

2011-08-18 Thread Cecil Westerhof
2011/8/18 Vyatcheslav Yatskovsky > Looks like the are problems with my installer and I'm not aware of. > > Alasdair McAndrew, can we collaborate on this issue (since I don't have > Win7 64 bit to do tests?) > I had the same problem. I was told it was broken fo

Re: [NTG-context] Smileys

2011-08-18 Thread Cecil Westerhof
to define wingdings as \**currentsymbolfont** So properly I need to install the font. Would it not be better to have at least the option that not finding a font is an error? -- Cecil Westerhof ___ If your question

Re: [NTG-context] Smileys

2011-08-18 Thread Cecil Westerhof
gives: windings: JKL -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage

Re: [NTG-context] Smileys

2011-08-17 Thread Cecil Westerhof
; > {\wingding \dochar{74}\dochar{75}\dochar{**76}} > > \stoptext > That just gives JKL. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! m

Re: [NTG-context] Centering 'clipping' text logo

2011-08-17 Thread Cecil Westerhof
2011/8/17 Peter Rolf > Am 17.08.2011 13:50, schrieb Cecil Westerhof: > > I like the last example on: > > http://wiki.contextgarden.net/Graphical_text_manipulation > > > > This creates a left aligned 'logo'. I would like it to be centered. I > > trie

[NTG-context] Centering 'clipping' text logo

2011-08-17 Thread Cecil Westerhof
I like the last example on: http://wiki.contextgarden.net/Graphical_text_manipulation This creates a left aligned 'logo'. I would like it to be centered. I tried several things, but until now to no avail. How can I get it centered? -- Cecil

Re: [NTG-context] Two rotates on the same line

2011-08-17 Thread Cecil Westerhof
2011/8/17 Peter Rolf > Am 17.08.2011 12:51, schrieb Peter Rolf: > > Am 17.08.2011 12:40, schrieb Cecil Westerhof: > >> I am still expanding my knowledge of ConTeXt. At the moment I am playing > >> with \rotate. When using: > >> \rotate[rotatio

Re: [NTG-context] Smileys

2011-08-17 Thread Cecil Westerhof
eplacement to work, you need a few more hacks, but > I would personally not like smilies to be inserted automatically.) > Neither do I. ;-} -- Cecil Westerhof ___ If your question is of interest to others as well

[NTG-context] Two rotates on the same line

2011-08-17 Thread Cecil Westerhof
can I do that? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http

Re: [NTG-context] Smileys

2011-08-17 Thread Cecil Westerhof
. At the moment I am just feeling like shooting in the dark. :-{ When knowing how to do it, I could try to make a smiley module. ;-} By the way: do I understand correctly that with \showsymbolset the second column shows how the character is displayed and the third columns shows the used space for th

Re: [NTG-context] Smileys

2011-08-16 Thread Cecil Westerhof
ld like to use something like \smiley, \grin, \cool, … -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman

[NTG-context] Smileys

2011-08-16 Thread Cecil Westerhof
Is it possible to work with smileys in ConTeXt? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman

Re: [NTG-context] Problem with installing ConTeXt

2011-08-16 Thread Cecil Westerhof
2011/8/16 Cecil Westerhof > I am still struggling to get ConTeXt running under Windows. At home where > (when I work with Windows) I work with Vista it worked. At the company they > use XP. I did the same as I did at home, but now I get error messages about > configuration files tha

[NTG-context] Problem with installing ConTeXt

2011-08-16 Thread Cecil Westerhof
c:\contextminimal. I installed ConTeXt in c:\context. Is it possible that something changed since yesterday? The way I try to couple ConTeXt and TeXworks is described in the following document: http://www.decebal.nl/ConTeXtManual.pdf -- Cecil Westerhof

Re: [NTG-context] Why is the \crlf needed to display the table correctly

2011-08-16 Thread Cecil Westerhof
; Change “align=right” to “align={right,broad}”. > At the moment I am not at the (Windows) computer where I write this document. I'll try it tonight. -- Cecil Westerhof ___ If your question is of interest to o

Re: [NTG-context] Why is the \crlf needed to display the table correctly

2011-08-15 Thread Cecil Westerhof
\eTR > \eTABLEbody > \eTABLE > > \stoptext > I think it is an obscure bug. If I take your code but change the following: \setupTABLE[c][1][align=right,width=.35\textwidth] \setupTABLE[c][2][width=.65\textwidth] I have the same problem. -- Cecil Westerhof ___

Re: [NTG-context] Why is the \crlf needed to display the table correctly

2011-08-15 Thread Cecil Westerhof
(The align, not the style.) -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context w

[NTG-context] Footnote numbering pro page

2011-08-15 Thread Cecil Westerhof
I would like my footnote numbering start on every page with 1. I thought this should be done with: \setupnote[footnote][way=bypage] I also tried: \setupnotedefinition[footnote][indenting={yes, small, next}, way=bypage] But both do not work. What is the right way to do it? -- Cecil

[NTG-context] Why is the \crlf needed to display the table correctly

2011-08-15 Thread Cecil Westerhof
displays correctly. But I am wondering why it is needed. Attached the tex and pdf files. -- Cecil Westerhof dummy.tex Description: TeX document dummy.pdf Description: Adobe PDF document ___ If your question is of

Re: [NTG-context] Use latest or current version

2011-08-15 Thread Cecil Westerhof
2011/8/15 Mojca Miklavec > On Mon, Aug 15, 2011 at 19:03, Cecil Westerhof wrote: > > I work 'always' with the latest version of ConTeXt. Now a client is going > to > > use it. Should I install for them also the latest version, or is it > better > > to use t

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Cecil Westerhof > > Do I understand correctly that '%% this is a comment' should not be in >>>> the PDF? Because it is when I compile the document. >>>> >>>> Yes, with \asciimode “%” is a normal character but to put comments in &g

[NTG-context] Use latest or current version

2011-08-15 Thread Cecil Westerhof
I work 'always' with the latest version of ConTeXt. Now a client is going to use it. Should I install for them also the latest version, or is it better to use the current version (--context=current)? -- Cecil

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
11 installed which interferes with ConTeXt > Standalone. > I thought I only installed ConTeXt Standalone. (The one from http://minimals.contextgarden.net/setup/context-setup-mswin.zip.) How can I find the problem? I just checked with my version on Linux, there it works like it should. Now I hav

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
aTeX, Version beta-0.70.1-2011080612 (rev 4277) \write18 enabled. (manualInterflon.tex ConTeXt ver: 2011.05.18 18:04 MKIV fmt: 2011.8.15 int: english/english -- Cecil Westerhof ___ If your question is of interest to o

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
> Does not work on my side. Both percentage signs and the text after it are displayed in my document. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maill

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster > 2011/8/15 Cecil Westerhof > >> While writing the documentation about using ConTeXt I need some 'special' >> characters. A few I have found, for example \%, \backslash, \texttilde, >> \percent. But until now I did not find how

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
dd an entry to > the Wiki! > > maillist : ntg-context@ntg.nl / > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/proj

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Cecil Westerhof > While writing the documentation about using ConTeXt I need some 'special' > characters. A few I have found, for example \%, \backslash, \texttilde, > \percent. But until now I did not find how to represent [ and ]. How would I > use those cha

[NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
'complete' list? I found several, but they where all for LaTeX and are not completely the same. For example LaTeX uses \textbackslash which does not work in ConTeXt which uses \backslash. -- Cecil Westerhof

Re: [NTG-context] Indenting in footnotes

2011-08-15 Thread Cecil Westerhof
; > C\footnote{\getvariable{footnote}{c}} > > \stoptext > That is already a lot better as it was first. ;-} You can write a feature request because it’s easy to add this functionality > but it depends on Hans. > I'll do that. -- Cecil Westerhof

Re: [NTG-context] Indenting in footnotes

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster > > BTW: is it possible to define the footnotes somewhere else? > > You mean like \useurl and \url? > Yes, it now 'distracts' from the main info. -- Cecil Westerhof ___

Re: [NTG-context] Indenting in footnotes

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster > 2011/8/15 Wolfgang Schuster > >> >> Am 15.08.2011 um 12:56 schrieb Cecil Westerhof: >> >> > I use: >> > \setupindenting[yes, small, next] >> > >> > This works on the main text, but not on the footno

Re: [NTG-context] Indenting in footnotes

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster > > Am 15.08.2011 um 12:56 schrieb Cecil Westerhof: > > > I use: > > \setupindenting[yes, small, next] > > > > This works on the main text, but not on the footnotes. In \setupfootnotes > I do not find an option to do the same.

[NTG-context] Indenting in footnotes

2011-08-15 Thread Cecil Westerhof
I use: \setupindenting[yes, small, next] This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible? -- Cecil Westerhof

Re: [NTG-context] Formatting lines in TeXworks and using spellchecking

2011-08-15 Thread Cecil Westerhof
orks manual: > http://www.tug.org/texworks/#Documentation > I'll do that. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / h

[NTG-context] Formatting lines in TeXworks and using spellchecking

2011-08-15 Thread Cecil Westerhof
spell-checking option, bet there are no languages to choose from. How can I install languages? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] Different output formats

2011-08-15 Thread Cecil Westerhof
our client doesn’t know anything about TeX and ConTeXt i would ignore > MkII and mention only the output formats of MkIV. > I was planning on only mentioning MKIV. These are the only output formats? At the moment only PDF and XML then. -- Cecil Westerhof __

[NTG-context] Different output formats

2011-08-15 Thread Cecil Westerhof
.) -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma

Re: [NTG-context] Installing ConTeXt in Windows (XP)

2011-08-15 Thread Cecil Westerhof
set the environment, but that is not recognised in TeXworks. I first tried to change the batch file and let it start TeXworks. That worked, but then I had a better idea. In step four I set the path to: C:/context/tex/texmf-mswin/bin And now it works completely correct I think. -- Cecil Westerho

Re: [NTG-context] Installing ConTeXt in Windows (XP)

2011-08-12 Thread Cecil Westerhof
2011/8/12 Cecil Westerhof > In the mean while, see if this helps: > >> <http://wiki.contextgarden.net/Simple_Windows_Installation>, >> especially the note at >> < >> http://wiki.contextgarden.net/Simple_Windows_Installation#Step_1:_Download_all_bits_and_

Re: [NTG-context] Installing ConTeXt in Windows (XP)

2011-08-12 Thread Cecil Westerhof
2011/8/12 Mari Voipio > On Fri, Aug 12, 2011 at 18:14, Cecil Westerhof > wrote: > > I like to install ConTeXt on a Windows (XP) machine (so I can make an > > installation manual). I use: > > > > > http://wiki.contextgarden.net/ConTeXt_Standalone#Installati

[NTG-context] Installing ConTeXt in Windows (XP)

2011-08-12 Thread Cecil Westerhof
7; So it looks like the script first-setup.bat needs some finetuning. The script context expects a file: c:/contextminimal/texmf-local/web2c/texmfcnf.lua' there is a directory: C:\context\tex\texmf-local but this directory is empty. Is the script wrong, or am I doing something wrong? Un

Re: [NTG-context] Indentation as in itemize

2011-08-06 Thread Cecil Westerhof
number of entries of each environment to the auxilary > file and when there is a change in this file you get two or three runs. > Aaah, that explains it. Thanks. -- Cecil Westerhof ___ If your question is of i

Re: [NTG-context] Indentation as in itemize

2011-08-06 Thread Cecil Westerhof
2011/8/5 Wolfgang Schuster > > Am 05.08.2011 um 09:02 schrieb Cecil Westerhof: > > > When you use itemize text is neatly put under each-other. > > I have the folowing in a macro: > > \bTR \RowWorkTable{}{\bullet\space #1} \eTR > > > > When text is over

Re: [NTG-context] Full justification in a table

2011-08-05 Thread Cecil Westerhof
a way to do this. Is it possible to get > full justification in a table also? > > \setupTABLE[start][frame=off,align=normal] > Oops, when you see the solution, it is very simple. Thanks. -- Cecil Westerhof _

[NTG-context] Full justification in a table

2011-08-05 Thread Cecil Westerhof
uses full justification. I want to do the same in the table, but I did not find a way to do this. Is it possible to get full justification in a table also? -- Cecil Westerhof ___ If your question is of interest to

[NTG-context] Indentation as in itemize

2011-08-05 Thread Cecil Westerhof
itemize. How would I do this? As a hack I now use: \bTR \RowWorkTable{}{\startitemize \item #1 \stopitemize} \eTR This does what I want, but I do not find it very pretty. (I have also the feeling that it makes the compilation time longer.) -- Cecil Westerhof

Re: [NTG-context] Centering text on the width of the page when using \startfiguretext

2011-08-04 Thread Cecil Westerhof
will now be placed on the top right of the first page. (Or the page where you do the \setupbackgrounds.) At the moment that is enough. But is it possible to have it place on the top right of the current paragraph? For example: \starttext \input knuth \input knuth \input knuth \stoptext And

Re: [NTG-context] Using the width of the page with start/stop tabulate

2011-08-04 Thread Cecil Westerhof
2011/8/3 Cecil Westerhof > Look into the wiki, maybe you find some info or use natural tables > >> which don’t use a space between columns. >> > > I'll continue my search. ;-} > I came up with the following: \setupbodyfont[10pt] \define[1]\ActivityWorkTable{

Re: [NTG-context] Using the width of the page with start/stop tabulate

2011-08-03 Thread Cecil Westerhof
late to table in your example. > \stoptabulate can not be handled by macros. So I had to switch. Look into the wiki, maybe you find some info or use natural tables > which don’t use a space between columns. > I'll continue my search. ;-} -- Cecil Westerhof

Re: [NTG-context] Using the width of the page with start/stop tabulate

2011-08-03 Thread Cecil Westerhof
\stoptable \starttable[|w(.10\textwidth)|p|] \HL \NC Field one \NC A quit long field to show what goes wrong \NC\AR \HL \stoptable \stoptext -- Cecil Westerhof ___ If your question is of interest to others as well, pl

Re: [NTG-context] Centering text on the width of the page when using \startfiguretext

2011-08-03 Thread Cecil Westerhof
very page instead of only > the first one. > > > Add “\setupbackgrounds[state=repeat]”. > Works. I find repeat a bit strange. I woild expect something like once. But this works. I now have: \setupbackgrounds[text][text][background=picture] \setupbackgrounds[state=repeat] It has to

Re: [NTG-context] Using the width of the page with start/stop tabulate

2011-08-03 Thread Cecil Westerhof
e table wider than > the normal text. > Is it know how much spave this is? For another table I now use: \starttable[|w(.10\textwidth)|p(.82\textwidth)|] This looks about right, but if there is a better way to do i

Re: [NTG-context] Centering text on the width of the page when using \startfiguretext

2011-08-03 Thread Cecil Westerhof
> > \setlayer[picture]{\externalfigure[mill][width=4cm]} > > \setupbackgrounds[text][text][background=picture] > Almost there. ;-} The placement is okay, but now the picture is on every page instead of only the first one. -- Cecil Westerhof _

Re: [NTG-context] Using the width of the page with start/stop tabulate

2011-08-03 Thread Cecil Westerhof
; \starttabulate[|p|p|] > That is in this case a better solution. For one in my solution the table became to wide. (Do not know why.) -- Cecil Westerhof ___ If your question is of interest to others as well, ple

Re: [NTG-context] Centering text on the width of the page when using \startfiguretext

2011-08-03 Thread Cecil Westerhof
r I do, the picture keeps in the top left corner of the page. I would like to have the right side of the picture aligned with the right margin. Is this possible? -- Cecil Westerhof ___ If your question is of inter

Re: [NTG-context] Centering text on the width of the page when using \startfiguretext

2011-08-03 Thread Cecil Westerhof
2011/8/3 Wolfgang Schuster > > Am 03.08.2011 um 09:52 schrieb Cecil Westerhof: > > I am converting my CV to ConTeXt. Simplified I have the folowing in it: > \startfiguretext[right]{none}{\externalfigure[graphics/pasfotoKlein]} > \startalignment[center] > E-m

Re: [NTG-context] Runaway argument with \stoptabulate in a macro

2011-08-03 Thread Cecil Westerhof
2011/8/3 Wolfgang Schuster > > Am 03.08.2011 um 13:25 schrieb Cecil Westerhof: > > > I have the following code: > > > > […] > > > > When I put a \stoptabulate after \StopWorkTable it compiles as expected. > But why does the \stoptabulate in \StopWorkT

[NTG-context] Runaway argument with \stoptabulate in a macro

2011-08-03 Thread Cecil Westerhof
<*> ./dummy.tex \stoptext ? When I put a \stoptabulate after \StopWorkTable it compiles as expected. But why does the \stoptabulate in \StopWorkTable not work? -- Cecil Westerhof ___ If your

Re: [NTG-context] Using the width of the page with start/stop tabulate

2011-08-03 Thread Cecil Westerhof
2011/8/3 Cecil Westerhof > I am using the following code: > \starttabulate[|l|l|] > \HL > \NC {\bf Primair} \NC {\bf Secundair} \NC\NR > \HL > \NC C en C++ \NC Java \NC\NR > \NC Python\NC Perl \NC\NR > \N

[NTG-context] Using the width of the page with start/stop tabulate

2011-08-03 Thread Cecil Westerhof
JavaScript \NC\NR \NC \NC PHP \NC\NR \NC \NC Pascal \NC\NR \HL \stoptabulate But this uses only the necessary space. I would like to have the table using the width of the page and both columns having the same size. Is this possible? -- Cecil

[NTG-context] Centering text on the width of the page when using \startfiguretext

2011-08-03 Thread Cecil Westerhof
width of the page, without taking into consideration the space the photo takes up. How would I do that? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] My company and its client properly are going to use ConTeXt

2011-08-02 Thread Cecil Westerhof
es of ConTeXt. > Thanks, good idea. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/

[NTG-context] My company and its client properly are going to use ConTeXt

2011-08-02 Thread Cecil Westerhof
works. And when they are satisfied, they will make the switch. When anyone has tips how to showcase it … -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] Error messages sometimes horrible wrong

2011-07-29 Thread Cecil Westerhof
I have had it before, but had it just again, and it can make live quit difficult. Instead of \getvariable I had used \getvar on line 3206. But the error message of ConTeXt was pointing me to line 330. This makes finding and correcting errors a little difficult. -- Cecil Westerhof

[NTG-context] \defineseperatedlist and working with variables and merging fields

2011-07-27 Thread Cecil Westerhof
example in the table under it where I use Is this possible? -- Cecil Westerhof test.tex Description: TeX document test.pdf Description: Adobe PDF document ___ If your question is of interest to others as well, please

Re: [NTG-context] Can ConTeXt generate QR-codes

2011-07-26 Thread Cecil Westerhof
vnitřního ani vnějšího příkazu, spustitelného programu > nebo dávkového souboru." > > (which means "zint is not a name of an internal or an external command, an > executable or a batch file.") > Did you install zint? It is an e

Re: [NTG-context] Can ConTeXt generate QR-codes

2011-07-23 Thread Cecil Westerhof
en can have different methods (for example Debian/Ubuntu uses apt-get) and for Windows I suppose you have to download an installer. -- Cecil Westerhof ___ If your question is of interest to others as well, please add

Re: [NTG-context] Can ConTeXt generate QR-codes

2011-07-23 Thread Cecil Westerhof
2011/7/23 Wolfgang Schuster > > Am 23.07.2011 um 11:28 schrieb Cecil Westerhof: > > I would like to integrate qr-codes into documents. ( > http://en.wikipedia.org/wiki/QR_code) Is this possible with ConTeXt? > > > \usemodule[zint] > > There is a example at the end

[NTG-context] Can ConTeXt generate QR-codes

2011-07-23 Thread Cecil Westerhof
I would like to integrate qr-codes into documents. ( http://en.wikipedia.org/wiki/QR_code) Is this possible with ConTeXt? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Use of \hairline in the header

2011-07-19 Thread Cecil Westerhof
2011/7/19 Wolfgang Schuster > > I have the following document: > > \setupheader[ > > after={\startalignment[center]\hairline\stopalignment}, > > style={\switchtobodyfont[9pt]}, > > ] > > \setupheader[text][after=\hairline,...] &g

Re: [NTG-context] ConTeXt -> LaTeXt -> ODT?

2011-07-19 Thread Cecil Westerhof
hange the documentation. ;-} It was quite a learning experience altogether. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@nt

Re: [NTG-context] ConTeXt to Markdown (was Edit a ConTeXt generated document with Adobe Acrobat Professional)

2011-07-19 Thread Cecil Westerhof
kiv switch for Context? > I don't know haskell, but it sound like a good excuse to start. > I was thinking the same. ;-} -- Cecil Westerhof ___ If your question is of interest to others as well, please add

Re: [NTG-context] ConTeXt -> LaTeXt -> ODT?

2011-07-19 Thread Cecil Westerhof
e have, well we just use Open Office. (Or Libre.) -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/li

Re: [NTG-context] ConTeXt -> LaTeXt -> ODT?

2011-07-19 Thread Cecil Westerhof
ConTeXt > as needed. > I did not know. They where happy with PDF's all the time, but when the project was almost finished, they changed the requirements. But maybe good to keep in mind for the next project. -- Cecil Westerhof ___

Re: [NTG-context] General suggestion: Unit tests for ConText

2011-07-19 Thread Cecil Westerhof
of these can be used for testing, some can also serve as > examples of usage. I have a script that can process them and keep track of > changes at a rough pixel level but simply have no time to keep up with that. > How much time would cost that? Maybe I co

Re: [NTG-context] General suggestion: Unit tests for ConText

2011-07-19 Thread Cecil Westerhof
you thinking about this idea? > I think it is a great idea. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.n

Re: [NTG-context] ConTeXt to Markdown (was Edit a ConTeXt generated document with Adobe Acrobat Professional)

2011-07-19 Thread Cecil Westerhof
t it to text. (Hans had > mentioned this as a possible way to convert to HTML during TUG 2009). > When you find them, I would be interested in them. And maybe I can improve on them. -- Cecil Westerhof ___ If your quest

[NTG-context] Use of \hairline in the header

2011-07-19 Thread Cecil Westerhof
-07-19] \starttext Just some text to fill the document. \stoptext I would expect the hairline to be at the same place as the text of the document, but instead it is completely left aligned. What am I doing wrong? -- Cecil Westerhof dummy.pdf Description: Adobe PDF document

Re: [NTG-context] ConTeXt -> LaTeXt -> ODT?

2011-07-19 Thread Cecil Westerhof
2011/7/19 Hans Hagen > On 19-7-2011 10:47, Cecil Westerhof wrote: > >> I another thread I talked about my problems with converting my ConTeXt >> file >> to an editable format. In principal going the xhtml way seemed best. >> >> But yesterday I got talking w

  1   2   3   4   >