blog/content/post/2007/12/11/2007-12-11-00000679.md

34 lines
1.4 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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>
</div>