Text FormattingDon't break long lines.

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
helderc
Posts: 3
Joined: Mon Feb 09, 2009 1:55 am

Don't break long lines.

Post by helderc »

Hi guys!

I'm using TeXnicCenter with MikTeX.

When a build this tex file:

Code: Select all

\documentclass[a4paper, 12pt]{article}
\usepackage[brazil]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{hyperref}
\usepackage{times}
\usepackage[top=2cm, left=2cm, right=2cm, bottom=2cm]{geometry}

\begin{document}
asdkçalkdaçlsdkaçsldkqopwieqwopeiqweopqwieqpweiqwpoeiqwpeoqiweoqpweiqwopeqw
eqw
eqw
eqw
eqweqw
eqweq
e
qwe
qwe	wqeqwepqowep´weoqpweoqwéqowe´qweqoeq´pwoeqepqeowéeeioeueoiwuqoeuqeoiqueqoiw
euqieoqueqioequeiqoueqwioeuqeioqueqoieuqweiqueqioeu
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
\end{document}
The lines still long. They are don't break...
Can anyone help me please?

Thanks!
Last edited by helderc on Mon Feb 09, 2009 6:39 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Don't break long lines.

Post by localghost »

A solution has already been provided by phi in another topic [1]. I think this should also work for you. If you want to typeset DNA sequences, you might take a look at the dnaseq or the seqsplit package.

[1] word wrapping of continuous text


Best regards
Thorsten¹
helderc
Posts: 3
Joined: Mon Feb 09, 2009 1:55 am

Re: Don't break long lines.

Post by helderc »

works!

thanks a lot!
Post Reply