hello all,
how can i completely avoid hyphens. Now i am writing my thesis.
I played with hyphenpenalty/tolerance codes..but some lines go beyond the right margin.
thanks.
Text Formatting ⇒ avoid hyphen
NEW: TikZ book now 40% off at Amazon.com for a short time.

avoid hyphen
Hi rajini,
as you have already experienced, suppressing all hyphenation can cause some problems; in this page of the TeX FAQ, however, you can find some suggestions:
Stopping all hyphenation.
as you have already experienced, suppressing all hyphenation can cause some problems; in this page of the TeX FAQ, however, you can find some suggestions:
Stopping all hyphenation.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
avoid hyphen
Hi gmedina,
i tried but i am not able to succeed.
[1]. first i used \usepackage[none]{hyphenat}. Then no hyphen but some line go beyond the right margin of the page.
[2]. Then i tried \hyphenpenalty=9000 with \tolerance=1000. But with full limit. Here also no hyphen is formed. But same problem as in [1].
[3]. Now i used \lefthyphenmin and \righthyphenmin setting each 32. No use. So i placed these two commands after \begin{document}. Now i get the same problem as in [1].
[4]. I dont want to do ragged right command.
The codes that i use (only a part i am posting here)
Please help me what can i do! I dont want hyphens throughout my thesis.
thanks
i tried but i am not able to succeed.
[1]. first i used \usepackage[none]{hyphenat}. Then no hyphen but some line go beyond the right margin of the page.
[2]. Then i tried \hyphenpenalty=9000 with \tolerance=1000. But with full limit. Here also no hyphen is formed. But same problem as in [1].
[3]. Now i used \lefthyphenmin and \righthyphenmin setting each 32. No use. So i placed these two commands after \begin{document}. Now i get the same problem as in [1].
[4]. I dont want to do ragged right command.
The codes that i use (only a part i am posting here)
Code: Select all
\documentclass[paper=a4,fontsize=12pt,BCOR=20mm,DIV=15,headsepline,liststotoc,bibtotoc,cleardoubleempty,numbers=noenddot]{scrbook}
\linespread{1.3}
\KOMAoptions{DIV=last}
\usepackage{scrpage2}
\usepackage[ngerman,english]{babel}
thanks
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
avoid hyphen
LaTeX.org admin
Re: avoid hyphen
Hi Stefan,
it is somewhat complicated to read. After looking at it i feel avoiding hyphens is not that easy and straight foreard. But i'll manage to read and let you know the result. It wonder it would make me fell like a copy editor. let us see.
it is somewhat complicated to read. After looking at it i feel avoiding hyphens is not that easy and straight foreard. But i'll manage to read and let you know the result. It wonder it would make me fell like a copy editor. let us see.