e*******e 发帖数: 248 | 1 给会议投的的稿,今天才通知我说我的margin太小,要求改好后重submit,而且明天改不
好,就从conference proceeding里remove。
我用的是ieeetran的documentclass,double column.
左右各多了一个字母的长度,下边多了一行。第一页的title的第一行大概有一半超出。
多谢了! |
i******e 发帖数: 171 | 2 google "page layout latex" ?
for example:
http://research.cmis.csiro.au/gjw/tex/docs/fancyhdr.pdf
is this helpful?
不
。
【在 e*******e 的大作中提到】 : 给会议投的的稿,今天才通知我说我的margin太小,要求改好后重submit,而且明天改不 : 好,就从conference proceeding里remove。 : 我用的是ieeetran的documentclass,double column. : 左右各多了一个字母的长度,下边多了一行。第一页的title的第一行大概有一半超出。 : 多谢了!
|
s***t 发帖数: 195 | 3 \usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
不
。
【在 e*******e 的大作中提到】 : 给会议投的的稿,今天才通知我说我的margin太小,要求改好后重submit,而且明天改不 : 好,就从conference proceeding里remove。 : 我用的是ieeetran的documentclass,double column. : 左右各多了一个字母的长度,下边多了一行。第一页的title的第一行大概有一半超出。 : 多谢了!
|
e*******e 发帖数: 248 | 4 如果这么简单,就不会拿到这儿来问了,呵呵。
IEEEtran的说明里,专门注明说不能和geometry一起用。
我试了试,这样的实际margin比指定的大不少。原来4页的内容,现在就变成5页了。
【在 s***t 的大作中提到】 : \usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry} : : 不 : 。
|
i******e 发帖数: 171 | 5 不是可以规定四边的margin么? 比如\oddsidemargin -.1cm
【在 e*******e 的大作中提到】 : 如果这么简单,就不会拿到这儿来问了,呵呵。 : IEEEtran的说明里,专门注明说不能和geometry一起用。 : 我试了试,这样的实际margin比指定的大不少。原来4页的内容,现在就变成5页了。
|
e*******e 发帖数: 248 | 6 ieeetran这个package有很奇怪的margin算法,和其他定义margin的package有冲突。
郁闷。特别是在double column and one column title的时候,首页的topmargin怎么也
调不好。
我现在只有缩小图的大小和textheigh,columnwidth来解决了。
【在 i******e 的大作中提到】 : 不是可以规定四边的margin么? 比如\oddsidemargin -.1cm
|
a*******x 发帖数: 47 | 7 looks like you are using a wrong papersize, try
changing inbetween a4paper and letterpaper.
不
。
【在 e*******e 的大作中提到】 : 给会议投的的稿,今天才通知我说我的margin太小,要求改好后重submit,而且明天改不 : 好,就从conference proceeding里remove。 : 我用的是ieeetran的documentclass,double column. : 左右各多了一个字母的长度,下边多了一行。第一页的title的第一行大概有一半超出。 : 多谢了!
|
e*******e 发帖数: 248 | 8 会议要求只能用letterpaper.
都怨自己,一开始就用的journal模式。到现在想改成conference,文章长度就超过4页了
。
下次记住了。
【在 a*******x 的大作中提到】 : looks like you are using a wrong papersize, try : changing inbetween a4paper and letterpaper. : : 不 : 。
|
x*z 发帖数: 1010 | 9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this is impossible, otherwise nobody dare to use geometry any more
I guess you used the wrong paper size
【在 e*******e 的大作中提到】 : 如果这么简单,就不会拿到这儿来问了,呵呵。 : IEEEtran的说明里,专门注明说不能和geometry一起用。 : 我试了试,这样的实际margin比指定的大不少。原来4页的内容,现在就变成5页了。
|
T*******n 发帖数: 493 | 10 I haven't use ieeetrans.cls before, but I took a quick look at it and I don't
see anything unusual that would prevent you from overriding the default margin
setting by changing \oddsidemargin, \textwidth, etc. directly.
Did you try changing these length parameters (before \begin{document}) to see
whether they do anything at all?
If you don't know how \oddsidemargin, \textwidth, etc. are calculated, post
back what you actually require for the four margins, and I will reply with the
values you sho
【在 e*******e 的大作中提到】 : 会议要求只能用letterpaper. : 都怨自己,一开始就用的journal模式。到现在想改成conference,文章长度就超过4页了 : 。 : 下次记住了。
|
e*******e 发帖数: 248 | 11 The problem is the top margin of first page. When using double column and
floating title (journal), the package will dynamically determin the spacing
between title/author and main text. This makes the top margin a little bit
smaller than the other pages.
Also, the author of this package specificly mentioned that user should not use
packages such as margin, and other margin control commands to change margin.
t
margin
see
the
【在 T*******n 的大作中提到】 : I haven't use ieeetrans.cls before, but I took a quick look at it and I don't : see anything unusual that would prevent you from overriding the default margin : setting by changing \oddsidemargin, \textwidth, etc. directly. : Did you try changing these length parameters (before \begin{document}) to see : whether they do anything at all? : If you don't know how \oddsidemargin, \textwidth, etc. are calculated, post : back what you actually require for the four margins, and I will reply with the : values you sho
|