Dear list,
I have a PDF document in A4 paper size with some rotated pages.
I would like to make a booklet of it:
\setuppapersize [A5][A4, landscape]
\setuparranging [2UP]
\setuplayout
[backspace=0pt,
topspace=0pt,
width=middle,
height=middle,
location=middle,
header=0pt,
footer=0pt]
\setupinteractionscreen[option={landscape, paper}, copies=1]
\starttext
\filterpages[report.pdf][1:25][width=0pt]
\filterpages[report.pdf][27:30][width=0pt]%they are rotated
\filterpages[report.pdf][31:100][width=0pt]
\stoptext
The rotated pages in the source PDF document are a problem here.
The wiki contains the info that \filterpages may be rotated with
[orientation=90]. But this seems to be old, since it doesn’t work.
If I add
\rotate[rotation=90]{\filterpages[report.pdf][27:30][width=0pt]},
automatic scaling doesn’t work. And all pages will be considered as a
single image.
Is there any way to have rotation for some pages in the source document
to get the right imposition?
I’m afraid rotation comes from the source PDF document in this case.
Many thanks for your help,
Pablo
--
http://www.ousia.tk
Hans,
sorry for asking for this again, but I really need it to write some
documents about ConTeXt.
I have the following sample:
\startTEXpage[offset=1em]
only \type{a
b
c} one line
\stopTEXpage
\stoptext
\type
Would it be possible to have a new \typebufferinline that behaves such
as \type above (and has the same options in \setuptype)?
The most important part isn’t the suppression of line breaks inside, but
avoiding the addition of line breaks after and before the typed buffer.
I have been reading buff-ver.mkiv, but I’m afraid I cannot contribute
such a patch.
This is essential to have \xmlprettyprintinline and
\xmlprettyprintinlinetext in order to handle inline code in XML.
Many thanks for your help,
Pablo
--
http://www.ousia.tk
https://tex.stackexchange.com/questions/84425/fancyhdr-equivalent-in-context
Hello,
I considered the solution proposed by Aditya. How to have a larger space
between the title and the bottomframe ?
Thank you
Fabrice
\setupbodyfont[11pt]
\setupcolors[state=start]
\setuplayout
[header=2\lineheight,
headerdistance=\lineheight,
backspace=2cm,
width=middle,
topspace=2cm]
\setupbackgrounds[header][text][frame=off, bottomframe=on]
\setupheader[style=bold]
\defineframed[headerframed]
[frame=off,
align=middle,
width=fit]
\setupheadertexts[\headerframed{\red contrôle n\high{o}1 \\ }]
\setupheadertexts[\headerframed{Lycée JANSON DE SAILLY\\ 31 juillet
2017}][\headerframed{T ES 2 \\ Durée 1 heure 30}]
\starttext
\input knuth
\stoptext
Hello,
just to check: is
https://www.google.cz/search?q=hvdm-plc+context&ie=utf-8&oe=utf-8&client=fi…
available for download?
I'd like to test/use the hvdm-plc module (probably here: hvdmeer.myqnapcloud.com/pubs)
which is mentioned in one of the MAPS magazine;
but I need to download the module (and the manual) first...
Best regards,
Lukas
--
Ing. Lukáš Procházka | mailto:LPr@pontex.cz
Pontex s. r. o. | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4
Mob.: +420 702 033 396
Hi,
I need your help again. I've a bibliography and some entries references to
websites. Unfortunately the URL is not always rendered and the name ist always
parsed as name of a person, not from an organisation etc.
What I want to achieve is to use the standard aps style, but with additionally
the following two rules:
1. The name is always rendered without abbrevations (I guess, this is
authorconversion=normal).
2. If an URL is given, it is always rendered.
My input is a bib-file. Here is a minimal example:
input.bib
```
@misc{objective-c,
author = "Apple Inc.",
note = "Online; accessed at 31-July-2017",
title = "About Objective-C",
url = "https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/…",
year = "2014"
}
```
test.tex
```
\usebtxdataset[default][input.bib]
\usebtxdefinitions[aps]
\setupbtx[default:cite][alternative=num]
\setupbtx[default:list][authorconversion=normal]
\starttext
According to Apple Inc., Objective-C is the main programming language, when writing software for MacOS~\cite[objective-c].
\placelistofpublications
\stoptext
```
I've tried to understand the manual, yout can see some of my attempts in the
minimal example. But I don't get really far.
Can you give me a hint?
Gerion