About 50 results
Open links in new tab
  1. Multi-line (block) comments in LaTeX - LaTeX Stack Exchange

    In LaTeX, % can be used for single-line comments. For multi-line comments, the following command is available in the verbatim package. \\begin{comment} Commented code …

  2. math mode - How can I write multiple lines in a subscript? - TeX ...

    While it is not an answer, I thought you might like to know why \` fails inside \text. If you look through the code, \text` will insert an \hbox for the content when in math mode. TeX sets \hbox …

  3. How to align multiline equations? - TeX - LaTeX Stack Exchange

    Dec 31, 2019 · How to align multiline equations? Ask Question Asked 6 years, 1 month ago Modified 6 years, 1 month ago

  4. How to split cell text into multiline in table?

    I'm writing a paper using the ACM double column template, and I have a table which I want to fit to just one column, and in order to do so, I want to split the text inside the cells to multiple lin...

  5. How can I split an equation over two (or more) lines - TeX

    Oct 5, 2010 · 16 For future reference, when trying to remember the name for the multiline environment, which is very handy and does this automatically (or about as close to it as Latex …

  6. Table with multiple lines in some cells - LaTeX Stack Exchange

    What is the easiest way to have 2 lines in some of the cells in a table? The only way I can think right now is to actually have 2 separate rows (without the line in the middle) and use \\multirow ...

  7. Multiline \text in an equation - TeX - LaTeX Stack Exchange

    Keep in mind, that multiline text inside a box needs to be fit into the paragraph and therefore heavily disrupts your spacing! Implementation \documentclass{article} \pagestyle{empty} …

  8. How can I box multiple aligned equations? - LaTeX Stack Exchange

    This question is two-fold. In my document, I currently have boxes around single equations like so: \\documentclass[11pt]{article} \\usepackage{amsmath} \\begin ...

  9. align - Multiline enumerate-type label aligned with top line of ...

    Sep 26, 2025 · Multiline enumerate-type label aligned with top line of associated text? Ask Question Asked 4 months ago Modified 4 months ago

  10. Multiline equation without number - TeX - LaTeX Stack Exchange

    Multiline equation without number Ask Question Asked 12 years, 8 months ago Modified 8 years, 7 months ago