[NTG-context] Status
<>
[NTG-context] interaction
Hi, I tried to use an interactionmenu to jump to specific pages of a DINA4 document (some copies are included). It works very well, at least with the FirstPage-- and LastPage--Button But the jump to a pagereference changes the "Actual Size"-- and the "Fit Width"--view to the "Fit in Window"--view, which is rather improper to read DINA4--documents on screen. The two actions are combined, and I don't know why. Any hints? I have the same problem with \goto{}[]. Thomas Lohmann example%% \setupoutput [pdftex] \setuplayout [backspace=4cm,width=14cm] \setupcolors [state=start] \setupalign[hanging] \setupinteraction [state=start, color=blue, menu=on, style=normal] \setuplayout [rightedge=4cm, rightmargin=0cm, leftedge=3cm, leftmargin=0cm] \setupinteractionmenu[left] [frame=off, background=color, backgroundcolor=yellow, backgroundcorner=round, style=\setsmallbodyfont\tfx, height=1.0cm] \startinteractionmenu[left] \but [FirstPage] Erste Seite \\ \but [LastPage] Letzte Seite \\ \but [anlage] Anlagenverzeichnis \\ % "Fit Width" --> "Fit in Window" ?? \but [ExitViewer] Dokument schließen \\ \stopinteractionmenu \starttext test \goto{Anlagenverzeichnis}[anlage] \page[yes] \pagereference[anlage] test \stoptext ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
[NTG-context] Re: About context
At 14:42 03/02/2004, you wrote: Dear Hans, May please ask a couple of silly questions: Don't you have anything like \(odd/even)sidemargin in ConTeXt? \setuplayout [backspace=3cm, cutspace=4cm] in those areas you can define left/rightmargin and left/rightedge What's the difference between \insertpages and \copypages, and what's the list of allowed parameters to each? did you look into page-imp.tex? there ar ea few examples there Hans ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
[NTG-context] Re: Een aantal kleinere problemen met context
At 09:10 02/02/2004, you wrote: 1) Ik wil graag een tabel maken waarin de breedte en van sommige velden ook de hoogte vast leg (bijv. 12 cm voor breedte van een kolom, en voor een aantal rijen een hoogte van 5 cm). Als scheider tussen de velden wil ik een haarlijn hebben. There are four mechanisms, each with their own advantages. In your case the \bTABLE .. \eTABLE method sounds ok http://www.pragma-ade.com/general/manuals/enattab.pdf Ik heb verschillende opties van het context pakket geprobeerd, maar de combinatie van haarlijn, en gefixeerde hoogte en breedte van kolommen / rijen is tot nu toe niet gelukt. In Latex is dit vrij eenvoudig dus ik vermoed dat dit in context ook can. 2) Als ik de nl implementatie van context gebruik begint de legenda van een tabel met het woord tabel. voor een figuur wordt dit figuur. Hoe kan ik dit veranderen in bijv. Table en Figure? Natuurlijk kan ik de engels talige implementatie gebruiken, maar ik wil dat veranderen door bijv stelkopjesin of een ander macro. Ik zie alleen niet hoe. take a look in lang-ger.tex on how to change labels (you can use the dutch user interface with english labels: % interface=nl \mainlanguage[en] Hans ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
[NTG-context] Fwd: Een aantal kleinere problemen met context
Beste lezers, Ik heb een aantal kleinere problemen met context die ik graag op lossen wil, maar niet precies weet hoe. 1) Ik wil graag een tabel maken waarin de breedte en van sommige velden ook de hoogte vast leg (bijv. 12 cm voor breedte van een kolom, en voor een aantal rijen een hoogte van 5 cm). Als scheider tussen de velden wil ik een haarlijn hebben. Ik heb verschillende opties van het context pakket geprobeerd, maar de combinatie van haarlijn, en gefixeerde hoogte en breedte van kolommen / rijen is tot nu toe niet gelukt. In Latex is dit vrij eenvoudig dus ik vermoed dat dit in context ook can. 2) Als ik de nl implementatie van context gebruik begint de legenda van een tabel met het woord tabel. voor een figuur wordt dit figuur. Hoe kan ik dit veranderen in bijv. Table en Figure? Natuurlijk kan ik de engels talige implementatie gebruiken, maar ik wil dat veranderen door bijv stelkopjesin of een ander macro. Ik zie alleen niet hoe. bijvoorbaad dank voor goede tips. Stephen - Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED] Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com - information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf - ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
Re: [NTG-context] \textcelsius and Latin Modern
At 21:20 30/01/2004, you wrote: Hello, as you can see in doc/fonts/lm/testlm-ts1.dvi, there is a \textcelsius available in Latin Modern font with LaTeX. How could I use this symbol in ConTeXt? TIA for any hint, Peter using the units module makes more sense ... concerning the lm fonts, later this year i'll replace plr/csr/aer/cmr by lm and then we can add those symbols Hans ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
[NTG-context] problems with mail
Hi, It seems that our provider has changed a couple of rules so that our old addresses no longer are relayed ... i'll sort out what answers i need to resent. Hans - Hans Hagen | PRAGMA ADE/POD/CTS Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com - information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf - ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
Re: [NTG-context] m-bib, setupcite
Hi Michal, At the moment, you will have to change the generated bbl file to change this. The "lastpubsep" only works correct for multiple cites, not for multiple authors within one cite, because the 'and' is actually written by bibtex (it is defined in the cont-XX.bst file). Workaround options at the moment: - fix the .BST file (you only need to change once occurance of ' and ', on line 687) and re-run bibtex - manually edit the BBL file (a number of ' and ' statements will appear in the 'a=' arguments to \startpublication). I will add this bug to the TODO list for a future release. Greetings, Taco On Wed, 04 Feb 2004 12:05:21 +0100, Michal wrote: > Good evening. > > How can I make \cite[authoryear][SomeoneAndAnother1999] to produce > Someone a Another (1999) > instead of > Someone and Another (1999), > i.e. to change `and' to the Czech `a'? > > I tried > \setupcite[author,authoryear,authoryears][lastpubsep={ a }] > but nothing happened. > > Many thanks for any hint. > Michal Kvasnicka > > > > ___ > ntg-context mailing list > [EMAIL PROTECTED] > http://www.ntg.nl/mailman/listinfo/ntg-context -- groeten, Taco ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
[NTG-context] 90° rotation+landscape
Hello list, I want to setup an evelope and the whole output should be rotated by 90° (this is the way my printer gets them). ___ | || | | | -- | | | |_--_| ||__| normal layout 90° rotated output (paper and content) The resulting pdf looks like this (square paper format): __ | | | | | | | ||_| Here is a minimal example: % interface=en output=pdftex \definepapersize[C65] % standard C65 evelope [width=229mm, height=114mm, ] \setuppapersize[C65][C65, landscape, 90] \starttext \tfc 90° rotation for printer. \stoptext Have I missed something or is this a bug in \dodosetuppapersize? Any help welcome, Peter ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
[NTG-context] m-bib, setupcite
Good evening. How can I make \cite[authoryear][SomeoneAndAnother1999] to produce Someone a Another (1999) instead of Someone and Another (1999), i.e. to change `and' to the Czech `a'? I tried \setupcite[author,authoryear,authoryears][lastpubsep={ a }] but nothing happened. Many thanks for any hint. Michal Kvasnicka ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context