由买买提看人间百态

topics

全部话题 - 话题: textheight
1 (共1页)
m********7
发帖数: 37
1
来自主题: TeX版 - 关于Latex插入图表之我见
我不知道为什么老说jpg, eps 不能同时在文档中。
我用latex 从来都没有问题。
Examples:
\usepackage{graphicx}
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=0.4\textwidth, height=0.25\textheight]{Plot/
runningTime.eps}
\end{center}
\caption{The running time of experiments}
\label{fig:runningTime}
\end{figure}
\begin{figure}[htbp]
\includegraphics[width=0.35\textwidth, height=0.25\textheight, bb=0 0 770
800]{Image/top20.jpg}
\caption{The top 20 univ}
\label{fig:top20}
\end{figure}
m********7
发帖数: 37
2
来自主题: TeX版 - 关于Latex插入图表之我见
我不知道为什么老说jpg, eps 不能同时在文档中。
我用latex 从来都没有问题。
Examples:
\usepackage{graphicx}
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=0.4\textwidth, height=0.25\textheight]{Plot/
runningTime.eps}
\end{center}
\caption{The running time of experiments}
\label{fig:runningTime}
\end{figure}
\begin{figure}[htbp]
\includegraphics[width=0.35\textwidth, height=0.25\textheight, bb=0 0 770
800]{Image/top20.jpg}
\caption{The top 20 univ}
\label{fig:top20}
\end{figure}
m********7
发帖数: 37
3
来自主题: TeX版 - 关于Latex插入图表之我见
我不知道为什么老说jpg, eps 不能同时在文档中。
我用latex 从来都没有问题。
Examples:
\usepackage{graphicx}
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=0.4\textwidth, height=0.25\textheight]{Plot/
runningTime.eps}
\end{center}
\caption{The running time of experiments}
\label{fig:runningTime}
\end{figure}
\begin{figure}[htbp]
\includegraphics[width=0.35\textwidth, height=0.25\textheight, bb=0 0 770
800]{Image/top20.jpg}
\caption{The top 20 univ}
\label{fig:top20}
\end{figure}
m**w
发帖数: 29
4
来自主题: 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
l**g
发帖数: 26
5
tex的好处是根本不用管图片效果
你把图片做成eps的,比如fig1.eps
然后每次都用最简单的语句插入图片
\begin{figure}[htp]
\includegraphics[width=textwidth,height=textheight]{fig1}
\caption{... \label{myfig1}}
\end{figure}
就好了,
至于显示出来什么样子,大小位置什么的
根本不用管!
因为杂志的编辑器会忽略你的大部分格式语句,
而用它自己的。
你要是没事纠结width 到底是多少inch,height到底多少inch,
那还是没有领会tex的关键。
d****t
发帖数: 748
6
☆─────────────────────────────────────☆
doubledomer (Rudy) 于 (Tue Apr 19 22:15:12 2005) 提到:
% LaTeX input file
\documentstyle[12pt]{article}
%\pagestyle{empty}
\textwidth=6in
\textheight=8in
\oddsidemargin=0.5in
\evensidemargin=0.5in
\headheight=0in
\headsep=0in
\footheight=0in
\begin{document}
\baselineskip 12pt
\rightline{\bf\large AME538}
\rightline{\bf\large Name: Rudy}
\rightline{ December 1, 199X}
\bigskip
\bigskip
\begin{center}{\bf\large Review of Fluid Mechanics Film 1 and 2:
Vo
J*******r
发帖数: 379
7
来自主题: TeX版 - 请教如何摆一个大图
你还要保证图不是过大.如果太大,缩一下:
\includegraphics[height=0.8\textheight]{a.eps}
J*******r
发帖数: 379
8
来自主题: TeX版 - 请教如何摆一个大图
你还要保证图不是过大.如果太大,缩一下:
\includegraphics[height=0.8\textheight]{a.eps}
c****s
发帖数: 2487
9
来自主题: TeX版 - Beamer: resizing figure and table
hi, i intended to put a figure and a table (tabular) vertically on
the same slide, and had to resize them to fit into the page. two
issues were hard to solve:
1) i used \includegraphics, but had problem using \textheight
2) couldn't bring the table into a fond size environment
anyone has clue how they'd be solved?
many thx!
s***t
发帖数: 195
10
来自主题: TeX版 - Beamer: resizing figure and table
don't quite understand your questions.
1) why has \includegraphics anything to do with \textheight? just specify
height=xxx.
2) doesn't this work?
{ \tiny \begin{tabular} ... \end{tabular} }
c****s
发帖数: 2487
11
来自主题: TeX版 - Beamer: resizing figure and table

你试过这个吗
\begin{frame}
\begin{figure}
\includegraphics[height=xxx]{test.eps}
\end{figure}
\end{frame}
我试了相对值(\textheight)和绝对值得办法,都不行
难道这里不能设置高度?
[width=0.8\textwidth]没有问题
这个成了。多谢!
另外不同的tex包的功能还不一样。公司系统里的竟然不认\subsubsection
o******e
发帖数: 10
12
来自主题: 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
13
来自主题: TeX版 - 可不可以改Margin
可以,还可以改textwidth和textheight
l*****i
发帖数: 3929
14
来自主题: TeX版 - 可不可以改Margin
For example:
\setlength{\oddsidemargin}{0.55in}
\setlength{\textwidth}{5.85in}
\setlength{\textheight}{7.75in}
\setlength{\topmargin}{0.7in}
P******g
发帖数: 83
15
actually, I tried it again in that way, but it still does not work
what I did:
using GS view to convert a one-page PDF file into .eps file (any problem
with this?)
then, insert the eps file into .tex file using the following commands
\begin{figure}
\begin{center}
\includegraphics[width=0.5\textwidth,height=0.5\textheight]{test}
\end{center}
\end{figure}
P******g
发帖数: 83
16
\documentclass[letterpaper,12pt,oneside]{book}
\pagestyle{plain}
\usepackage{graphicx}
\usepackage{setspace}
\onehalfspace
\title{Experimental....}
\author{H.}
\begin{document}
\frontmatter
\maketitle
\newpage
\section*{Abstract:}
Decomposition of .......
\mainmatter
\chapter{Introduction}
Hydrogen ....
\begin{figure}
\begin{center}
\includegraphics[width=0.5\textwidth,height=0.5\textheight]{test.eps}
\end{center}
\end{figure}
\end{document}
Please look at the structure of the above file to see
Z***e
发帖数: 2983
17
来自主题: 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
18
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
19
章节标题离顶部太远,用了无数命令还是不管用,以下为我尝试过的:
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
j**v
发帖数: 38
20
由于图太长,要占整个的\textheight, 所以需要把caption放在下一页,请问如何做?
在caption前面加\protect\newpage或\protect\\都不行
thx!
e**e
发帖数: 278
21
来自主题: 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
22
来自主题: 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
z***i
发帖数: 8285
23
来自主题: TeX版 - tex问题
\documentclass[a4paper,11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage[colorlinks=true]{hyperref}
\usepackage{colortbl}
\usepackage{hyperref}
\usepackage{extramarks}
\usepackage{fancyhdr}
\usepackage{color}
\usepackage{eso-pic}
\usepackage{ifpdf}
\usepackage{svgcolor}
\usepackage{booktabs}
\usepackage{amssymb}
\pagenumbering{arabic}
\hypersetup{urlcolor=blue}
\definecolor{light-gray}{gray}{0.86}
\setlength{\paperwidth}{597pt}
\setlength{\paperh... 阅读全帖
S****M
发帖数: 130
24
来自主题: Mathematics版 - 在latex中......
我记得这本读物的靠后的部分有一节讲怎么设置页面布局的。不外乎
\topmargin,\oddsidemargin,\textwidth, \textheight 之类。
网络上关于LaTeX的入门读物很多,这个lshort就不错。自己稍微花点儿时间看看吧。

me
n*******l
发帖数: 2911
25
来自主题: Mathematics版 - 在latex中......
\setlength{\topmargin}{-5mm}
\setlength{\textheight}{210mm}
\setlength{\oddsidemargin}{0mm}
\setlength{\textwidth}{150mm}
m***e
发帖数: 4
26
修改一下,大概就可以了:
\setlength{\topmargin}{-2cm}
\setlength{\headsep}{2.2cm}
\setlength{\evensidemargin}{.7cm}
\setlength{\oddsidemargin}{.7cm}
\setlength{\textheight}{22.5cm}
\setlength{\textwidth}{15.2cm}
c******n
发帖数: 4965
27
来自主题: _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
1 (共1页)