2019-03-31 11:00:21 +00:00
|
|
|
|
---
|
|
|
|
|
title: 尾注をつける
|
|
|
|
|
author: kazu634
|
|
|
|
|
date: 2007-12-11
|
|
|
|
|
wordtwit_post_info:
|
|
|
|
|
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3437;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
|
|
|
|
|
categories:
|
|
|
|
|
- LaTeX
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
<div class="section">
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://ideas.paunix.org/latex/latex_6_footnotes.htm" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ideas.paunix.org/latex/latex_6_footnotes.htm', 'http://ideas.paunix.org/latex/latex_6_footnotes.htm');" target="_blank">http://ideas.paunix.org/latex/latex_6_footnotes.htm</a>によれば、プレアンブルに
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<pre class="syntax-highlight">
|
|
|
|
|
<span class="synStatement">\usepackage</span><span class="synSpecial">{endnotes}</span>
|
|
|
|
|
<span class="synStatement">\let\footnote</span>=<span class="synStatement">\endnote</span>
|
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
を追加し、尾注ページを表示したい場所に
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<pre class="syntax-highlight">
|
|
|
|
|
<span class="synStatement">\def\enotesize</span><span class="synSpecial">{</span><span class="synType">\normalsize</span><span class="synSpecial">}</span>
|
|
|
|
|
<span class="synStatement">\theendnotes</span>
|
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
とすればいい。
|
|
|
|
|
</p>
|
2019-04-02 16:06:15 +00:00
|
|
|
|
</div>
|