Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のテキストの幅とまったく同じ空白を追加したいと思います。を使用することもできます\hspace{}が、特定のテキストが LaTeX ドキュメントで使用する幅が必要です。
\hspace{}
もう 1 つのアイデアは、テキストを含む目に見えないボックスを作成することです。のよう\mbox{text}ですが、見えません。その特定のボックスを印刷しないようにLaTeXに指示することはできないと確信しているので、別の解決策があると確信しています。
\mbox{text}
何か案は?
\hphantom水平ファントム ボックスを作成するものを探しています。
\hphantom
\par Here is some text \par \hphantom{Here is some} more text.
次のような結果になります。
Here is some text more text