Latex Documentclass Article: How to Cut Off Text Lines and Create New Paragraphs

  • Context: LaTeX 
  • Thread starter Thread starter ladil123
  • Start date Start date
  • Tags Tags
    Cut Latex Line Text
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
ladil123
Messages
42
Reaction score
0
Hello!

Im writing a technical report with "article" as documentclass in Latex

How can I cut off a line?
I have a long piece of text and I want to cut it of like a new paragraph

how do I do that? I have tried to use // but that's wrong...

thanks
 
Physics news on Phys.org
ladil123 said:
Hello!

Im writing a technical report with "article" as documentclass in Latex

How can I cut off a line?
I have a long piece of text and I want to cut it of like a new paragraph

how do I do that? I have tried to use // but that's wrong...

thanks
To start a new paragraph in latex, simply leave a blank line in the source document. A single carriage return has no effect in latex. For example,
Code:
This is paragraph one.
This is still paragraph one and will in fact appear on the same line as the previous sentence.

This is paragraph two