CS版 - ==========urgent latex question========= |
|
|
|
|
|
y***a 发帖数: 840 | 1 Hi,
I am submitting my final thesis (double-spaced) and one of my committee
member suggests me to use single-space for footnotes. It makes sense because
it looks much better. Anybody knows how to do that?
I tried
"\newcommand{\MYFOOT}[1]{\begin{singlespace}\footnote{#1}\end{singlespace}}"
it works but there is a large blank space between the footnote ID number in
the text and the text before it. the footnote ID should appear close to the
text before it.
e.g. if I use "AAAA\MYFOOT{fo | s***t 发帖数: 195 | 2 use setspace package instead of whatever you are using now.
【在 y***a 的大作中提到】 : Hi, : I am submitting my final thesis (double-spaced) and one of my committee : member suggests me to use single-space for footnotes. It makes sense because : it looks much better. Anybody knows how to do that? : I tried : "\newcommand{\MYFOOT}[1]{\begin{singlespace}\footnote{#1}\end{singlespace}}" : it works but there is a large blank space between the footnote ID number in : the text and the text before it. the footnote ID should appear close to the : text before it. : e.g. if I use "AAAA\MYFOOT{fo
|
|
|
|
|
|