由买买提看人间百态

topics

全部话题 - 话题: topmargin
(共0页)
m**w
发帖数: 29
1
来自主题: Faculty版 - (急!) NSF proposal type font
This is part of the new requirements.
I have also used the following commands.
\setlength\topmargin{0in} % 1 inch
\setlength\headheight{0in}
\setlength\headsep{0in}
\setlength\textheight{8.7in}
\setlength\textwidth{6.5in}
\abovedisplayskip=2pt
\belowdisplayskip=2pt
\abovedisplayshortskip=2pt
\belowdisplayshortskip=2pt
I*******e
发帖数: 45
2
来自主题: Internet版 - 问个入门级的 html 问题
try this, should work for both firefox and ie
c**e
发帖数: 24
3
来自主题: Software版 - firefox 不能正常显示.shtml文件?
firefox 不能正常显示.shtml文件?打开的时候,所有的html tag 都会显示,比如打开
http://www.lifeweek.com.cn/2007-03-02/0005517848.shtml
显示如下:

三联生活周刊 - - - - www.lifeweek.com.cn




topMargin=0 vLink=#000000
e*******e
发帖数: 248
4
ieeetran这个package有很奇怪的margin算法,和其他定义margin的package有冲突。
郁闷。特别是在double column and one column title的时候,首页的topmargin怎么也
调不好。
我现在只有缩小图的大小和textheigh,columnwidth来解决了。
o******e
发帖数: 10
5
来自主题: TeX版 - Table在页面中间的位置
遇到一个表格问题,求助
我有下面一个latex文件。
我发现改变\renewcommand{\baselinestretch}{1.2}里面的值会导致表格在一个页面中
的位置不同。
比如说,1.JPG里面表格在页顶,\baselinestretch的值是1.2,当我改变\
baselinestretch的值到了1.4,就出现了2.jpg里面的情况:表格的位置到了中间。
我是希望每个表格都是1.JPG那样的显示方式,不知道为什么这个值的改变会造成这么
大的变化。还望大家指点迷津。谢谢。
\documentclass[letterpaper,12pt,notitlepage]{article}%
\oddsidemargin -0.0in \textwidth 6.5in \topmargin -0.5in \textheight 8.85in
\linespread{1}
\parskip 0.05in
\begin{document}
\renewcommand{\baselinestretch}{1.2}
\begin{table}[htp]
\caption{Table C
l*****i
发帖数: 3929
6
来自主题: TeX版 - 可不可以改Margin
For example:
\setlength{\oddsidemargin}{0.55in}
\setlength{\textwidth}{5.85in}
\setlength{\textheight}{7.75in}
\setlength{\topmargin}{0.7in}
Z***e
发帖数: 2983
7
来自主题: TeX版 - list of figure问题
.cls文件中没有\caption的definition
后来研究生院给一个solution。直接在.tex文章中改的,感觉挺笨的一个办法,出
来的样子也不好看,不过管他的了,能通过ruler lady就行了。
All of the changes listed below were made in the .tex document itself, n
ot in the .cls file.
1) Page numbers are .5 inches from top of page, bottom numbers .5 inches
from bottom:
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{.5in}
2) To make the list of figures use the word "Figure: "
\usepackage{calc}
\makeatletter
\let\ORIG@listoffigures\listoffigures
\renewcommand*{\list
s**c
发帖数: 1247
8
3x
这是文件最开始的几行设置
\documentclass[11pt]{article}
\def\spacingset#1{\def\baselinestretch{#1}\small\normalsize}
\parskip=1pt
\usepackage{amssymb,boxedminipage}
\usepackage{latexsym}
\usepackage{epsf,epsfig,graphics}
\usepackage{psfig}
\usepackage{amsmath}
\usepackage{bm}
\include{com}
\addtolength{\topmargin}{-0.9in}
\addtolength{\oddsidemargin}{-0.9in}
\addtolength{\textwidth}{1.9in}
\addtolength{\textheight}{2.0in}
\newtheorem{lemma}{Lemma}
\newtheorem{definition}{Definition}
\newtheorem{claim}
b*******h
发帖数: 56
9
章节标题离顶部太远,用了无数命令还是不管用,以下为我尝试过的:
1,\oddsidemargin=.4in \textwidth=5.9in \topmargin=-0.5in \textheight=10.0in
\footskip=0.5in
2,\usepackage[left=1.3in, right=1.2in, top=1.0in, bottom=1.0in, includefoot
, headheight=-0.5pt, footskip=0.5in]{geometry}
3,\usepackage{fancyhdr}
\pagestyle{fancy}
\headheight=0pt \headsep=0pt
都解决不了这个问题,用的winEdt。
我又尝试了这个命令,
\usepackage[left=1.3in, right=1.2in, top=0.9in, bottom=1.0in, footskip=0.5in
]{geometry}
这里面的left,right,top,bottom footskip都管用,但是当我尝试加headheigh
b*******h
发帖数: 56
10
这个也不行,但是我发现了http://www.tug.org/TeXnik/mainFAQ.cgi?file=space/space
的一处错误,校正后现在我能够修改章节标题上下边距了,但是我还是不能修改table
of contents,list of figure,list of table 这几个标题的上下边距!!!
还请指点
附上正确的程序
其实网上的程序只是缺了一个%。。。
\makeatletter
\usepackage{calc}
\newlength{\topspace}
\setlength{\topspace}{-1in% <---- the whole vertical space
-\topmargin% <--- predefined
-\headheight% ...
-\headsep% ...
-\topskip}% ...
\def\@makechapterhead#1{%
\vspace*{\topspace}% <---- the spac
e**e
发帖数: 278
11
来自主题: TeX版 - 求助,毕业论文格式
大家好,我Latex水平不怎么样,在毕业论文的格式上出了点问题,希望大家帮助,谢
谢。
我主要问题是需要在Contents 当中去掉Appendices 的目录,然后在List of Tables后
面加一个List of Appendices,但是发现我的Latex不让我这么做,不知道为什么。
我的Latex主文件如下:
\documentclass[12pt, letterpaper, amsmath, amssymb]{report}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{geometry}
\topmargin 0in \textheight 8in \oddsidemargin 0.7in \textwidth 5.6in
\input epsf
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{setspace}
\numberwithin{equation}{chapter}
\doublespacing
e**e
发帖数: 278
12
来自主题: TeX版 - 求助,毕业论文格式
参数错误,再发一次。
大家好,我Latex水平不怎么样,在毕业论文的格式上出了点问题,希望大家帮助,谢
谢。
我主要问题是需要在Contents 当中去掉Appendices 的目录,然后在List of Tables后
面加一个List of Appendices,但是发现我的Latex不让我这么做,不知道为什么。
我的Latex主文件如下:
\documentclass[12pt, letterpaper, amsmath, amssymb]{report}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{geometry}
\topmargin 0in \textheight 8in \oddsidemargin 0.7in \textwidth 5.6in
\input epsf
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{setspace}
\numberwithin{equation}{chapter}
\do
I***i
发帖数: 14557
13
I would like to add some comments:
One might want to use \vspace*{xin} if this is the first command of the page
(which is very likely the case for the title.
Also, x (as in {xin} above) should be "2-topmargin" if you want the title to
be 2 inches below the top edge of the paper.
S****M
发帖数: 130
14
来自主题: Mathematics版 - 在latex中......
我记得这本读物的靠后的部分有一节讲怎么设置页面布局的。不外乎
\topmargin,\oddsidemargin,\textwidth, \textheight 之类。
网络上关于LaTeX的入门读物很多,这个lshort就不错。自己稍微花点儿时间看看吧。

me
n*******l
发帖数: 2911
15
来自主题: Mathematics版 - 在latex中......
\setlength{\topmargin}{-5mm}
\setlength{\textheight}{210mm}
\setlength{\oddsidemargin}{0mm}
\setlength{\textwidth}{150mm}
m***e
发帖数: 4
16
修改一下,大概就可以了:
\setlength{\topmargin}{-2cm}
\setlength{\headsep}{2.2cm}
\setlength{\evensidemargin}{.7cm}
\setlength{\oddsidemargin}{.7cm}
\setlength{\textheight}{22.5cm}
\setlength{\textwidth}{15.2cm}
c******n
发帖数: 4965
17
来自主题: _FilmPhotography版 - 贡献个lens test target
latex , produce pdf by
latex target.tex
dvips -Ppdf -t landscape target.dvi
gv target.ps
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[landscape,letterpaper]{article}
\usepackage{multido}
\begin{document}
\evensidemargin -1in
\oddsidemargin -1in
\topmargin -1in
\textwidth 15in
\textheight 12in
%
\multido{}{500}{\vrule height 30mm width 0.2mm depth 0mm\kern 0.8mm}
\multido{}{300}{\vrule height 30mm width 0.5mm depth 0mm\kern 0.5mm}
\multido{}{150}{\vrule height 30mm width 1.0mm depth 0m
(共0页)