由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 【求助】some common problems
相关主题
怎样在整个文档 disable hyphenation?Label problem
letter class对齐问题About text width for one page
文章怎么每行的两边都对齐啊? \subparagraph question
如何让equation居左(left align)graph question
加入中文后beamer slides 的frame title 不再左对齐了make a small paragraph having more margins on both sides?
how to indent all lines in a paragraph请问如何在table的cell里面写multi-line的paragraph
这个错误信息是什么意思啊?latex能不能silently 编译阿
怎样让单词不在换行时被打断, avoid hyphenation怎样在latex里给公式转行
相关话题的讨论汇总
话题: flushleft话题: use话题: paragraph话题: text
进入TeX版参与讨论
1 (共1页)
s***m
发帖数: 28
1
after I use the document layout command such as \raggedright, it affects all
the following text.
How can I use it to only affect say just one paragraph?
Only more thing: When I use
\beging{flushleft}
.......
\end{flushleft}
it seems I can not use \\\\ to make a blank line between \begin and \end
What can I do?
Thanks
T*******n
发帖数: 493
2

{\raggedright Text.\par}
or
\begingroup\raggedright Text.\par\endgroup
Note that the flushleft environment is basically
\raggedright surrounded by group delimiters, as I
showed above.
If you need a blank line between paragraphs, try
\begin{flushleft}
\setlength{\parskip}{\bigskipamount}
% or try \medskipamount, \smallskipamount or actual dimension
Paragraph 1.
Paragraph 2.
\end{flushleft}

【在 s***m 的大作中提到】
: after I use the document layout command such as \raggedright, it affects all
: the following text.
: How can I use it to only affect say just one paragraph?
: Only more thing: When I use
: \beging{flushleft}
: .......
: \end{flushleft}
: it seems I can not use \\\\ to make a blank line between \begin and \end
: What can I do?
: Thanks

1 (共1页)
进入TeX版参与讨论
相关主题
怎样在latex里给公式转行加入中文后beamer slides 的frame title 不再左对齐了
How to use keyboard to rearrange the latex so that it won't be too longhow to indent all lines in a paragraph
如何设置首段缩进其他段落不缩进?这个错误信息是什么意思啊?
how to comment out a paragraph in TexShop (转载)怎样让单词不在换行时被打断, avoid hyphenation
怎样在整个文档 disable hyphenation?Label problem
letter class对齐问题About text width for one page
文章怎么每行的两边都对齐啊? \subparagraph question
如何让equation居左(left align)graph question
相关话题的讨论汇总
话题: flushleft话题: use话题: paragraph话题: text