ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* section prefix=+
@ 2005-12-22  7:21 David Arnold
  2005-12-22  7:25 ` section prefix=+ (oops) David Arnold
  2005-12-22 10:31 ` Red framed text Jilani Khaldi
  0 siblings, 2 replies; 12+ messages in thread
From: David Arnold @ 2005-12-22  7:21 UTC (permalink / raw)


Hans et al,

We'll have different teachers writing different sections of a multi- 
chapter, multi-section document. The following use of prefix=+, as  
far as I can see, will keep them from stumbling over each other's  
references while they are working independently. I wonder how this  
will work in the project-product-component structure?

% output=pdf


\environment bookenv

\setuphead[section]
[prefix=+]

\starttext

\startuseMPgraphic{david}
draw unitsquare scaled 2cm withpen pencircle scaled 5mm withcolor red;
\stopuseMPgraphic

\startbuffer[table]
\starttable[|c|c|]
    \HL
    \VL This \VL is \VL\FR
    \VL a    \VL table \VL\LR
    \HL
\stoptable
\stopbuffer

\startbuffer[figure]
\startcombination[2*1]
{\useMPgraphic{david}}{First caption}
{\useMPgraphic{david}}{Second caption}
\stopcombination
\stopbuffer

\completecontent

\chapter[quadratic]{Quadratic Functions}

\input tufte

\section[parabola]{The Parabola}

\input tufte

\placefigure[][fig:1]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

\placetable[][tab:1]
{A very simple example of a table.}
{\getbuffer[table]}

\input tufte

\placefigure[][fig:2]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

In \in{Figure}[fig:1] on \at{page}[fig:1], we see \ldots.

\section[vertex]{Vertex Form}

\input tufte

\placefigure[][fig:1]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

\placetable[][tab:1]
{A very simple example of a table.}
{\getbuffer[table]}

\input tufte

\placefigure[][fig:2]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

In \in{Figure}[fig:1] on \at{page}[fig:1], we see \ldots.

\chapter[poly]{Polynomial Functions}

\input tufte

\section[end]{End Behavior}

\input tufte

\placefigure[][fig:1]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

\placetable[][tab:1]
{A very simple example of a table.}
{\getbuffer[table]}

\input tufte

\placefigure[][fig:2]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

In \in{Figure}[fig:1] on \at{page}[fig:1], we see \ldots.


\section[zeros]{Zeros}

\input tufte

\placefigure[][fig:1]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

\placetable[][tab:1]
{A very simple example of a table.}
{\getbuffer[table]}

\input tufte

\placefigure[][fig:2]
{This is the caption of the figure.}
{\getbuffer[figure]}

\input tufte

In \in{Figure}[parabola:fig:1] on \at{page}[parabola:fig:1], we see  
\ldots.

\stoptext

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-12-23 17:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-22  7:21 section prefix=+ David Arnold
2005-12-22  7:25 ` section prefix=+ (oops) David Arnold
2005-12-22 10:31 ` Red framed text Jilani Khaldi
2005-12-22 10:42   ` Taco Hoekwater
2005-12-22 17:07     ` Jilani Khaldi
2005-12-22 21:15       ` Hans Hagen
2005-12-22 22:36         ` Jilani Khaldi
2005-12-23  7:59           ` Jilani Khaldi
2005-12-23  8:25             ` Peter Münster
2005-12-22 23:22         ` David Arnold
2005-12-23  9:28           ` Hans Hagen
2005-12-23 17:44             ` setbounds question David Arnold

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).