[NTG-context] useexternaldocument with custom file type

2020-04-23 Thread Jan U. Hasecke
Hi, can I link to a file with custom file type eg. OpenDocument with \useexternaldocument? This does not work. \useexternaldocument[test][test.ods][A test document] As the PDF viewer is opened first, it does not recognize the file type. juh _

Re: [NTG-context] useexternaldocument with custom file type

2020-04-23 Thread Jan U. Hasecke
Hi Wolfgang, thanks for the fast reply. Am 23.04.20 um 12:06 schrieb Wolfgang Schuster: > Jan U. Hasecke schrieb am 23.04.2020 um 11:54: >> Hi, >> >> can I link to a file with custom file type eg. OpenDocument with >> \useexternaldocument? >> >> This do

Re: [NTG-context] useexternaldocument with custom file type

2020-04-23 Thread Jan U. Hasecke
Am 23.04.20 um 14:22 schrieb Vladimir Lomov: > Otherwise could you describe what exactly you want to achive? This works: \setupinteraction[state=start] \setupcolors[state=start] \starttext \goto{linkname}[file(target.pdf)] \stoptext This does not work: \setupinteraction[state=start] \setupcolor

Re: [NTG-context] useexternaldocument with custom file type

2020-04-23 Thread Jan U. Hasecke
Am 23.04.20 um 16:10 schrieb Vladimir Lomov: > Please see the page about '\goto' command, it was written for a reason! Ok, with \goto{linkname}[program(target.doc)] it works. "works" means some PDF Viewers opens the right program. juh

Re: [NTG-context] useexternaldocument with custom file type

2020-04-23 Thread Jan U. Hasecke
Am 23.04.20 um 19:25 schrieb Henning Hraban Ramm: > >> Am 23.04.2020 um 16:36 schrieb Jan U. Hasecke : >> >> Am 23.04.20 um 16:10 schrieb Vladimir Lomov: >>> Please see the page about '\goto' command, it was written for a reason! >> >> Ok

Re: [NTG-context] Typesetting Markdown - Part 8

2020-04-27 Thread Jan U. Hasecke
Hi Dave, Am 28.04.20 um 04:00 schrieb Thangalin: > Hi folks! > > Second last part in the series. The project, product, component, and > environment relations were a bit finicky. Those willing to point out > improvements that can be made---Hans, Taco, Wolfgang, Aditya, and > others---would be very

Re: [NTG-context] Typesetting Markdown - Part 8

2020-04-28 Thread Jan U. Hasecke
Am 28.04.20 um 10:35 schrieb Saša Janiška: > On Tue, 28 Apr 2020 08:32:57 +0200 > "Jan U. Hasecke" wrote: > >> 3. Being a writer I think that Markdown --> ConTeXt is the best way to >> achieve what I want: easy writing and professional looking books. > >

[NTG-context] Styling of included buffers or files

2020-05-17 Thread Jan U. Hasecke
Hi all, I am currently writing a text where I want to include text snippets either by including files or including buffers. What is the best way to style all these included buffers? I know that I can do something like this: \startcolumns \getbuffer[Muenchen] \stopcolumns Or do something with \

Re: [NTG-context] Styling of included buffers or files

2020-05-18 Thread Jan U. Hasecke
Am 17.05.20 um 19:04 schrieb Marco Patzer: >> >> Is it somehow possible to apply styles to all buffers that gets >> included via \getbuffer by defining a special getbuffer-style? > > \setupbuffer has before and after keys which can be used. Example: > > \setupbuffer > [before=\blank\blackrule\s

Re: [NTG-context] two superscript versions with Garamond Libre

2020-05-18 Thread Jan U. Hasecke
Am 18.05.20 um 22:23 schrieb Henning Hraban Ramm: > > >> Am 18.05.2020 um 17:18 schrieb Pablo Rodriguez : >> >> Typeface is available at >> https://github.com/dbenjaminmiller/garamond-libre/releases/latest. > > Thank you for the hint, I’m always looking for interesting fonts. > This is a nicely

Re: [NTG-context] Let chapter start on odd page and make the even page before show an image

2020-05-29 Thread Jan U. Hasecke
Am 29.05.20 um 12:45 schrieb Wolfgang Schuster: > juh schrieb am 29.05.2020 um 10:29: >> Dear all, >> >> with your help I can colorize the empty even page right before a >> chapter starts >> on the odd page. The mwe below shows it. >> >> Now I would like to redefine the contents of the left page on

Re: [NTG-context] Let chapter start on odd page and make the even page before show an image

2020-05-29 Thread Jan U. Hasecke
Hi Wolfgang, thank you very much. Amazing! Am 29.05.20 um 15:35 schrieb Wolfgang Schuster: > \definedataset [chapter] > > \startsetups [chapter:before] > >   \page[yes] > >   \doglobal\increment\ChapterCounter > >   \doifoddpageelse >     {} >     {\doifsomething >    {\datasetvariable{ch

Re: [NTG-context] Let chapter start on odd page and make the even page before show an image

2020-05-29 Thread Jan U. Hasecke
Am 29.05.20 um 18:03 schrieb Aditya Mahajan: > The magic of loading and reusing them happens behind the scenes, so the > user doesn't have to worry about it. See > https://wiki.contextgarden.net/System_Macros/Key_Value_Assignments#Multi-pass_data > for more details. > > Now, suppose you wanted to

[NTG-context] Bug in lmtx or wrong setup?

2020-06-09 Thread Jan U. Hasecke
Hi all, I encountered a very strange problem. I want to have section headlines expanding the whole textarea, but the following copy text of the section shall be typeset in columns. I have this setup and it works fine. \setuphead [section] [ insidesection=\startcolumns, aftersection=\s

Re: [NTG-context] footnotes missing in heads

2020-09-02 Thread Jan U. Hasecke
Am 03.09.20 um 07:50 schrieb Pablo Rodriguez: > Dear list, > > the following minimal sample: > > \starttext > \chapter{Chapter\footnote{Note}} > \section{Section\footnote{Note}} > \stoptext > > Using current latest (from 2020.09.02 20:37) doesn’t display the footnotes. > > I’m a

Re: [NTG-context] A Spanish introduction to ConTeXt Mark IV

2020-10-14 Thread Jan U. Hasecke
Hola Joaquín, On 14.10.20 06:27, Joaquín Ataz López wrote: > Its title is "An Introduction (not too short) to ConTeXt Mark IV". what a great introduction! And just another hint for me to improve my Spanish. ;-) Jan Ulrich Hasecke

[NTG-context] text surrounding graphic in columns

2020-10-14 Thread Jan U. Hasecke
Hi, how can I get a graphic that floats left or right from the text in columns or columnsets? \starttext \startcolumns[2] \placefigure[left, high, none]{} {\externalfigure[dummy][width=3em]} \input ward \input ward \stopcolumns \blank \placefigure[left, high, none]{} {\extern

Re: [NTG-context] text surrounding graphic in columns

2020-10-15 Thread Jan U. Hasecke
Thanks Hraban! On 14.10.20 19:36, Henning Hraban Ramm wrote: >> how can I get a graphic that floats left or right from the text in >> columns or columnsets? > > You can’t, sorry. I feared that. I changed my layout a bit and use tables now. juh ___

Re: [NTG-context] text surrounding graphic in columns

2020-10-15 Thread Jan U. Hasecke
Thanks a lot for this hint, Hans! On 15.10.20 09:15, Hans Hagen wrote: > \starttext > > \setupbodyfont[plex,10pt] > \setupalign[tolerant,stretch] > \useMPlibrary[dum] > > \startpagecolumns[n=2] >     \dorecurse {10} { >     \startplacefigure[location={left,none}] >     \externalfigur

[NTG-context] Changing the colors of Charts in luametafun

2020-10-16 Thread Jan U. Hasecke
Hi, as I'll need to make some business charts in the near future I had a look into metafun xl. Here is the first example: \startMPcode draw lmt_chart_circle [ samples = { { 1, 4, 3, 2, 5, 7, 6 } }, percentage = true, trace = true, ] ; \stopMPcode How can I change the colors used for the sample

Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-18 Thread Jan U. Hasecke
On 18.10.20 19:04, Hans Hagen wrote: >> How can I change the colors used for the sample? > >     fillcolors = { >     "red", "green", "blue", >     "yellow", "magenta", "cyan", >     "gray" >     }, Thanks a lot. Argh, it was before my eyes. :-/ juh __

Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-19 Thread Jan U. Hasecke
On 18.10.20 22:59, Henning Hraban Ramm wrote: > Hi juh, > >> Am 16.10.2020 um 15:34 schrieb Jan U. Hasecke : >> >> as I'll need to make some business charts in the near future I had a >> look into metafun xl. > > you might like the new charts module by

[NTG-context] statistical charts (was: Changing the colors of Charts in luametafun)

2020-10-19 Thread Jan U. Hasecke
Hi all, I play around with the charts module by Tamara Kocurová & Adriana Kašparová. Great work! I really like it. https://akela.mendelu.cz/~thala/statcharts/ There is one very nitpicking thing. The dots of the grid are not always in a regularly fixed distance as the attached screenshot shows.

[NTG-context] checkbox in fields show the word yes

2020-11-17 Thread Jan U. Hasecke
Hi all, with this example I get a checkbox that does not work; in my real world document it works, I can't say why. But this minimal example shows the problem I have in my real document. \usemodule[fields] \setupinteraction [state=start] \setupfield[cbox][width=1em,height=1em,option=printable,f

[NTG-context] image align in \clip

2020-12-09 Thread Jan U. Hasecke
Dear all, I use \clip to simplify working with images. I have a problem that I am unable to reproduce in a MWE. \setupexternalfigure[location=default] \showframe \starttext \externalfigure[cow.pdf][width=\textwidth] \clip[height=50mm] {\externalfigure[cow.pdf][width=\textwidth]} \stoptext

Re: [NTG-context] image align in \clip

2020-12-09 Thread Jan U. Hasecke
Am 09.12.20 um 11:26 schrieb Hans Hagen: > what if you put \removeunwantedspaces in front of the clip The space vanishes when I put it right before \externalfigure. Thanks a lot, Hans! (Still, I would like to know how the space came up in the first place.) juh _

Re: [NTG-context] checkbox in fields show the word yes

2020-12-11 Thread Jan U. Hasecke
Dear all, as nobody answered I would like too repeat my question. If you open the MWE in Firefox, you see the word "yes" written in the checkbox. Is there a way to avoid this? Thanks a lot for your help. juh Am 17.11.20 um 13:50 schrieb Jan U. Hasecke: > Hi all, > > with t

Re: [NTG-context] Text editor support via Digestif

2020-12-31 Thread Jan U. Hasecke
Dear Augusto, Am 31.12.20 um 10:25 schrieb Augusto Stoffel: > Hi all, > > I have worked a bit on ConTeXt support in the Digestif language server > [1], and I think it's pretty usable by this point, so I would like to > invite everyone to check it out. Feedback is welcome. this looks great. Tha

[NTG-context] Org-Mode for ConTeXt

2021-01-10 Thread Jan U. Hasecke
Dear all, Emacs and Org-Mode is central to my writing workflow as I use org-mode for organizing my Zettelkasten.[1] Now I am looking for a way to extend the workflow an include ConTeXt. Is anybody aware of a ConTeXt export tool for Org-Mode? Ciao! juh [1] https://www.hasecke.eu/post/luhmanns-

Re: [NTG-context] lmtx

2021-01-19 Thread Jan U. Hasecke
Hi, I am afraid that clip stops working in current version: 2021.01.18 18:19 \setupexternalfigure[location=default] \showframe \starttext \clip[height=50mm,voffset=10mm] {\externalfigure[cow.pdf][width=\textwidth]} \stoptext juh -- Autoren-Homepage: . http://literatur.hasecke.co

[NTG-context] How to write readable source files?

2021-04-24 Thread Jan U. Hasecke
Hi all, how do you format your ConTeXt source files? I recently discovered prettier which reformats source files for different markup and programming languages such as html, markdown, json etc. There are some other tools around but I don't find anything for ConTeXt. Do you know of any prett

[NTG-context] named § symbol

2021-06-17 Thread Jan U. Hasecke
Hi all, I use this for legal documents: \setuplabeltext[section=§~] But I wonder if there is a named command like \letterhash for this. TIA juh ___ If your question is of interest to others as well, please add an e

[NTG-context] endash emdash

2021-06-23 Thread Jan U. Hasecke
Dear all, I am completely lost with a ridicously small problem. \starttext -- --- – \stoptext ConTeXt creates two endash rules and a very long dash in the middle, as I expected. But in my project I always get the plain source chars. I have no idea where I accidentally misconfigured th

Re: [NTG-context] endash emdash

2021-06-23 Thread Jan U. Hasecke
Am 23.06.21 um 07:11 schrieb Jan U. Hasecke: Dear all, I am completely lost with a ridicously small problem. This was a self motivation. ;-) \starttext -- --- – \stoptext ConTeXt creates two endash rules and a very long dash in the middle, as I expected. But in my project I always

[NTG-context] splitting tables from csv with first row as header

2021-06-23 Thread Jan U. Hasecke
Hi all, I have this sample: \usemodule[database] \setuppapersize [A6] \setupTABLE [split=yes, header=repeat] \defineseparatedlist [test] [separator={;}, % tab before=\bTABLE,after=\eTABLE, first=\bTR,last=\eTR, left=\bTD,right=\eTD] \starttext \processdatabasefile[test]

[NTG-context] Align in setup header/footer

2021-06-25 Thread Jan U. Hasecke
Dear all, while finetuning a layout I would like to change the align in setupfootertext to right align or outer align as it is a doublesided layout. The default is afaics to align to the middle of the two pages. I would like to change this but there is no align key in setupfooter. TIA juh

Re: [NTG-context] Align in setup header/footer

2021-06-25 Thread Jan U. Hasecke
Hi Denis, Am 25.06.21 um 09:50 schrieb denis.ma...@unibe.ch: Or, for more complex footers/headers you can use: \setupfootertexts [left on odd page] % out [right on odd page] % in [right on even page] % in [left on even page] % out In fact it is something like this \setupf

Re: [NTG-context] Align in setup header/footer

2021-06-25 Thread Jan U. Hasecke
Am 25.06.21 um 12:36 schrieb denis.ma...@unibe.ch: but you'll perhaps have to put the stuff inside a hbox first \definehbox[pagenumber][12.5mm] \setupfootertexts [] [{\getmarking[chapter]}\hboxpagenumber{\hfill\pagenumber}] [\hboxpagenumber{\pagenumber\hfill}{\getmarking[pa

[NTG-context] paragraph standing out of the normal layout comsuming the margin

2021-06-25 Thread Jan U. Hasecke
Dear all, the mwe shows my try to define a paragraph that stand out like this: On right pages xxx xxx xx xx xxx xxx On left pages xxx xxx xx xx xxx xxx My try with setups does not work. The textcolor is restored but not the la

Re: [NTG-context] paragraph standing out of the normal layout comsuming the margin

2021-06-29 Thread Jan U. Hasecke
Hi Wolfgang, I am late as I was busy elsewhere, but thanks a lot for your help. Am 25.06.21 um 13:44 schrieb Wolfgang Schuster: \startsetups [userdata:shiftblock]     \signalrightpage     \doifelserightpage {     \startnarrower[2*left,-2*right]     \getuserdata     \stopnarrow

[NTG-context] makeups with local setups

2021-06-29 Thread Jan U. Hasecke
Dear all, how can I use setups in makeups locally? Or do I miss something. In this sample the interlinespace of the coverpage makeup is also used after stopmakeup. Is there a way to define the setups values only locally inside the makeup? Or is it better to use something else? \setupinter

[NTG-context] path for custom files (was Different authorconversion for citation alternatives and bibliographic entries)

2021-06-30 Thread Jan U. Hasecke
Sorry for hijacking this thread. Am 30.06.21 um 18:06 schrieb Hans Hagen: or just tex/texmf-project/ What is the difference between tex/texmf-local tex/texmf-project if $TEXMFHOME/tex/context/personal/ gets scanned every run? Any recommandations what to store where? juh __

[NTG-context] Rolling out a pandoc-context publication workflow in an organization

2021-07-01 Thread Jan U. Hasecke
Dear all, in the last weeks I asked more questions than I normally do. The reason is that my organization is discussing to roll out a markdown-pandoc-context publication workflow. Some time ago we started to use context to produce flyers and some other documents. In fact I was the only one

Re: [NTG-context] Rolling out a pandoc-context publication workflow in an organization

2021-07-01 Thread Jan U. Hasecke
Hi Taco, thanks for this hint. Am 01.07.21 um 08:44 schrieb Taco Hoekwater: I would put the whole context distribution in the git. That way, you can potentially hotfix something centrally. Would you put texmf-cache into .gitignore? Or is the cache portable to other machines? juh ___

Re: [NTG-context] Rolling out a pandoc-context publication workflow in an organization

2021-07-02 Thread Jan U. Hasecke
Am 02.07.21 um 01:07 schrieb Bruce Horrocks: One option you might try, if your cooperative has a web-server available to editors, is to store your own ConTeXt repository. That way you can update the LMTX version when you are ready to. This works because "install.sh" can have a "--server" para

Re: [NTG-context] Rolling out a pandoc-context publication workflow in an organization

2021-07-02 Thread Jan U. Hasecke
Dear Hans, thanks for the hint to the repo. I remember that it was mentiooned before. Am 02.07.21 um 10:42 schrieb Hans Hagen: official    : https://bitbucket.org/phg/context-mirror/src/beta/ Is there a how-to-bootstrap-from-repository? How can I get a running context with the repo? TIA j

Re: [NTG-context] Pretty print Ctx code into HTML

2016-08-24 Thread Jan U. Hasecke
Maybe this is a job for pandoc. See http://pandoc.org/ juh -- Das ZEN von Pandoc Bücher und E-Books einfach und professionell produzieren http://www.amazon.de/Das-ZEN-von-Pandoc-professionell/dp/1505218799/ Paperback (232 Seiten) und E-Book __

[NTG-context] stoptabulate undefined control sequence when used with placetable

2016-09-27 Thread Jan U. Hasecke
Hi all, with LuaTeX 1.0.0 I get an undefined control sequence error when compiling an example from the wiki. \placetable[force,none]{}{% \starttabulate[|r|l|] \HL \NC I want this table \NC aligned in the center.\NC\NR \HL \stoptabulate } or \startplacetable[location=force,number=no]

Re: [NTG-context] stoptabulate undefined control sequence when used with placetable

2016-09-28 Thread Jan U. Hasecke
Am 28.09.2016 um 08:58 schrieb Wolfgang Schuster: > It’s a tabulate bug: > http://www.mail-archive.com/ntg-context%40ntg.nl/msg83290.html Argh, there was a voice in my head telling me that I've seen something about this. I should have browsed through my mails before making noise here. So let me

Re: [NTG-context] Mailing list search software

2016-10-03 Thread Jan U. Hasecke
Am 03.10.2016 um 15:03 schrieb Taco Hoekwater: > Hi all, > > After the ConTeXt meeting, we were inventorying the old sub-sites > of contextgarden.net, in preparation of one or two new ones to appear > within the next months. > > One thing that we used to have was a site that ran the “Lurker” > s

Re: [NTG-context] Mailing list search software

2016-10-03 Thread Jan U. Hasecke
Am 03.10.2016 um 15:56 schrieb Mojca Miklavec: > Having a free installation is not an issue. Sympa *is* opensource. But > it serves as a replacement for the whole Mailman installation rather > than just an interface for accessing the archives. Yes it is a replacement for Mailman. I understood Taco

[NTG-context] Recommendations on presentations

2016-10-04 Thread Jan U. Hasecke
Hi all, Keynote is the only software that ties me to MacOS X. I would like to copy some of its presentations styles to ConTeXt (MKIV). What is the best way to do this? I read about simpleslides and looked into the code but I am unsure whether I start from a simpleslides example. Is it better to

Re: [NTG-context] Recommendations on presentations

2016-10-05 Thread Jan U. Hasecke
Am 05.10.2016 um 11:15 schrieb Nicola: > On 2016-10-05 08:25:03 +, Otared Kavian said: >>> Is it better to simply define the layout from scratch? > > For me, yes. I have found this step-by-step guide good to start with: > > https://github.com/adityam/context-slides-example From a quick glan

Re: [NTG-context] Recommendations on presentations

2016-10-08 Thread Jan U. Hasecke
Am 07.10.2016 um 17:43 schrieb Aditya Mahajan: > It is instructive to step through the git commits to understand the code > better. One way to do so is: > > https://randomdeterminism.wordpress.com/2013/01/13/creating-a-clean-presentation-style-in-40-commits/ > What a cool way of teaching stuff!

[NTG-context] ownnumber in \starttitle etc

2016-11-20 Thread Jan U. Hasecke
Hi all, \showsetup{\starttitle} shows the option 'ownnumber" with a TEXT-value. I don't know what this option is good for. juh ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] ownnumber in \starttitle etc

2016-11-20 Thread Jan U. Hasecke
Am 20.11.2016 um 16:09 schrieb Hans Hagen: > On 11/20/2016 3:51 PM, Jan U. Hasecke wrote: >> Hi all, >> >> \showsetup{\starttitle} shows the option 'ownnumber" with a TEXT-value. >> I don't know what this option is good for. > > title is just an ins

Re: [NTG-context] ownnumber in \starttitle etc

2016-11-20 Thread Jan U. Hasecke
Am 20.11.2016 um 16:27 schrieb Wolfgang Schuster: >> Jan U. Hasecke <mailto:juh+ntg-cont...@mailbox.org> >> 20. November 2016 um 16:16 >> >> I see what it does in \startchapter, but it does nothing in \starttitle. >> I wonder why the option is displayed. >

Re: [NTG-context] ownnumber in \starttitle etc

2016-11-20 Thread Jan U. Hasecke
Am 20.11.2016 um 17:14 schrieb Wolfgang Schuster: >> Jan U. Hasecke <mailto:juh+ntg-cont...@mailbox.org> >> 20. November 2016 um 17:07 >> >> Thanks. >> >> Is there a command similar to \showsetup that shows the current setup? > \usemodule[setups] >

Re: [NTG-context] (bug?) itlc removes liga

2017-07-29 Thread Jan U. Hasecke
Am 28.07.2017 um 19:25 schrieb Pablo Rodriguez: > Could anyone be so kind to confirm the bug with latest beta? I can confirm it. juh ___ If your question is of interest to others as well, please add an entry to the W

Re: [NTG-context] (bug?) itlc removes liga

2017-07-30 Thread Jan U. Hasecke
Am 29.07.2017 um 21:51 schrieb Hans Hagen: > On 7/29/2017 5:40 PM, Jean-Pierre Delange wrote: >> >> Hello Pablo, >> >> I am very sad to inform you, dear Pablo, that there is the same bug >> with ligatures on (OS Linux x64) CTX current version: 2016.11.22 >> aswell as on mtx-context | current versio

[NTG-context] results are to be on the running path, not on 'build', ignoring --result

2017-11-28 Thread Jan U. Hasecke
Hi all, I am using a Makefile to call context on a XML-file. With older versions of context I could build the PDF in a special targetdir defined in the Makefile. The call of context is a follows: pandoc $(SRC) $(CONTEXTOPTIONS) --variable include-after="Version: $(ID)" -o tmp.xml && contextjit

[NTG-context] German letter style

2017-12-05 Thread Jan U. Hasecke
Hi all, contextgarden is full of letter examples. But even the first simple example here http://wiki.contextgarden.net/Letter#Example does not compile. mtx-context | current version: 2017.12.04 16:37 So I want to ask: What is the current approach for writing German style din letters? Ciao!

Re: [NTG-context] Selectively supressing ligatures

2015-08-10 Thread Jan U. Hasecke
Hi, I want to follow up on my own message below. I got the hint offlist that it should not be too difficult to convert a LaTeX package into a ConTeXt module. So I guess that there is no built-in functionality of semantical switching between ligatures and normal characters. I am not a typographe

Re: [NTG-context] Selectively supressing ligatures

2015-08-11 Thread Jan U. Hasecke
time consuming, but CPU time is cheap. ;-) Thanks a lot and a nice sunny day. juh Am 11.08.15 um 10:19 schrieb Hans Hagen: > On 8/11/2015 8:25 AM, Jan U. Hasecke wrote: >> Hi, >> >> I want to follow up on my own message below. >> >> I got the hint offlist that it sh

Re: [NTG-context] Selectively supressing ligatures

2015-08-11 Thread Jan U. Hasecke
Am 11.08.2015 um 11:46 schrieb Hans Hagen: > On 8/11/2015 11:12 AM, Jan U. Hasecke wrote: > >> As far as I understood selnoligs works with regular expressions (black >> magic!). It is very time consuming, but CPU time is cheap. ;-) > > sure but life is still short so i

Re: [NTG-context] Selectively supressing ligatures

2015-08-11 Thread Jan U. Hasecke
Hans, it works for me, thank you! Am 11.08.2015 um 13:22 schrieb Hans Hagen: > Btw, a 11 minutes baseline sounds like a lot to me. Yes indeed, xelatex and pdflatex from the same distribution are faster. I only use lualatex because it is needed for selnoligs. Generally I used pdflatex or xelatex.

[NTG-context] Usage of ConTeXt in Digital Humanities

2015-09-17 Thread Jan U. Hasecke
I just stumpled upon this: http://www.bbaw.de/en/telota/software/ediarum "Print edition With the help of ConTeXt a print edition is automatically generated as a PDF from the TEI XML document. Each TEI element is given a specific formatting command through a configuration file. In this way the dif

Re: [NTG-context] External fonts handling

2015-11-25 Thread Jan U. Hasecke
Am 25.11.2015 um 12:52 schrieb Michał Goliński: > I have a bunch of fonts in my home directory in the .fonts subdirectory. > After an update, I used to run: > > OSFONTDIR=$HOME/.fonts mtxrun --script fonts --reload > > so that the font cache is regenerated. This workflow works in TeXLive, > but r

Re: [NTG-context] External fonts handling

2015-11-25 Thread Jan U. Hasecke
In my previous message I wrote that I had the same problem. I solved it by these steps: in .bashrc: export OSFONTDIR="/usr/local/share/fonts;/usr/share/fonts;$HOME/.fonts;$HOME/.local/share/fonts" cd $HOME/context rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh . ./first-s

[NTG-context] Command definitions in ma-cb-en.tex

2015-11-29 Thread Jan U. Hasecke
Hi all, this is a stupid question, I fear: In "ConTeXt Mark IV an excursion" in appendix A I see many command definitions. I browsed the sources of this document but could not find the point where these list is defined. I know that in setup-en.pdf there is an even longer list, but I could not fin

Re: [NTG-context] Command definitions in ma-cb-en.tex

2015-12-01 Thread Jan U. Hasecke
Am 30.11.2015 um 20:00 schrieb Aditya Mahajan: > On Sun, 29 Nov 2015, Jan U. Hasecke wrote: > >> Hi all, >> >> this is a stupid question, I fear: In "ConTeXt Mark IV an excursion" in >> appendix A I see many command definitions. I browsed the sources of

Re: [NTG-context] Command definitions in ma-cb-en.tex

2015-12-01 Thread Jan U. Hasecke
Am 01.12.2015 um 16:17 schrieb Wolfgang Schuster: >> Jan U. Hasecke <mailto:juh+ntg-cont...@mailbox.org> >> 1. Dezember 2015 um 15:48 >> >> Thanks a lot. I managed to use this in a sample documentation. But I >> still have no clue how it is invoked in the cited

[NTG-context] Current status of epub export and documentation

2015-12-01 Thread Jan U. Hasecke
Hi all, I am interested in the epub export feature of ConTeXt/MKIV. There are a some hints in epub-mkiv-demo.tex epub-mkiv.pdf http://wiki.contextgarden.net/ePub I am looking for a more detailed example (or documentation) to learn what is possible and what not. (Eg. \showsetup{command-name} is

Re: [NTG-context] Current status of epub export and documentation

2015-12-01 Thread Jan U. Hasecke
Am 01.12.2015 um 18:57 schrieb Henning Hraban Ramm: > Am 2015-12-01 um 21:54 schrieb Jan U. Hasecke > The current bad documentation on the Wiki is by me. > > I produced two commercial ePubs with ConTeXt, but it’s really no fun, > and I needed my own scripts that replace ConTeX

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Jan U. Hasecke
Am 15.12.2015 um 15:11 schrieb Bruce Boghosian: > *$ sh ./first-setup.sh --modules=all --engine=luatex* I solved problems with fonts by not using "sh" but my default shell, which is bash AFAICS. Have you tried: ./first-setup.sh --modules=all --engine=luatex* juh ___

[NTG-context] New beta and definepagebreak

2015-12-18 Thread Jan U. Hasecke
Hi all, after updating to the new beta this doesn't work anymore. \definepagebreak [pagebreak:chapter] [yes, header, footer] \setuphead [chapter,title] [page=pagebreak:chapter] \starttext \chapter{Lorem ipsum} \input tufte \chapter{Dolor sit} \input tufte \stoptext TIA j

[NTG-context] ConTeXt on ARM architecture raspberry pi

2016-01-10 Thread Jan U. Hasecke
Hi, has anyone installed ConTeXt on a Raspberry Pi? juh -- Das ZEN von Pandoc Bücher und E-Books einfach und professionell produzieren http://www.amazon.de/Das-ZEN-von-Pandoc-professionell/dp/1505218799/ Paperback (232 Seiten) und E-Book _

Re: [NTG-context] ConTeXt on ARM architecture raspberry pi

2016-01-12 Thread Jan U. Hasecke
Hi Mojca, Am 10.01.2016 um 17:54 schrieb Mojca Miklavec: > On 10 January 2016 at 13:46, Jan U. Hasecke wrote: >> Hi, >> >> has anyone installed ConTeXt on a Raspberry Pi? > > Yes. Except that: > - nobody built the latest binaries yet (I can do it tomorrow if you

Re: [NTG-context] disabling ligatures in selected words

2016-01-12 Thread Jan U. Hasecke
Hi Thomas, Am 23.10.2015 um 21:23 schrieb Thomas A. Schmitz: > On 23.10.2015 21:09, Wolfgang Schuster wrote: >> Take a look at the new replacement mechanism (lang-rep.mkiv): >> >> - http://www.ntg.nl/pipermail/ntg-context/2015/083044.html >> - http://www.ntg.nl/pipermail/ntg-context/2015/083034.ht

[NTG-context] \replaceword and \setreplacements with xml files

2016-01-16 Thread Jan U. Hasecke
Dear list, some time ago I ask for a way to selectively suppress ligatures. Hans told me to use the replacement feature. - http://www.ntg.nl/pipermail/ntg-context/2015/083044.html - http://www.ntg.nl/pipermail/ntg-context/2015/083034.html In another thread a solution with the translate module wa

Re: [NTG-context] \replaceword and \setreplacements with xml files

2016-01-16 Thread Jan U. Hasecke
Am 16.01.2016 um 13:31 schrieb Schmitz Thomas A.: > > Please provide a minimal example of your problem. It’s impossible to > help when we have no clue what you’re doing. Sorry, of course. After setting up a mwe I found that it is a font related issue. When I don't specify a font, it works. -->

Re: [NTG-context] \replaceword and \setreplacements with xml files

2016-01-17 Thread Jan U. Hasecke
Am 17.01.2016 um 20:05 schrieb Hans Hagen: > On 1/16/2016 3:58 PM, Jan U. Hasecke wrote: >> >> When I choose EB Garamond, it does not work. -- example-Garamond.tex >> >> I confirmed this behaviour in my real setup. > > don't assume that ligatures are always

[NTG-context] Ligatures in EB Garamond (was: \replaceword and \setreplacements with xml files)

2016-01-18 Thread Jan U. Hasecke
Am 17.01.2016 um 20:05 schrieb Hans Hagen: > On 1/16/2016 3:58 PM, Jan U. Hasecke wrote: >> Am 16.01.2016 um 13:31 schrieb Schmitz Thomas A.: >>> >>> Please provide a minimal example of your problem. It’s impossible to >>> help when we have no clue what

Re: [NTG-context] Ligatures in EB Garamond

2016-01-18 Thread Jan U. Hasecke
Am 18.01.2016 um 11:09 schrieb Hans Hagen: > On 1/18/2016 10:16 AM, Jan U. Hasecke wrote: >> Am 17.01.2016 um 20:05 schrieb Hans Hagen: >>> On 1/16/2016 3:58 PM, Jan U. Hasecke wrote: >>>> Am 16.01.2016 um 13:31 schrieb Schmitz Thomas A.: >>>>> &

Re: [NTG-context] Ligatures in EB Garamond

2016-01-18 Thread Jan U. Hasecke
orrectly or not. > > By the way, the newly standardized German keyboard layout even has the > ZWNJ on it and the norm recommends its use to prevent ligation. > > Best regards > Georg Duffner > > Am 18.01.2016 um 11:09 schrieb Hans Hagen: > > On 1/18/2016 10:16 AM,

Re: [NTG-context] Ligatures in EB Garamond

2016-01-19 Thread Jan U. Hasecke
Am 19.01.2016 um 16:31 schrieb Kate F: > On 19 January 2016 at 09:05, Arthur Reutenauer > wrote: >>> I have no clue what a package is supposed to do but any solution has to come >>> up with a list if words. >> >> I think the point is that often in German, breakpoints for hyphenation >> also brea

[NTG-context] Usage of label in startsection etc.

2016-01-22 Thread Jan U. Hasecke
Hi list, on this page http://wiki.contextgarden.net/Command/startsection the argument "label" is not explained. Since the argument "reference" is used for the text references \in, \at and \about I wonder what "label" is used for? TIA juh _

[NTG-context] XML interface commands

2016-01-25 Thread Jan U. Hasecke
Dear list, I am currently trying to setup a small documentation about ConTeXt and I would like to use the \showsetup command to introduce the documentation of a command. But it seems that not all commands are accessible through this command. Eg. startchapter etc. is not accessible. Are there pl

[NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Jan U. Hasecke
Dear list, are there any plans to have a documentation sprint at Kalenberg? I am currently trying to setup a small documentation about ConTeXt in order to better learn how to use it, and I face several issues. 1. documentation is scattered. Sources of documentation are the Wiki and a lot of PDF

Re: [NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Jan U. Hasecke
Am 25.01.2016 um 15:55 schrieb Wolfgang Schuster: > Hans has a version info on his page for each PDF, e.g. > http://pragma-ade.com/show-man-1.htm In the "Manual" and in "Getting started" there is no mention of the new startchapter command, which is mentioned on the wiki as a replacement of the old

Re: [NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Jan U. Hasecke
Am 25.01.2016 um 18:20 schrieb Alan BRASLAU: > On Mon, 25 Jan 2016 17:44:09 +0100 > Hans Hagen wrote: > >>> I would like to propose a documentation sprint at the meeting in >>> Kalenberg this fall to improve the situation. >> >> sure, just mail an abstract to Alan (who chairs the prog committee

Re: [NTG-context] XML interface commands

2016-01-25 Thread Jan U. Hasecke
Am 25.01.2016 um 17:41 schrieb Hans Hagen: > We're also extending the system a bit to cover more variants of commands > (currently I'm updating the xml manual and adding setups there too). Great, for me this system would be the first place to look up commands if it covers everything. juh

Re: [NTG-context] ConTeXt vs Beamer

2016-01-25 Thread Jan U. Hasecke
Am 25.01.2016 um 21:11 schrieb Saša Janiška: > How does ConTeXt compare for the purpose vs LaTeX/Beamer? For the sake of completeness, have a look at Pandoc, which produces presentations from simple markdown sources in various formats including beamer and some nice looking html based presentations

Re: [NTG-context] ConTeXt vs Beamer

2016-01-26 Thread Jan U. Hasecke
Am 26.01.2016 um 11:22 schrieb Saša Janiška: > Still, wonder how do you like Pandoc's ability to convert to > ConTeXt? I don't use it. ;-) I use Pablo's solution to convert to ConTeXt. https://github.com/ousia/from-pandoc-to-context It adds an additional layer of xml to the process but it suits

[NTG-context] Lost in letter module

2016-02-09 Thread Jan U. Hasecke
Hi all, I am completely lost in the letter module. I started with the tutorial "Correspondence with ConTEXt Version: 2010.08.27" but reference line does not show up at all. So I read a little further: http://wiki.contextgarden.net/Letter And the PDFs that are linked under "Further information"

Re: [NTG-context] bug with numbering in bookmarks?

2016-02-11 Thread Jan U. Hasecke
Am 11.02.2016 um 18:00 schrieb Pablo Rodriguez: > Dear list, > > I have the following code: > > \mainlanguage[es] > \setupinteraction > [state=start, > color=, > style=, > contrastcolor=, > focus=standard] > > \enabledirectives > [r

Re: [NTG-context] docbook(5) to context conversion

2016-02-22 Thread Jan U. Hasecke
Am 22.02.2016 um 11:08 schrieb David Nebauer: > Hi, > > Are there any publicly available solutions for converting > docbook/docbook5 to context? You may find a way with Pandoc. http://pandoc.org/ juh ___ If your qu

[NTG-context] Bug in cont-*.xml

2016-03-04 Thread Jan U. Hasecke
Hi all, In \showsetup{setupdescriptions} the option closesymbol is listed twice. BTW: Is there a bugtracker anywhere? juh ___ If your question is of interest to others as well, please add an entry to the Wiki! mai

[NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Jan U. Hasecke
Hi all, I am working on a small documentation and today I tried all the options in \definedescription and/or \setupdescriptions to understand what is going on. I have no idea what these options are doing: closecommand titleleft titleright titledistance titlestyle titlecolor headcommand hang inbe

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Jan U. Hasecke
Thank you Wolfgang, your examples are very helpful. Am 04.03.2016 um 16:52 schrieb Wolfgang Schuster: > Take a look at the attached files for the valid keys for the description > and enumeration environments. Did you make the pdf with \showsetup{...}? I am missing setupdescriptions. And I get

  1   2   >