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

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

[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

[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

[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 cldwester...@gmail.com Date: 2013/4/26 Subject: Re: [NTG-context] Heading in setuplayout from a variable To: Hans Hagen pra...@wxs.nl 2013/4/26 Hans Hagen pra...@wxs.nl: On 4/26/2013 1:27 PM

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

2013-04-26 Thread Cecil Westerhof
2013/4/26 Cecil Westerhof cldwester...@gmail.com: 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? -- Cecil Westerhof

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

2013-04-26 Thread Cecil Westerhof
2013/4/26 Hans Hagen pra...@wxs.nl: On 4/26/2013 2:35 PM, Cecil Westerhof wrote: 2013/4/26 Cecil Westerhof cldwester...@gmail.com: 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

[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

[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

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 pra...@wxs.nl: 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 on the command line. Then you need

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 pra...@wxs.nl: On 4/26/2013 6:50 PM, Cecil Westerhof wrote: 2013/4/26 Hans Hagen pra...@wxs.nl: 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

[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 cldwester...@gmail.com Date: 2013/4/26 Subject: Re: [NTG-context] Is it possible to set the output file name in the script To: Hans Hagen pra...@wxs.nl 2013/4/26 Hans Hagen pra

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 cldwester...@gmail.com: 2013/4/26 Hans Hagen pra...@wxs.nl: On 4/26/2013 7:01 PM, Cecil Westerhof wrote: 2013/4/26 Hans Hagen pra...@wxs.nl: On 4/26/2013 6:50 PM, Cecil Westerhof wrote: 2013/4/26 Hans Hagen pra...@wxs.nl: On 4/26/2013 5:34 PM, Cecil Westerhof

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 cldwester...@gmail.com: 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 declare -r SCRIPTNAME

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

2013-04-26 Thread Cecil Westerhof
2013/4/26 Hans Hagen pra...@wxs.nl: 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:personalInfo:long] \startlines longline 1 longline 2

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 pmli...@free.fr: 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-${1:-cecil} CV-Cecil-Westerhof --8

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

2013-04-26 Thread Cecil Westerhof
bodyfont 15pt is defined (can better be done global) fontsbodyfont 1.25em is defined (can better be done global) fontsbodyfont 1.25em is not defined What am I doing wrong? -- Cecil Westerhof

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

2012-12-15 Thread Cecil Westerhof
? 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 mail - www.asciiribbon.org Please do

[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 amc...@gmail.com 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 -- Cecil Westerhof

Re: [NTG-context] Smileys

2011-08-18 Thread Cecil Westerhof
}} \stoptext But it just 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

Re: [NTG-context] Smileys

2011-08-18 Thread Cecil Westerhof
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 is of interest to others as well, please add an entry

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

2011-08-18 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] Errors installing ConTeXt on Windows

2011-08-18 Thread Cecil Westerhof
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 installConTeXtWithTeXworks.pdf Description: Adobe PDF document

Re: [NTG-context] Smileys

2011-08-17 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

[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
would personally not like smilies to be inserted automatically.) Neither do I. ;-} -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

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

2011-08-17 Thread Cecil Westerhof
2011/8/17 Peter Rolf indi...@gmx.net 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[rotation=42]{Tekst kan ook worden geroteerd

[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 Westerhof

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

2011-08-17 Thread Cecil Westerhof
2011/8/17 Peter Rolf indi...@gmx.net 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 tried several things, but until now

Re: [NTG-context] Smileys

2011-08-17 Thread Cecil Westerhof
{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! maillist : ntg-context@ntg.nl / http://www.ntg.nl

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

2011-08-16 Thread Cecil Westerhof
” 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 others as well, please add

[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] Problem with installing ConTeXt

2011-08-16 Thread Cecil Westerhof
2011/8/16 Cecil Westerhof cldwester...@gmail.com 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

[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] Smileys

2011-08-16 Thread Cecil Westerhof
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/listinfo/ntg-context

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

2011-08-15 Thread Cecil Westerhof
, 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 Westerhof ___ If your question is of interest to others as well

[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] Different output formats

2011-08-15 Thread Cecil Westerhof
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] Formatting lines in TeXworks and using spellchecking

2011-08-15 Thread Cecil Westerhof
: there is a 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] Formatting lines in TeXworks and using spellchecking

2011-08-15 Thread Cecil Westerhof
/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 / http://www.ntg.nl/mailman/listinfo/ntg

[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] Indenting in footnotes

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com 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. Am I overlooking

Re: [NTG-context] Indenting in footnotes

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com 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
. ;-} 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 ___ If your question is of interest to others as well, please add an entry

[NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
' 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 ___ If your question

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Cecil Westerhof cldwester...@gmail.com 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 characters

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___ -- Cecil Westerhof

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com 2011/8/15 Cecil Westerhof cldwester...@gmail.com 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

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! maillist

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
: 2011.8.15 int: english/english -- 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] List of special characters

2011-08-15 Thread Cecil Westerhof
? I just checked with my version on Linux, there it works like it should. Now I have to make sure it works also under Windows. -- Cecil Westerhof ___ If your question is of interest to others as well, please add

[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 Westerhof

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Cecil Westerhof cldwester...@gmail.com 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 your document you can use “%%”. Does not work

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

2011-08-15 Thread Cecil Westerhof
2011/8/15 Mojca Miklavec mojca.miklavec.li...@gmail.com 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 the current version

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

2011-08-15 Thread Cecil Westerhof
. This 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

[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

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 webpage

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

2011-08-15 Thread Cecil Westerhof
=.65\textwidth] I have the same problem. -- 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] Runaway argument with \stoptabulate in a macro

2011-08-03 Thread Cecil Westerhof
as expected. But why does the \stoptabulate in \StopWorkTable not work? -- 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

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

2011-07-26 Thread Cecil Westerhof
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 external program that you need to instal. -- Cecil Westerhof

[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] Can ConTeXt generate QR-codes

2011-07-23 Thread Cecil Westerhof
2011/7/23 Wolfgang Schuster schuster.wolfg...@googlemail.com 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

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

2011-07-23 Thread Cecil Westerhof
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 an entry

[NTG-context] ConTeXt - LaTeXt - ODT?

2011-07-19 Thread Cecil Westerhof
. This could solve my problem. Was this person correct? If yes, how would I do this? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

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

2011-07-19 Thread Cecil Westerhof
2011/7/19 Hans Hagen pra...@wxs.nl 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 with someone in the train. He told me

[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 to Markdown (was Edit a ConTeXt generated document with Adobe Acrobat Professional)

2011-07-19 Thread Cecil Westerhof
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 question is of interest to others as well, please add

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

2011-07-19 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-ade.nl

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

2011-07-19 Thread Cecil Westerhof
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 could do that. -- Cecil Westerhof

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

2011-07-19 Thread Cecil Westerhof
. 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 ___ If your question

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

2011-07-19 Thread Cecil Westerhof
. And if we 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

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

2011-07-19 Thread Cecil Westerhof
. ;-} 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@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg

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

2011-07-19 Thread Cecil Westerhof
2011/7/19 Wolfgang Schuster schuster.wolfg...@googlemail.com I have the following document: \setupheader[ after={\startalignment[center]\hairline\stopalignment}, style={\switchtobodyfont[9pt]}, ] \setupheader[text][after=\hairline,...] Works. Thanks. -- Cecil Westerhof

Re: [NTG-context] Export to xhtml and useurl

2011-07-18 Thread Cecil Westerhof
2011/7/18 Hans Hagen pra...@wxs.nl On 16-7-2011 12:32, Cecil Westerhof wrote: I need to export my document. For this I use: \setupbackend[export=yes,**xhtml=yes,css=yes] I have update my document with start and stop for chapter, section and subsection, but I have one problem. I have

[NTG-context] Export to xhtml and useurl

2011-07-16 Thread Cecil Westerhof
: bad argument #2 to 'write' (string expected, got nil). system tex error on line 0 in file : LuaTeX error ... empty file * ./documentatie.tex So properly I need to change something. But what? -- Cecil Westerhof

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-15 Thread Cecil Westerhof
of a deadline. I'll survive, I always did. :-D I have to thank this list for the help and support. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-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-ade.nl

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-15 Thread Cecil Westerhof
2011/7/15 Andreas Schneider ak...@gmx.de At Friday, 15.07.2011 on 10:17 Cecil Westerhof wrote: Properly that anybody that knows how to write a document in Microsoft Office can change the document. So standard software, with a low learning curve. I had some problems getting them to accept

[NTG-context] From \chapter to \startchapter \stopchapter

2011-07-15 Thread Cecil Westerhof
change something like: \chapter[aboutLink]{A descriptive title} -- 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

[NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
: \usetypescript[helvetica] \setupbodyfont[helvetica] because they did not like the default font. -- Cecil Westerhof attachment: properties.png___ If your question is of interest to others as well, please add

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 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] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
into the system fonts as an ordinary font, at least under Windows. I work with ConTeXt under Linux and Adobe runs under Windows. What do I need to do to get things working. -- Cecil Westerhof ___ If your question

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
system when making the pdf I am building on Linux and the editing has to be done on Windows. So I am afraid that it is not going to work. (But I like to be proven wrong.) I removed all setting of fonts, so I think the OS font was used. But the same problem in Adobe. (LMRoman) -- Cecil Westerhof

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
2011/7/14 Cecil Westerhof cldwester...@gmail.com 2011/7/14 Hans Hagen pra...@wxs.nl you can look at the list of reported fonts, and put those in the windows/fonts (forget about type1, just stick to the ttf/otf) I executed find . -name '*Gyre*' But that does not find anything. Found

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
2011/7/14 Cecil Westerhof cldwester...@gmail.com Found them. The names are all lowercase. I have: ./context/tex/texmf/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf ./context/tex/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf ./context/tex/texmf/fonts/opentype/public

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
. Besides that uses TeX/LaTeX and my document is ConTeXt. Is there a possibility to export to a format that is editable? HTML is possible of-course, but is there a better possibility? -- Cecil Westerhof ___ If your

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
they want to edit it themselves. Or can I generate from my tex file something that has the meta information and can be edited in Scribus? -- Cecil Westerhof ___ If your question is of interest to others as well, please

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
documentation. -- 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] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 Thread Cecil Westerhof
. To be honest I do not think it is a real solution. If I see how much work it was for me to get things done and taking into account that I am a command-line 'freak', you can not expect point and click people to do it. -- Cecil Westerhof

Re: [NTG-context] Edit a ConTeXt generated document with Adobe Acrobat Professional

2011-07-14 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

[NTG-context] Can not become member of NTG

2011-07-13 Thread Cecil Westerhof
I tried to become a member, but after submitting the form I get: Not acceptable! I entered all the fields except postbus and telefoon. -- Cecil Westerhof ___ If your question is of interest to others as well

[NTG-context] Editable PDF-document

2011-07-12 Thread Cecil Westerhof
the PDF when he gets it, or could I better generate HTML? -- 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

[NTG-context] Links

2011-07-12 Thread Cecil Westerhof
De links naar de PDF bestanden op http://www.ntg.nl/maps/42/index.html werken niet. -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

[NTG-context] 'Rainbow' header/footer

2011-07-11 Thread Cecil Westerhof
they want me to do the same. What is the best way to do this? -- 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

[NTG-context] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
auto generated. Is this possible? -- 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

Re: [NTG-context] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
2011/7/6 luigi scarso luigi.sca...@gmail.com On Wed, Jul 6, 2011 at 10:48 AM, Cecil Westerhof cldwester...@gmail.com wrote: At the moment I have the following in my document: In the chapters 7 to 12 a more in depth description of the functionalities will be given

Re: [NTG-context] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
2011/7/6 Pontus Lurcock p...@talvi.net On Wed 06 Jul 2011, Cecil Westerhof wrote: What I mean. I have something like: \chapter{General description} . . This is explained in chapters 7 to 12. . . \chapter{another} . . \chapter{first explaining} % this is (now) chapter 7

[NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
would it not be better when clicking on this button, the highlighting also works with rounded corners? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
] {Go Back} [PreviousJump] and this does what I want. One slight problem. The backgroundcolor is a rectangle en goes out of the rounded button. -- Cecil Westerhof ___ If your question is of interest to others as well

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
, the inversion is done for the rectangle. So the button is displayed correctly with rounded corners, but when clicking on the button, the inversion goes out of the button because the complete rectangle is inverted. I would like to have the part outside of the rounded button not inverted. -- Cecil

  1   2   3   4   >