PDA

View Full Version : cut of text line in latex


ladil123
Jun6-09, 10:46 AM
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 thats wrong...

thanks

Hootenanny
Jun6-09, 11:07 AM
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 thats 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,
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