ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* some details left
@ 2000-06-19 22:55 Hraban
  0 siblings, 0 replies; only message in thread
From: Hraban @ 2000-06-19 22:55 UTC (permalink / raw)


Ok, the fonts are loading, now to some detail questions...
This is my main file (not "minimal" while I don't want to
make several part mails):

<<<---- start main file --->>>
% interface=en,de tex=pdfetex output=pdf language=de
%
\language		[deo]		% deutsch alt (sonst de)	
\version		[temporary]	% final, concept, temporary
\definepapersize	[UBuch][width=14cm,height=21cm]
\setuppapersize		[UBuch][A4]
\setuppagenumbering	[alternative=doublesided,	
			location={footer,left},
			way=bytext,sectionnumber=no,partnumber=no]
\setuplayout		[width=100mm,height=165mm,
			header=14pt,headerdistance=10pt,
			footer=24pt,footerdistance=0pt,
			topspace=16mm,backspace=13mm,
			grid=yes,marking=on,location=middle] 
% Linie unter Kopf 
\setupbackgrounds	[header][text][frame=off,bottomframe=on] 
\setupbodyfont		[ber,pos,ppl,10pt]		% Palatino
\setupbodyfontenvironment	[default][em=italic]	% kursiv statt schräg
% Mediaevalziffern %%% old style numbers work not everywhere, see(2)
\defineconversion	[number][\os]
\defineconversion	[numbers][\os]
%
\setupindenting 	[medium] 	% Einzug bei neuem Absatz
\setupbackgrounds	[header][part][]	% leer bei Part-Anfang
\setupheadertexts	[part][][][title] 
% Fußnotenzeichen = Sternchen usw.
\setupfootnotes		[conversion=set 3,way=bypage]

%% Kommando-Definitionen %%

\definelist[part]
\setuplist[part]
	[before=\blank,
	 after=\blank,
	 style=normal]
\definelist[title]
\setuplist[title]
	[alternative=d]
\definecombinedlist[contents]
	[part,title]
	[level=subsubject]

%% Hierarchie

\setuphead[title][style=\tfd\it]
\setuphead[subject][style=\tfc\it]
\setuphead[subsubject][style=\tfa\it]

%% Umgebungen "Anmerkung" und "Vers" definieren

\definestartstop
	[anmerkung]
	[style=small,before=\vfill]
\definestartstop
	[verse]
	[before={\blank\setuplines[indenting=yes]\startlines},
	after={\stoplines\blank}] %%% something wrong, see (1)
%%%

\clubpenalty=10000 % keine Schusterjungen
\widowpenalty=10000 % keine Hurenkinder
\tolerance=1750 % Zeilenumbruch-Toleranz (ca. 500--3000)
\emergencystretch=12 pt % zus"atzlich ver"anderbarer Raum pro Zeile

\starttext

\startfrontmatter % Vorspann (wird nicht nummeriert)

{\em Impressum} \crlf
Satz: {\em fi"e\'e visu"elle}, N"urnberg \crlf
Erstellt mit \TeX / \ConTeXt \crlf

\completecontents	% Inhaltsverzeichnis hier!

\stopfrontmatter
\startbodymatter % Hauptteil

\part{Was}
\input kap2-1
\input kap2-2
\input kap2-3

\part{Wer}
\input kap3-1
\input kap3-3
\input kap3-4

\part{Woher}
\input kap4-3
\switchtobodyfont[small]
\input kap4-3a
\switchtobodyfont[10pt]
\input kap4-5
\switchtobodyfont[small]
\input kap4-5a
\switchtobodyfont[10pt]

\part{Anhang}
\switchtobodyfont[small]
\input anh1
\input anh2
\input anh3

\completeindex

\stopbodymatter
\stoptext

<<<--- stop main file --->>>

1. VERSE
The "verse" environment doesn't work, i.e. "startlines" takes no effect,
everything is set as running text, not "verbose". What's wrong?

2. OLDSTYLE
All numbers in body text should be converted into old style.
But only paginae, enumerations and references are set as oldstyle.

3. SEPARATED NUMBERS
I've some "big" numbers that I want to separate. In math mode it would
be
$300\,000$ What can I use for \, in text mode?

4. TABLES TOO WIDE
Is it possible to shrink tables (tabulation) "automatically" to text
width
(comumn width)? The cells should be wrapped left aligned.

5. SETUPHEADs LEFT ALIGN / NO HYPH
How can I define all titles/heads as left aligned? These lines should
not
be hyphenated!

6. ToC with SUBJECTS (3rd hierarchy)
What must I do to get a table of contents with parts, titles and
subjects?

7. ToC FORMAT
At the moment the ToC has no title (should be "Inhalt") and shows page
numbers as part-page (e.g. "1-237", should be "237").

8. SUBJECT TO PAGE HEADER
setupheadertexts should write the part name to the left (works) and
the chapter ("title") name to the right (doesn't work).

I hope there are short answers to my questions...
The documentation is not (easy) enough for me. ;-(

Good Night! |-o

-- 

Grüßlis vom Hraban!

---


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-06-19 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-19 22:55 some details left Hraban

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).