由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - footnote doublespacing
相关主题
问两个footnote的问题LaTex Help Doublespacing
如果在latex中插一个表格,表格的上方是title,下方是一段解释,但不时footnote,该怎么办?求教:如何在beamer里实现double space?
怎么添加这样的footnote阿请问tabular里面的一个格子里如何能够换行呢?谢谢!
LaTeX Table 缩放解决了Lyx Table format
如何指定beamer中某一页的字体大小?beamer 一问
求救, footnote段间距请问如何在目录里去掉一个章节?
table里面的line spacing?问题:如何快速除去tex文档当中的大量comments?
latex,需要双倍行距怎么办?求助!一个maketitle问题
相关话题的讨论汇总
话题: footnote话题: sty话题: clo
进入TeX版参与讨论
1 (共1页)
c*******o
发帖数: 1722
1
how to do it? some bt journal wants this.
thanks.
i*i
发帖数: 918
2
Nontrivial, you can always add \newline at appropriate places though.
T*******n
发帖数: 493
3
Is the document class based on one of LaTeX's standard classes?
Search the .log file and look for "size1?.clo" and tell me if you
find anything, and if so, is ? equal to 0, 1, or 2?

【在 c*******o 的大作中提到】
: how to do it? some bt journal wants this.
: thanks.

i*******w
发帖数: 405
4
我们学校Template出来的Footnote是 double space,但是我想把它弄成single space,
还正不知道改怎么搞才行。你这里却是想要搞成 double 的。

【在 c*******o 的大作中提到】
: how to do it? some bt journal wants this.
: thanks.

T*******n
发帖数: 493
5
You will likely need to find the definition for \footnotesize and modify it.
You will need to give more information for anyone to give you a solution,
i.e., how double-spacing is implemented in your thesis class. If you don't
know where to begin, look for the definition of \footnotesize in the .cls,
.clo, or .sty files that you use. Post the definition here, and also post
the list of .cls, .clo, .sty files that you use.

space,

【在 i*******w 的大作中提到】
: 我们学校Template出来的Footnote是 double space,但是我想把它弄成single space,
: 还正不知道改怎么搞才行。你这里却是想要搞成 double 的。

i*******w
发帖数: 405
6
我找了一下,在.sty file 里面没有发现 \footnotesize, 只有一个 \footskip,大侠
有空帮我看看,我把.sty file 贴在下面了:
-----------------
%%
%% LaTeX Dissertation Format Style File
%%
%% Developed by:
%% Daniel O. Awduche and Christopher A. St. Jean
%% Communications and Networking Lab
%% Dept. of Electrical and Computer Engineering
%% (with code adopted from the Stanford University PhD thesis
%% style and other sources)
%%
%% Notes on usage can be found in the accompanying USAGE_NOTES.txt file
%%
%% ** Nee
c*******h
发帖数: 1096
7
hack了一段代码
放在preamble
若与文档其他部分冲突,概不负责。。
\makeatletter
\long\def\@footnotetext#1{%
\insert\footins{%
\def\baselinestretch{2}%
\reset@font\footnotesize
\interlinepenalty\interfootnotelinepenalty
\splittopskip\footnotesep
\splitmaxdepth \dp\strutbox \floatingpenalty \@MM
\hsize\columnwidth
\@parboxrestore
\protected@edef\@currentlabel{%
\csname p@footnote\endcsname\@thefnmark
}%
\color@begingroup
\vskip .5\baselineskip
\@makefntext{%


【在 c*******o 的大作中提到】
: how to do it? some bt journal wants this.
: thanks.

T*******n
发帖数: 493
8
Okay, I'll need a bit of time to look at this.

【在 i*******w 的大作中提到】
: 我找了一下,在.sty file 里面没有发现 \footnotesize, 只有一个 \footskip,大侠
: 有空帮我看看,我把.sty file 贴在下面了:
: -----------------
: %%
: %% LaTeX Dissertation Format Style File
: %%
: %% Developed by:
: %% Daniel O. Awduche and Christopher A. St. Jean
: %% Communications and Networking Lab
: %% Dept. of Electrical and Computer Engineering

1 (共1页)
进入TeX版参与讨论
相关主题
求助!一个maketitle问题如何指定beamer中某一页的字体大小?
怎样改变latex beamer slide 里的字体大小?求救, footnote段间距
菜鸟一问,在文章正文中cite papertable里面的line spacing?
newcommand 的内容如何force line break?latex,需要双倍行距怎么办?
问两个footnote的问题LaTex Help Doublespacing
如果在latex中插一个表格,表格的上方是title,下方是一段解释,但不时footnote,该怎么办?求教:如何在beamer里实现double space?
怎么添加这样的footnote阿请问tabular里面的一个格子里如何能够换行呢?谢谢!
LaTeX Table 缩放解决了Lyx Table format
相关话题的讨论汇总
话题: footnote话题: sty话题: clo