[NTG-context] Filterpages is broken in LMTX

2019-04-08 Thread Markus Finke

\setuppapersize [A5] [A4, landscape]

\setuparranging [2SIDE]



\starttext

\filterpages[test.pdf][1:6][]

\stoptext



Thank you,
Markus
___
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 / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Box flowed and hanging into the margin

2014-03-28 Thread Markus Finke
I need a textbox with an opening and closing picture as border. This box 
should be flowed around by maintext and hanging into the outer margin 
(for reasons of space and design).


It seems to be a simple task but I have no advance since days. Any idea?



\setuphanging[location=right]
\starttext

\starthanging{
\placefigure[here,none]{}
{\startcombination[1*2]
{\externalfigure[line.png][width=5cm]}{\tfx\input ward \endgraf}
{\externalfigure[line.png][width=5cm]}{}
\stopcombination}
}\input knuth
\stophanging

\stoptext

<>___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Text structured by curly braces

2013-02-08 Thread Markus Finke

Hi,

I’m looking for something like the example attatched below, braces open 
left/right, collecting in hiearchies the entries with the capability of 
vertical lettering.


Is there a mechanism in ConTeXt or third party module?
<>___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] [***SPAM***] Re: \startnarrower and ToC

2013-02-07 Thread Markus Finke

I did not check why it doesn't work. But to add a left margin you
can use:

\setuplist [margin=3cm]


Yes, it’s possible to fix it on this way. But what is the right 
conversion of 1*left in mm/em?

___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \startnarrower and ToC

2013-02-07 Thread Markus Finke

Hi,

\startnarrower doesn’t work for the left margin in lists. What is wrong 
in my minimal example?


TIA!




\starttext

\startnarrower [5*middle]   % 5*left,5*right
\placecontent [criterium=local]
\stopnarrower

\part{First part}
\chapter{Chapter one}
\chapter{Chapter two}
\chapter{Chapter three}

\stoptext
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Pagenumbers doublesided

2012-04-22 Thread Markus Finke

Delete the blank after marginedge.


Always? I have to clean up my code …
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Pagenumbers doublesided

2012-04-22 Thread Markus Finke

\setuppagenumbering
   [alternative=doublesided,
   location=margin] % location={header,margin}


I need »marginedge«, but with this option I get pagenumbers starting on 
the left side. In an earlier project I used »marginedge« well.



Ignore this, it was a patch for the core which is already applied.


Ok.
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Pagenumbers doublesided

2012-04-22 Thread Markus Finke

Hi,

I can’t get simple pagenumbers starting right-left-right-etc.

This minimal example results in middle pagenumbers (ConTeXt ver: 
2012.04.19):


---

\setuppagenumbering [ alternative=doublesided,
 location=marginedge ]
\starttext
\dorecurse{20}{\input knuth \par}
\stoptext

---

This solution doesn’t work for me (How to used it? – I copied the code 
in my preamble):


http://archive.contextgarden.net/message/20120202.175424.41cbe6f3.en.html#context

TIA!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Changing navigation symbol

2012-04-22 Thread Markus Finke

When I run this example I don’t get the symbol unless I enable the indicator:

%\setupnote[footnote][indicator=yes]


This was an unknown option for me, it wasn’t used in the document.

My old ConTeXt ver: 2012.03.05 is updated now and without indicator=no 
it’s solved now.


Thank you!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing navigation symbol

2012-04-21 Thread Markus Finke

or switch off this feature?


Yes (but it’s disabled by default)



\setupstructure   [state=start]

\setupinteraction [ state=start,
   option=bookmark,
   openaction={firstpage,FitHeight},
 menu=on,
click=yes,
contrastcolor=interactioncolor ]

\setupinteractionscreen [option=bookmark]


I’ve changed something but I can’t find the relevant option. Any idea?
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Changing navigation symbol

2012-04-20 Thread Markus Finke
One footnote is placed on the next side because of lack of space. This 
arrangement is displayed by a triangular symbol.


Is it possible to replace this symbol by a more appropriate 
(self-defined) character or switch off this feature?


TIA!
<>___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Bad linebreak in ToC

2011-12-05 Thread Markus Finke

Hello,

I don’t understand the behaviour in the second line – this line is not 
really filled, but there is a linebreak (in case of some hyphenations 
quite ugly too)


Any solution?

Markus





\usemodule [simplefonts]
\definefontfeature [default] [default] [mode=node, script=latn]
\setupbodyfont [12pt]

\definefontsize [g]
\setupbodyfontenvironment [default] [g=0.95]

\setuplist [section]
   [alternative=b,
  width=1.2em,
  style=\tt\tfg]

\usemodule [typearea] \setupTypeArea [alphabets=1.8]

\starttext
\completelist

\startsection [title={Sectiontitle},
list={Sectiontitle abc abc abc abc abc abc abc abc abc 
abc abc abc abc abc abc abc abc abc abc abc abc abc}]

\stopsection

\stoptext
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Unbreakable empty space

2011-11-09 Thread Markus Finke

Hello,

for reasons of readability of my source I want to define an unbreakable 
empty space before some charactersm e.g.:


[SPACE]-- treated as ~--

How can I implement it?

TIA!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Rearranging existing A5 => A4

2011-11-02 Thread Markus Finke

\filterpages was my »missing link« –
 thank you all for your reply!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Rearranging existing A5 => A4

2011-11-02 Thread Markus Finke

Hello,

I have a ready document in A5 and want to rearrange selected pages next 
to each other on A4 (homeprinter, proofreading).


In LaTeX I was using »pdfpages«, e.g.:

\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages={42,1-41},landscape,nup=1x2,scale=1.005]{my.pdf}
\end{document}

Is something like this possible in ConTeXt?

TIA!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Pagenumber in footer

2011-08-04 Thread Markus Finke

\setuppagenumbering
[alternative=doublesided,
location={footer,marginedge},
command=\MyPageNumbercommand]

\def\MyPageNumbercommand#1{\raisebox{2em}{#1}}


Heureka!

\def\MyPageNumbercommand#1{\raisebox{2em}\hbox{#1}}
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Pagenumber in footer

2011-08-03 Thread Markus Finke

I want to place the pagenumber higher and something is getting wrong:


\setuppagenumbering
  [alternative=doublesided,
   location={footer,marginedge},
   command=\MyPageNumbercommand]

\def\MyPageNumbercommand#1{\raisebox{2em}{#1}}


I use \usemodule[typearea] and maybe 
\setuplayout[footer/footerdistance=] is not a good option.


TIA!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Enlarge the text height for a row on a single page

2011-08-03 Thread Markus Finke

\adaptlayout[lines=1]


Thank you!!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Enlarge the text height for a row on a single page

2011-08-03 Thread Markus Finke
I need the function of \enlargethispage{\baselineskip} (= LaTeX) and 
can’t find anything.


I want to pull back an one-row-paragraph after \fancybreak in my final 
typesetting process.


TIA
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Framecolor in \showframe

2011-04-15 Thread Markus Finke

\setupbackgrounds[text][leftmargin][frame=on]
\setupbackgrounds[page][frame=on]


That’s it. Thank you!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Framecolor in \showframe

2011-04-15 Thread Markus Finke

Hello,

how can I change the green frame in \showframe[margin] on black?

I need more contrast on the paper and there is no option to print all 
color in black with Adobe Reader on Kubuntu.


Thanks in advance,
Markus
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \setuplayout fails to \setupinteractionscreen

2011-04-13 Thread Markus Finke

ConTeXt is new installed, and it’s OK now.

A few days ago I’ve had an online update for my Minimals and maybe there 
was something broken.

___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \setuplayout fail to \setupinteractionscreen

2011-04-12 Thread Markus Finke

Hello,

how can I get a centered paper of A5 on A4 (with crop marks) for the 
whole document? A minimal example, only the first page looks correctly:




\setuppapersize [A5][A4]

\setuplayout [marking=on,location=middle]
\showframe

\setupinteraction [state=start]
\setupinteractionscreen [option=singlesided]

\starttext
\dorecurse{5}{\input knuth \page}
\stoptext



___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \crlf breaks unexpected in title

2011-04-12 Thread Markus Finke

Am 2011-04-12 16:02, schrieb Wolfgang Schuster:

\startchapter
   [title={Influences in the 20th century: an introduction},
 list={Influences in the 20th century:\crlf an introduction}]


Thank you! I consulted the ConTEXt reference manual, but now it’s 
running fine.


Markus
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \crlf breaks unexpected in title

2011-04-12 Thread Markus Finke

\completecontent

\starttext

% linebreak in title:
\chapter{Influences in the 20th century:\\{}an introduction}

% linebreak in ToC *and* title:
\chapter{Influences in the 20th century:\crlf an introduction}

\stoptext



Linebreak in the ToC only is required. Is there a new command?
TIA!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Blank lines and \noindent

2010-08-06 Thread Markus Finke

After \blank I always need an \indenting[no].

How do I set up this general behaviour?


http://www.ntg.nl/pipermail/ntg-context/2010/051222.html

Wolfgang


This was a very usefull (and overlooked by me) hint. The module becomes 
a standard in my preambles.


Thank you Wolfgang (and Martin too)!
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Blank lines and \noindent

2010-08-06 Thread Markus Finke

After \blank I always need an \indenting[no].

How do I set up this general behaviour?
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Footnotes into a single paragraph (mkiv)

2010-07-30 Thread Markus Finke

local notes or page notes


There is no ready for use implementation for critical typesetting. So I 
have to  recreate the appearance of it:


http://www.djdekker.net/ledmac/sample-edition.pdf

It’s necessary to suppress all footnotenumbers and to set linenumbers 
instead (\inline[ab:c] whitout the output »line«).


I would really appreciate a solution in that sense.


Thanks a lot of all your efforts!

Markus
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Footnotes into a single paragraph (mkiv)

2010-07-30 Thread Markus Finke
Can anybody help me? I don’t want to fall back on LaTeX because I would 
miss a lot of features for fonts and I prefer the smoother usability 
writing in ConTEXt.


Is there any hope for this (not to rare) design in footnotes?
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Footnotes into a single paragraph (mkiv)

2010-07-23 Thread Markus Finke

Hello,

I need footnotes as a single paragraph at the bottom of each page for a 
second footnote system with


\definenote [secondnote] [numberconversion=set 2]

It’s the style of footnotes in critical editions – what’s the option for 
"para"?


Thanks,
Markus
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Option /TwoPageRight for \setupinteractionscreen

2010-04-07 Thread Markus Finke
http://www.ntg.nl/pipermail/ntg-context/2008/031094.html

An old thread with the same question. I need this option for doublesided
pages like e.g. books.

It’s very helpful to scroll non-continuous doublepages for a quick
overview whitout activate each time the accordant button in the PDF viewer.

Is this option implemented yet?


Best regards,
Markus
___
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 / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___