由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - About text width for one page
相关主题
怎样在latex里给公式转行如何让 图表的标题和图表有空白?
how to indent all lines in a paragraphLaTeX中参数改变的命令
怎么控制表格里行的高度?letterpaper编出来后不是letterpaper,咋回事?
如何修改文本和图表的间距?Reference后面的空行怎么增加?
可不可以改Margintex问题
Table 的黑粗线是怎么弄出来的?how to put text around a figure
LaTeX: Description list的行间距这个错误信息是什么意思啊?
如何改变段落缩进?怎样让单词不在换行时被打断, avoid hyphenation
相关话题的讨论汇总
话题: width话题: text话题: page话题: about话题: paragraph
进入TeX版参与讨论
1 (共1页)
z*****n
发帖数: 7639
1
How to set the text width of only one page?
Or how to set text width of only one paragraph, one line?
T*******n
发帖数: 493
2

Try the minipage environment (you can optionally specify the
height), followed by a \clearpage if needed.
Try either minipage or \parbox, or define your own environment
using something like the following to make the special paragraph
indented 0.5 inch on both left and right sides (negative length will
make the paragraph wider than normal text width):
\newenvironment{specialpar}%
{\list{}{\setlength{\leftmargin}{0.5in}\setlength{\rightmargin}{0.5in}}\item
}%
{\endlist}
\begin{specialpar}
tex

【在 z*****n 的大作中提到】
: How to set the text width of only one page?
: Or how to set text width of only one paragraph, one line?

z*****n
发帖数: 7639
3
thx, I tried parbox, it seems that it cannot break a page...

item

【在 T*******n 的大作中提到】
:
: Try the minipage environment (you can optionally specify the
: height), followed by a \clearpage if needed.
: Try either minipage or \parbox, or define your own environment
: using something like the following to make the special paragraph
: indented 0.5 inch on both left and right sides (negative length will
: make the paragraph wider than normal text width):
: \newenvironment{specialpar}%
: {\list{}{\setlength{\leftmargin}{0.5in}\setlength{\rightmargin}{0.5in}}\item
: }%

z*****n
发帖数: 7639
4
the 3rd method works. Thanks!

item

【在 T*******n 的大作中提到】
:
: Try the minipage environment (you can optionally specify the
: height), followed by a \clearpage if needed.
: Try either minipage or \parbox, or define your own environment
: using something like the following to make the special paragraph
: indented 0.5 inch on both left and right sides (negative length will
: make the paragraph wider than normal text width):
: \newenvironment{specialpar}%
: {\list{}{\setlength{\leftmargin}{0.5in}\setlength{\rightmargin}{0.5in}}\item
: }%

1 (共1页)
进入TeX版参与讨论
相关主题
怎样让单词不在换行时被打断, avoid hyphenation可不可以改Margin
Label problemTable 的黑粗线是怎么弄出来的?
\subparagraph questionLaTeX: Description list的行间距
graph question如何改变段落缩进?
怎样在latex里给公式转行如何让 图表的标题和图表有空白?
how to indent all lines in a paragraphLaTeX中参数改变的命令
怎么控制表格里行的高度?letterpaper编出来后不是letterpaper,咋回事?
如何修改文本和图表的间距?Reference后面的空行怎么增加?
相关话题的讨论汇总
话题: width话题: text话题: page话题: about话题: paragraph