Re: pTex2εで右マージンをそろえないようにするには

名前: トニイ@FTEX
日時: 2002-12-06 08:45:52
IPアドレス: 61.198.81.*

>>13630 >どなたか、右マージンを揃えないようにする方法を知っておられる方いませんでしょうか? raggedri.sty (raggedright.sty) を使えばいかがでしょうか。 岩熊さんの LaTeX 2.09 スタイルファイルコレクションにあります。もっと新しいものが CTAN にもあるかもしれません。 http://mechanics.civil.tohoku.ac.jp/~bear/bear-collections/style-files/raggedright.lzh を入手し展開,同梱されている install.tex を LaTeX 2.09 で処理して raggedri.sty を 得ます。 raggedri.sty そのものは LaTeX2e でも使えるようです。 %% これは LaTeX2e に同梱された small2e.tex です。 \documentclass{article} % Your input file must contain these two lines \usepackage{raggedri}%% 追加 \begin{document} % plus the \end{document} command at the end. \RaggedRight%% 追加 \parindent=1em%% 追加 \section{Simple Text} % This command makes a section title. Words are separated by one or more spaces. Paragraphs are separated by one or more blank lines. The output is not affected by adding extra spaces or extra blank lines to the input file. Double quotes are typed like this: ``quoted text''. Single quotes are typed like this: `single-quoted text'. Long dashes are typed as three dash characters---like this. Emphasized text is typed like this: \emph{this is emphasized}. Bold text is typed like this: \textbf{this is bold}. \subsection{A Warning or Two} % This command makes a subsection title. If you get too much space after a mid-sentence period---abbreviations like etc.\ are the common culprits)---then type a backslash followed by a space after the period, as in this sentence. Remember, don't type the 10 special characters (such as dollar sign and backslash) except as directed! The following seven are printed by typing a backslash in front of them: \$ \& \# \% \_ \{ and \}. The manual tells how to make other symbols. \end{document} % The input file ends with this command.

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)