What program do you guys use to write a paper?

  • Thread starter Thread starter l-1j-cho
  • Start date Start date
  • Tags Tags
    Paper Program
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
33 replies · 12K views
Hi again

How do we skip a line in latex and move on to next paragraph?
I tried \\ and \newline command but it gives me bad boxes
I also tried \vspace{30mm} command but it is inconsistent every time I do my homework.
Is ther a better way?
 
Physics news on Phys.org
I'm not understanding why "\\" does not work. Anyways, the normal way to start a new paragraph in tex is an empty line between the paragraphs.
 
Timo said:
I'm not understanding why "\\" does not work. Anyways, the normal way to start a new paragraph in tex is an empty line between the paragraphs.

That's just a line break. I don't know if you can use it multiple times to leave white space.