Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

One small step for man, one giant stumble for mankind.


computers / comp.text.tex / Footnote size

SubjectAuthor
* Footnote sizePeter Flynn
`* Re: Footnote sizeUlrike Fischer
 `* Re: Footnote sizePeter Flynn
  `* Re: Footnote sizeJean-Côme Charpentier
   `- Re: Footnote sizePeter Flynn

1
Footnote size

<jpmed1F1b07U1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5354&group=comp.text.tex#5354

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: peter@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Footnote size
Date: Thu, 29 Sep 2022 22:44:17 +0200
Organization: Usenet Labs Bozon Detector Facility
Lines: 12
Message-ID: <jpmed1F1b07U1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net QogYqViVUSxYMqa/VlfCjQYv6zpBydQEaoSGr+cGyVAmwkEPPi
Cancel-Lock: sha1:nBKQ6hOiO8YQs9KXEpyeOYGRpI0=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.9.1
Content-Language: en-US
 by: Peter Flynn - Thu, 29 Sep 2022 20:44 UTC

What is the parameter in LaTeX which limits the vertical space that can
be taken up by footnotes on a page? I though I could find this unaided,
but I can't. In all these years I have never actually needed to know
this :-)

Alternatively (if this is the way it works) what is the parameter in
LaTeX which requires a page with a massive quantity of footnote text to
still have at least $n$ lines of actual body text at the top? I know
that printers' convention is two lines, but again I have never needed
this in LaTeX...until now.

Peter

Re: Footnote size

<1adce10wd3qzx$.dlg@nililand.de>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5355&group=comp.text.tex#5355

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: news3@nililand.de (Ulrike Fischer)
Newsgroups: comp.text.tex
Subject: Re: Footnote size
Date: Thu, 29 Sep 2022 22:53:17 +0200
Lines: 30
Message-ID: <1adce10wd3qzx$.dlg@nililand.de>
References: <jpmed1F1b07U1@mid.individual.net>
Reply-To: news3@nililand.de
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Trace: individual.net MO8WRgedyi+JgR6bEtASjA7Z7qFMk7M4xXmM2/jBT0JnGIxh3o
Cancel-Lock: sha1:T2nQ7H6w8yBKdGVPVkqup0VDJZs=
User-Agent: 40tude_Dialog/2.0.15.41de
 by: Ulrike Fischer - Thu, 29 Sep 2022 20:53 UTC

Am Thu, 29 Sep 2022 22:44:17 +0200 schrieb Peter Flynn:

> What is the parameter in LaTeX which limits the vertical space that can
> be taken up by footnotes on a page? I though I could find this unaided,
> but I can't. In all these years I have never actually needed to know
> this :-)
>
> Alternatively (if this is the way it works) what is the parameter in
> LaTeX which requires a page with a massive quantity of footnote text to
> still have at least $n$ lines of actual body text at the top? I know
> that printers' convention is two lines, but again I have never needed
> this in LaTeX...until now.

\dimen\footins will restrict the space. But it will not force more
lines on the first page if they have footnotes too, the b here is
moved to the last page:

\documentclass{article}
\usepackage{lipsum}
\dimen\footins=3cm
\begin{document}
a\footnote{\lipsum\lipsum}

b\footnote{aaa}
\end{document}

--
Ulrike Fischer
http://www.troubleshooting-tex.de/

Re: Footnote size

<jpp7dvFedkiU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5361&group=comp.text.tex#5361

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: peter@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: Footnote size
Date: Sat, 1 Oct 2022 00:03:43 +0200
Organization: Usenet Labs Bozon Detector Facility
Lines: 26
Message-ID: <jpp7dvFedkiU1@mid.individual.net>
References: <jpmed1F1b07U1@mid.individual.net>
<1adce10wd3qzx$.dlg@nililand.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net 6DK+0rceRLTCQUcKzi20mQxaUxsVNs70VIKcnpxukMsjsL9y8O
Cancel-Lock: sha1:LT+Sl7eOiMyE2VZBEUxMOCNC5t4=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.9.1
Content-Language: en-US
In-Reply-To: <1adce10wd3qzx$.dlg@nililand.de>
 by: Peter Flynn - Fri, 30 Sep 2022 22:03 UTC

On 29/09/2022 22:53, Ulrike Fischer wrote:
> Am Thu, 29 Sep 2022 22:44:17 +0200 schrieb Peter Flynn:
>
>> What is the parameter in LaTeX which limits the vertical space that can
>> be taken up by footnotes on a page?
[...]
> \dimen\footins will restrict the space. But it will not force more
> lines on the first page if they have footnotes too, the b here is
> moved to the last page:
>
> \documentclass{article}
> \usepackage{lipsum}
> \dimen\footins=3cm
> \begin{document}
> a\footnote{\lipsum\lipsum}
>
> b\footnote{aaa}
> \end{document}

OK, thanks. So in the case of a single giant footnote which runs to many
pages, if I want to ensure a minimum of (say) five lines of normal text
on each page (and the rest of the space all footnote), I would need to
set \dimen\footins to \textheight - 5\baselineskip minus whatever space
I wish to separate text from footnote. Is that correct?

Peter

Re: Footnote size

<th927k$1a86j$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5363&group=comp.text.tex#5363

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: jean-come.charpentier@wanadoo.fr (Jean-Côme Charpentier)
<jean-come.charpentier@wanadoo.fr>
Newsgroups: comp.text.tex
Subject: Re: Footnote size
Date: Sat, 1 Oct 2022 11:45:24 +0200
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <th927k$1a86j$1@dont-email.me>
References: <jpmed1F1b07U1@mid.individual.net>
<1adce10wd3qzx$.dlg@nililand.de> <jpp7dvFedkiU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 1 Oct 2022 09:45:24 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="819a3810cf18db6832ff888facb79102";
logging-data="1384659"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19V1x0dTBxaa5nVSyh4uPaJnP0ssbEF2f8="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.3.0
Cancel-Lock: sha1:CfwRuW6zdFHR2xn3sUvepsKcFRY=
Content-Language: fr
In-Reply-To: <jpp7dvFedkiU1@mid.individual.net>
 by: Jean-Côme Charpenti - Sat, 1 Oct 2022 09:45 UTC

Le 01/10/2022 à 00:03, Peter Flynn a écrit :
> On 29/09/2022 22:53, Ulrike Fischer wrote:
>> [a very good answer as usual...]
>
> OK, thanks. So in the case of a single giant footnote which runs to many
> pages, if I want to ensure a minimum of (say) five lines of normal text
> on each page (and the rest of the space all footnote), I would need to
> set \dimen\footins to \textheight - 5\baselineskip minus whatever space
> I wish to separate text from footnote. Is that correct?

I do love when there is a question along with its answer :-)

\documentclass{article}
\usepackage{lipsum}

\newdimen\whatever
\dimen\whatever0pt % useless in fact
\dimen\footins\the\dimexpr\textheight-5\baselineskip-\whatever

\begin{document}
Some text\footnote{\lipsum[1-30]}

\lipsum
\end{document}

Jean-Côme Charpentier

Re: Footnote size

<jprqngFqjilU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5364&group=comp.text.tex#5364

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: peter@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: Footnote size
Date: Sat, 1 Oct 2022 23:45:20 +0200
Organization: Usenet Labs Bozon Detector Facility
Lines: 30
Message-ID: <jprqngFqjilU1@mid.individual.net>
References: <jpmed1F1b07U1@mid.individual.net>
<1adce10wd3qzx$.dlg@nililand.de> <jpp7dvFedkiU1@mid.individual.net>
<th927k$1a86j$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net K0tEwveHS2heBDGWBk0gxAvw1Iumm5X2rtZxjngMbnTMCzyRL6
Cancel-Lock: sha1:U8qWsaqXddUKrbwYpwGYbC5X+68=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.9.1
Content-Language: en-US
In-Reply-To: <th927k$1a86j$1@dont-email.me>
 by: Peter Flynn - Sat, 1 Oct 2022 21:45 UTC

On 01/10/2022 11:45, Jean-Côme Charpentier wrote:
> Le 01/10/2022 à 00:03, Peter Flynn a écrit :
>> On 29/09/2022 22:53, Ulrike Fischer wrote:
>>> [a very good answer as usual...]
>>
>> OK, thanks. So in the case of a single giant footnote which runs to
>> many pages, if I want to ensure a minimum of (say) five lines of
>> normal text on each page (and the rest of the space all footnote), I
>> would need to set \dimen\footins to \textheight - 5\baselineskip minus
>> whatever space I wish to separate text from footnote. Is that correct?
>
>   I do love when there is a question along with its answer :-)
>
> \documentclass{article}
> \usepackage{lipsum}
>
> \newdimen\whatever
> \dimen\whatever0pt % useless in fact
> \dimen\footins\the\dimexpr\textheight-5\baselineskip-\whatever
>
> \begin{document}
> Some text\footnote{\lipsum[1-30]}
>
> \lipsum
> \end{document}

Thanks, I shall work on that (results may be in my next column in
TUGboat :-)

Peter

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor