ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnotes
@ 2008-07-20  7:54 Ulrich Dirr
  2008-07-20 17:50 ` Footnotes Aditya Mahajan
  0 siblings, 1 reply; 56+ messages in thread
From: Ulrich Dirr @ 2008-07-20  7:54 UTC (permalink / raw)
  To: ConTeXt Mailing List

Hi,

I'm recently testing mkiv/luatex (ConTeXt ver: 2008.07.18 18:38 MKIV fmt:
2008.7.19 installed; compiling with 'context file') for a new project. I
don't know if my questions depend on mkii or mkiv specifics.

I have some problems figuring out what kind of parameters I can use to setup
footnotes in a multicolumn layout (is it better to use column sets and
define areas?).

When I'm using location=lastcolumn then footnotes get placed in the last
column *inside* the text column while when using firstcolumn as an option
they will be placed below the first column but outside the text column at
the end of the page. And both columns don't get balanced.

How can I get two text columns balanced and footnotes place on the last
column at the end of the page?

----------------------------------------------------------------------------
-
To illustrate what I want (x=text, m=footnote text):

A) If the page is 'full'

xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  
xxxxxxxxxxxxxx  1. nnnnnnnnnnn
xxxxxxxxxxxxxx  2. nnnnnnnnnnn
xxxxxxxxxxxxxx  nnnnnnnnnnnnnn

B) If the page is only partially filled:

xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx
xxxxxxxxxxxxxx  xxxxxxxxxxxxxx





                1. nnnnnnnnnnn
                2. nnnnnnnnnnn
                nnnnnnnnnnnnnn
----------------------------------------------------------------------------
-

How can I get footnote numbers aligned with the left margin of the
text/column block (margindistance=0em doesn't help)? Footnotes should run as
a 'normal' paragraph (no hanging).

I'm also quiet lost what options I can set with \setupfootnotes, because
they are not explained in the manual (ma-cb-en-print.pdf, p. 46;
cont-eni.pdf, p. 101) ...

My test file looks like this:
\setuplayout[grid=yes]
\setupbodyfont [9pt]
\setupfootnotes[location=lastcolumn,rule=off,numbercommand=\myfootnotenumber
]
\def\myfootnotenumber#1{#1. }

\starttext
\startcolumns[n=2,tolerance=verytolerant]

Hasselt is an old Hanseatic City, situated 12~km north of Zwolle at
the river Zwartewater.

The city has a long history since obtaining the city charter around
1252. Part and parcel of this history can be traced back to a large
number of monuments to be admired in the city center.\footnote{Erste
Fußnote!}

There you will find the St. Stephanus church, a late gothic church
dating back to 1479 with a magnificent organ. The former Municipal
Building is situated on The Market Place. Constituted between
1500\footnote{Zweite Fußnote! Die kommt immer nach der ersten Fußnote und
ist manchmal viel zu lang.}

Hello World!

\stopcolumns
\stoptext

Best regards,
Ulrich

P.S. the notepad++/context support seems broken with notepad++ v.5.00. I got
TeX as a language but no menu entries for compiling ...


___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 56+ messages in thread
* footnotes
@ 2012-04-24  8:56 Alan BRASLAU
  2012-04-24 12:21 ` footnotes Wolfgang Schuster
  0 siblings, 1 reply; 56+ messages in thread
From: Alan BRASLAU @ 2012-04-24  8:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

Footnotes are (still?) undergoing development in mkiv.
I have several issues:

1. way=bypage does not seem to work

\setupnote[footnote][way=bypage,numberconversion=set 2]
\starttext
\input{tufte}\footnote{Note.}
\page
\input{dawkins}\footnote{Another note.}
\stoptext

(I do not find numberconversion in strc-not.mkvi;
nevertheless, numbered footnotes do not get reset
on each page.)


2. next=\autoinsertnextspace still does not work

\setupnote[footnote][next=\autoinsertnextspace]
\starttext
Subject%
\startfootnote
Note.
\stopfootnote
verb.
\stoptext

(Note, however, that

\starttext
Subject\footnote{Note.}
verb.
\stoptext

does not exhibit this problem, as the space does not get eaten!)


Alan
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 56+ messages in thread
* footnotes
@ 2012-04-01 21:03 Thomas A. Schmitz
  2012-04-02 10:26 ` footnotes Steffen Fritzsche
  2012-04-02 20:40 ` footnotes Wolfgang Schuster
  0 siblings, 2 replies; 56+ messages in thread
From: Thomas A. Schmitz @ 2012-04-01 21:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

hi all,

would a kind soul please enlighten me about the new footnote commands? I 
can't find a way to achieve what I was able to achieve in older 
versions. The following code is on the wiki. It is supposed to give us 
the footnote marker aligned with the text area, then some blank space, 
then the footnote text:

\definepapersize[wiki][width=8cm,height=8cm]

\setuppapersize[wiki][wiki]

\starttext

\showframe

\setupnote[footnote][margindistance=0em,command=\myfootnotecommand]
\setupnotation[footnote][location=left,hang=1]

\def\myfootnotecommand#1{\hbox to 1.5em{#1.}}

test \footnote{test}

\stoptext

It doesn't work with the current beta, and I' completely lost about
\setupnote[footnote]
\setupnotation[footnote]
\setupfootnotes

What is doing what now?

Thanks!

Thomas
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 56+ messages in thread
* Footnotes
@ 2012-03-12 16:50 Willi Egger
  0 siblings, 0 replies; 56+ messages in thread
From: Willi Egger @ 2012-03-12 16:50 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

Hi all,

I try to make-up an old book...

Due to the fact that it is a scientific text there are footnotes: about 70

I have them all in buffers. However when saying \footnote{\getbuffer[1]} I get an ugly new line in the footnote at the bottom of the page. - How to prevent this unnecessary hard-return?

Secondly there is a problem with the numbering when the footnote is called from a tabulate-environment. In place of  starting with 1 it starts with 2. The most strange thing is, that in case of two footnotes in tabulate the numbering even starts with 3.

I need to refer to the reference of footnotes. So if the first footnote is \footnote[1]{\getbuffer[1]} I say \note[1] where it is needed. However I get the double questionmark for a missing reference.

I would be happy to finalize this book, but ...

Willi


[-- Attachment #2: test-footnote.tex --]
[-- Type: application/octet-stream, Size: 700 bytes --]

% Context file
% Filename: test-footnote.tex
% 
% 12-03-2012
% Copyright (c) 2012 BOEDE. All rights reserved.
%
% \nopdfcompression
% \enabletrackers[context.trace]
% \enabletrackers[system.jobfiles]

\startbuffer[1]
This is a footnote
\stopbuffer

\startbuffer[2]
This is a another footnote
\stopbuffer

\starttext

\starttabulate[|lw(2cm)|p|]
\NC Fig. 5.  \NC Meloë variegatus, Donovan. [weiblich]\footnote[1]{\getbuffer[1]} \NC\NR
\NC Fig. 6.  \NC Meloë Proscarabaeus, Linné. \footnote{\getbuffer[2]} \NC\NR
\stoptabulate

Hello World \footnote{\getbuffer[1]}
\blank
Hello World\footnote{This is also a footnote}
\blank
Hello Wordl I refer to \note[1].

\stoptext

[-- Attachment #3: Type: text/plain, Size: 1 bytes --]

 

[-- Attachment #4: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 56+ messages in thread
* footnotes
@ 2010-12-12 11:09 Achim Jander
  2010-12-12 13:41 ` footnotes Achim Jander
  0 siblings, 1 reply; 56+ messages in thread
From: Achim Jander @ 2010-12-12 11:09 UTC (permalink / raw)
  To: ntg-context

Hello!
Nearly one year ago I posted a question about alignment of 
footnote-numbers to the list. I then was occupied by other projects, so 
I now want to catch up and thank you for your replies.I am now again 
trying to make some work using Context. At first, I have to state that I 
am impressed about the advancement of Context. But I still have some 
problems with footnotes:
1. My annoying alignment problem. We now have headalign=flushright, that 
is the right direction, but not sufficient. What I additionally need is 
that the width of the number-box is determined by the broadest number on 
the page, ie I need to have
1
2
3
...
but on the other page:
~8
~9
10
of course the same with 99 and 100 and so on. In an ideal world, the 
indent of the footnote-text would also change, but for the moment I 
could live with an equal indent for all pages having only the alignment 
of the notes change.
I then did some research, read the mail-list etc. What I found on the 
list was a short message about \doifnoteonsamepageelse, I thougt it 
could be a starting-point. But trying the given example
\starttext

\dorecurse {100} {

test \footnote{\doifnoteonsamepageelse[footnote]{ibidem}{aaa}}

}

\stoptext
gave me 100 nice little notes, all containing aaa, which was not what I 
had expected... I then wanted to figure out a little more what was 
happening, tried to enable tracking with 
\enabletrackers[structure.notes], but could not find any of the expected 
messages in the log? What is going on?
Because this problem is a real show stopper for me, I hope you can help 
me getting a solution.


2. The second, but not equal important problem is multicolum footnotes. 
It seems only to work with very short footnotes, in my example
\setupnote[footnote][n=2, columndistance=12pt]

\starttext

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{This is a very long note which will cover 
multiple lines. This is a very long note which will cover multiple 
lines. This is a very long note which will cover multiple lines. This is 
a very long note which will cover multiple lines. This is a very long 
note which will cover multiple lines. This is a very long note which 
will cover multiple lines.} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

\stoptext
the long footnote 5 covers both columns.


3. At last I tried to set the footnotes in one paragraph, a layout 
sometimes used in our publications. As I found, the setup should be
\setupnote[footnote][n=0, location=text]

but trying it with the text of problem 2 i only got an Arithmetic overflow.


For clarification, I am using ConTeXt ver: 2010.12.10 15:15 MKIV fmt: 
2010.12.11 int: english/english


Thanks,
Achim



___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 56+ messages in thread
[parent not found: <mailman.1.1254823203.32637.ntg-context@ntg.nl>]
* footnotes
@ 2009-10-05 14:53 Wolfgang Werners-Lucchini
  2009-10-06  9:36 ` footnotes Taco Hoekwater
  0 siblings, 1 reply; 56+ messages in thread
From: Wolfgang Werners-Lucchini @ 2009-10-05 14:53 UTC (permalink / raw)
  To: ntg-context

Hallo,

please look at the following example:

\starttext
{\tfx Bla\footnote{Eins}}

\midaligned{Zack\footnote{Zwei}}

Blub\footnote{Drei}
\stoptext

The second footnote is missing and the numbersize of the first is 
smaller than the third.

I use ConTeXt  ver: 2009.06.14 21:01.

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 56+ messages in thread
* footnotes
@ 2006-01-29 13:48 Hans van der Meer
  2006-01-30 10:49 ` footnotes Hans Hagen
  0 siblings, 1 reply; 56+ messages in thread
From: Hans van der Meer @ 2006-01-29 13:48 UTC (permalink / raw)


At the end of the text (or chapter) the last batch of footnotes is  
not always placed, not even when an index follows.
They must be forced with \placefootnotes.
It happened both with footnotes bytext and bychapter.

Is this the normal behaviour? Must I end (for footnotes bychapter)  
each chapter with \placefootnotes?

yours sincerely,
dr. H. van der Meer

^ permalink raw reply	[flat|nested] 56+ messages in thread
* Re: Footnotes
@ 2003-10-06 15:25 Steffen Wolfrum
  0 siblings, 0 replies; 56+ messages in thread
From: Steffen Wolfrum @ 2003-10-06 15:25 UTC (permalink / raw)


Hi,

Albrecht Kauffmann <alkauffm@rz.uni-potsdam.de> wrote:

> Hi all,
> 
> does anyone know how to expand the distance between the last text line on
> a page and the first footnote?
> 
> With many thanks for any hint
> Albrecht

you can use the rule option:

\def\MyRule{\blackrule[width=0.5\textwidth,height=0.4pt]\blank[15pt]}

\setupfootnotes[rule=\MyRule]

Steffen

^ permalink raw reply	[flat|nested] 56+ messages in thread
* Re: Czech patterns in TeXlive2003
@ 2003-10-06  9:58 David Antos
  2003-10-06 13:40 ` Footnotes Albrecht Kauffmann
  0 siblings, 1 reply; 56+ messages in thread
From: David Antos @ 2003-10-06  9:58 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

On Tue, Sep 30, 2003 at 05:19:56PM +0200, Hans Hagen wrote:
> Ah ... i just found that out yesterday and had on my agenda to ask you to 
> look into it. I have now adapted cont-usr.tex and commented:
> 
> % \definefilesynonym [lang-cz.pat]  [czhyph.tex]
> % \definefilesynonym [lang-cz.pat]  [skhyph.tex]
> 
> maybe you can trigger on:
> 
> \contextversion

Hello,

we have prepared a new czhyph.tex file. It detect ConTeXt and reads
patterns directly in that case. ConTeXt and TeXlive2003 users, just
replace czhyph.tex with the attached file.

(Hope it works :-)

Regards,
D.A.

-- 
For God's sake, stop researching for a while and begin to think!

[-- Attachment #2: czhyph.tex --]
[-- Type: application/x-tex, Size: 1101 bytes --]

^ permalink raw reply	[flat|nested] 56+ messages in thread
* Footnotes
@ 2003-10-04 19:02 Steffen Wolfrum
  0 siblings, 0 replies; 56+ messages in thread
From: Steffen Wolfrum @ 2003-10-04 19:02 UTC (permalink / raw)


Hi,

Just in case some one is interested in detailed footnote problems:

In the last time I was fiddling a lot on the problem of setting up footnotes - the task was to have different defined font and interlinespace sizes for text as well as for footnotes.

The first solution that I constructed with commands and keywords from the manual (and etexshow) seemed to give the desired result:

\setupbodyfont[10pt]
\setupinterlinespace[line=15pt]
\definefont [FNfont][Serif at 8pt]
\def\FNstyle{\FNfont\setupinterlinespace[line=15pt]}
\setupfootnotes[numbercommand=]
\setupfootnotedefinition[style=\FNstyle]

\starttext
\input tufte \footnote{\input knuth }
\input tufte \footnote{\input knuth }
\stoptext

But it just worked OK for *normal* sizes.
When set to extreme values it begun to show strange phenomena (see the distances over and under each first line of a footnote):

\setupbodyfont[4pt]
\setupinterlinespace[line=45pt]
\definefont [FNfont][Serif at 4.5pt]
\def\FNstyle{\FNfont\setupinterlinespace[line=12pt]}
\setupfootnotes[numbercommand=]
\setupfootnotedefinition[style=\FNstyle]

\starttext
\input tufte \footnote{\input knuth }
\input tufte \footnote{\input knuth }
\stoptext


After re-combining the different option and command for setupfootnotes and setupfootnotedefinition without improvement, I started to search through the source files and found the very interesting command \setfootnotebodyfont.

With this command a setup can be written that works, finally:

\setupbodyfont[4pt]
\setupinterlinespace[line=45pt]
\definefont [FNfont][Serif at 4.5pt]
\def\setfootnotebodyfont{\FNfont\setupinterlinespace[line=12pt]}
\setupfootnotes[numbercommand=]
\setupfootnotedefinition[style=\FNfont]

\starttext
\input tufte \footnote{\input knuth }
\input tufte \footnote{\input knuth }
\stoptext


Maybe this helps someone.

Steffen
P.S. If there is still need for improvement, please correct.

^ permalink raw reply	[flat|nested] 56+ messages in thread
* Footnotes
@ 2003-09-15 15:54 Willi Egger
  2003-09-15 16:15 ` Footnotes Pawel Jackowski na Onet
  0 siblings, 1 reply; 56+ messages in thread
From: Willi Egger @ 2003-09-15 15:54 UTC (permalink / raw)


Hi everybody,


I have to typset several footnotes.

I setup a bodyfont (sanserif, Helvetica like).
Why are the footnotes typset in cmr?

Consider the following minimal testfile

\starttext
\startitemize
       \head Rug rugggenbord dikte 0.5\Milli\Meter

            \startlocalfootnotes[0]
            \starttabulate[|lm|lm|]
                \NC L_R \EQ L_P \NC\NR
                \NC B_R \EQ D_{boekblok}
                \footnote{Rugdikte gemeten langs de ronding van het boekblok
met een strook papier} \NC\NR
            \stoptabulate
            {\placelocalfootnotes}
            \stoplocalfootnotes
 \stopitemize
\stoptext


In the logfile I find the following statement:

check          : missing or ungrouped '=' after '0' in line 9 (@@vn)

I used this mechanism earlier. But can't understand this behaviour in this
case.

Any hints?/

Willi

^ permalink raw reply	[flat|nested] 56+ messages in thread
* Footnotes
@ 2001-04-04 22:28 P. van Kranenburg
  2001-04-05  7:40 ` Footnotes Hans Hagen
  0 siblings, 1 reply; 56+ messages in thread
From: P. van Kranenburg @ 2001-04-04 22:28 UTC (permalink / raw)


Hello,

I'm writing an article with many (>50) footnotes. I want them
all at the end of my text, so:

\stelvoetnotenin[plaats=tekst]
\starttekst
blabla
\plaatsvoetnoten
\stoptekst

The list of footnotes does not fit on one page. The problem is that
there is no page-break. The list of footnotes is running off my
page. Is there a solution for this?
thanks in advance,

Peter


^ permalink raw reply	[flat|nested] 56+ messages in thread
* footnotes
@ 2001-03-12 17:08 Hans Hagen
  2001-03-17 18:14 ` footnotes Giuseppe Bilotta
  0 siblings, 1 reply; 56+ messages in thread
From: Hans Hagen @ 2001-03-12 17:08 UTC (permalink / raw)


Hi, 

The footnote problems as reported have to do with (yet unknown) sync
problems. The following seems to work, 

\appendtoks \synchronizefootnotes \to \everypar

\def\synchronizefootnotes%
  {\ifvoid\footins\else\insert\footins{\unvbox\footins}\fi}

but, before i experiment with this i want to know taco's/thanh's (they who
knows the deeper internals of tex the program) opinion on potential
interferences.

Anyone is free to experiment -)  

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      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
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 56+ messages in thread
* RE: footnotes
@ 2000-05-09 10:09 Haseloff, Lutz
  0 siblings, 0 replies; 56+ messages in thread
From: Haseloff, Lutz @ 2000-05-09 10:09 UTC (permalink / raw)
  Cc: 'ntg-context@ntg.nl'

Hi Hans, Hi all,

someone suggested:

\def\withdot#1{#1.}
\setupfootnotes[rule=off,numbercommand=\withdot]

but the number comes too close to the text.

I would also like to know, how to get footnotes of the following form:

	1. Bla bla bla bla bla
	bla bla bla...

Greetings

Lutz

just married :-)


^ permalink raw reply	[flat|nested] 56+ messages in thread
* footnotes
@ 2000-04-18  8:41 Haseloff, Lutz
  2000-04-19  1:16 ` footnotes Taco Hoekwater
  2000-05-08 20:30 ` footnotes Hans Hagen
  0 siblings, 2 replies; 56+ messages in thread
From: Haseloff, Lutz @ 2000-04-18  8:41 UTC (permalink / raw)


Hi Hans, Hi all,

Is is possible to get following footnotes:

Inside the textbody like the standard (superscript).
In the Footer a normalsize Number with a dot (same size as the footnotetext
and on the baseline)

1.  Footnote bla bla
     bla bla bla bla  ?

Thanks in advance

Lutz


^ permalink raw reply	[flat|nested] 56+ messages in thread
* Footnotes
@ 1999-11-30  8:10 Haseloff, Lutz
  1999-11-30 15:08 ` Footnotes Hans Hagen
  0 siblings, 1 reply; 56+ messages in thread
From: Haseloff, Lutz @ 1999-11-30  8:10 UTC (permalink / raw)


Hi all,

With this file:
\setupfootnotes[line=off]
\starttext
Test\footnote{Test}
\stoptext
The Footnoterule doesn´t disappear.

Is it possible to get a dot after the number in figure caption like "Figure
1.  This is a picture."?


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

end of thread, other threads:[~2012-04-24 13:26 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-20  7:54 Footnotes Ulrich Dirr
2008-07-20 17:50 ` Footnotes Aditya Mahajan
2008-07-21  7:09   ` Footnotes Ulrich Dirr
2008-07-21 16:39     ` Footnotes Aditya Mahajan
2008-07-21 17:25       ` Footnotes Ulrich Dirr
2008-07-21 20:58         ` Footnotes Aditya Mahajan
2008-07-21 11:28   ` How to read sources? (was:) Footnotes Joachim Kreimer-de Fries
2008-07-21 12:01     ` How to read sources? Jörg Hagmann
2008-07-21 12:03       ` Wolfgang Schuster
2008-07-21 12:09         ` Andrea Valle
2008-07-21 12:02     ` How to read sources? (was:) Footnotes Thomas A. Schmitz
2008-07-21 12:13     ` Andrea Valle
2008-07-21 16:59     ` Aditya Mahajan
  -- strict thread matches above, loose matches on Subject: below --
2012-04-24  8:56 footnotes Alan BRASLAU
2012-04-24 12:21 ` footnotes Wolfgang Schuster
2012-04-24 13:26   ` footnotes Alan BRASLAU
2012-04-01 21:03 footnotes Thomas A. Schmitz
2012-04-02 10:26 ` footnotes Steffen Fritzsche
2012-04-02 11:02   ` footnotes Thomas A. Schmitz
2012-04-02 20:40 ` footnotes Wolfgang Schuster
2012-03-12 16:50 Footnotes Willi Egger
2010-12-12 11:09 footnotes Achim Jander
2010-12-12 13:41 ` footnotes Achim Jander
     [not found] <mailman.1.1254823203.32637.ntg-context@ntg.nl>
2009-10-13 17:20 ` footnotes Wolfgang Werners-Lucchini
2009-10-13 17:44   ` footnotes Wolfgang Schuster
2009-10-05 14:53 footnotes Wolfgang Werners-Lucchini
2009-10-06  9:36 ` footnotes Taco Hoekwater
2006-01-29 13:48 footnotes Hans van der Meer
2006-01-30 10:49 ` footnotes Hans Hagen
2006-01-30 14:41   ` footnotes Hans van der Meer
2006-01-30 15:45     ` footnotes Hans Hagen
2003-10-06 15:25 Footnotes Steffen Wolfrum
2003-10-06  9:58 Czech patterns in TeXlive2003 David Antos
2003-10-06 13:40 ` Footnotes Albrecht Kauffmann
2003-10-04 19:02 Footnotes Steffen Wolfrum
2003-09-15 15:54 Footnotes Willi Egger
2003-09-15 16:15 ` Footnotes Pawel Jackowski na Onet
2003-09-15 18:00   ` Footnotes Willi Egger
2003-09-16  5:55     ` Footnotes Pawel Jackowski na Onet
2003-09-16 12:18       ` Footnotes Willi Egger
2003-09-16 19:33         ` Footnotes Pawel Jackowski na Onet
2003-09-19 21:04           ` Footnotes Willi Egger
2003-09-20  5:23             ` Footnotes Pawel Jackowski na Onet
2003-09-20  7:28               ` Footnotes Willi Egger
2003-09-23 17:50                 ` Footnotes Pawel Jackowski na Onet
2003-09-16 17:16     ` Footnotes Hans Hagen
2001-04-04 22:28 Footnotes P. van Kranenburg
2001-04-05  7:40 ` Footnotes Hans Hagen
2001-03-12 17:08 footnotes Hans Hagen
2001-03-17 18:14 ` footnotes Giuseppe Bilotta
2001-03-18 20:41   ` footnotes Hans Hagen
2000-05-09 10:09 footnotes Haseloff, Lutz
2000-04-18  8:41 footnotes Haseloff, Lutz
2000-04-19  1:16 ` footnotes Taco Hoekwater
2000-05-08 20:30 ` footnotes Hans Hagen
1999-11-30  8:10 Footnotes Haseloff, Lutz
1999-11-30 15:08 ` Footnotes Hans Hagen

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