Re: word-wrap and itemize

2006-01-25 Thread Andre Poenitz
On Tue, Jan 24, 2006 at 01:46:42PM -0800, Jeremy C. Reed wrote: > Thank you Todd and Johan for the further ideas. > > I think in my case, I don't want hyphenation, but I want latex to > automatically wrap the word going into the margin to the next line AND > justify the line to make up for the m

Re: word-wrap and itemize

2006-01-24 Thread Martin Geisler
"Jeremy C. Reed" <[EMAIL PROTECTED]> writes: > An example of my problem is the words (with the punctuation): > (LAN_INET) and (LAN_DMZ) > > I don't want to hyphenate them. I don't want to manually add a > \newline before them. I just want the latex magic to automatically > move it to the next line

Re: word-wrap and itemize

2006-01-24 Thread Jeremy C. Reed
On Tue, 24 Jan 2006, Jeremy C. Reed wrote: > I want to continue using justification. I want latex to know that the line > is too long and simply wrap the word that it didn't hyphenate and then > attempt to right justify the line that lost the word. I tried over ten different \tolerance settings

Re: word-wrap and itemize

2006-01-24 Thread Jeremy C. Reed
Thank you Todd and Johan for the further ideas. I think in my case, I don't want hyphenation, but I want latex to automatically wrap the word going into the margin to the next line AND justify the line to make up for the moved word. I have been reading about \tolerance and \emergencystretch but

Re: word-wrap and itemize

2006-01-24 Thread Johan Ingvast
Jeremy C. Reed wrote: I don't want to hyphenate them. I don't want to manually add a \newline before them. I just want the latex magic to automatically move it to the next line and justify the line as needed. This also happens in regular Standard text too, where I have "(TTL)", "(MSS)", MIB-l

Re: word-wrap and itemize

2006-01-24 Thread Todd Denniston
Jeremy C. Reed wrote: On Tue, 24 Jan 2006, Roy Schestowitz wrote: There was recently a thread about justification and hyphenation, but particularly about tendency of margins to be dishonoured at times [1]. There were various solutions proposed. Insertion of a linebreak is, as you already know,

Re: word-wrap and itemize

2006-01-24 Thread Jeremy C. Reed
On Tue, 24 Jan 2006, Roy Schestowitz wrote: > There was recently a thread about justification and hyphenation, but > particularly about tendency of margins to be dishonoured at times [1]. > There were various solutions proposed. Insertion of a linebreak is, as you > already know, undesirable. This

Re: word-wrap and itemize

2006-01-23 Thread Roy Schestowitz
_/ On Tue 24 Jan 2006 04:27:21 GMT, [Jeremy C. Reed] wrote : \_ I have a itemize list with: * Traffic from the internal LAN to the Internet is permitted (LAN_INET) and must be translated (LAN_INET_NAT). * Traffic from the internal LAN to the DMZ is permitted (LAN_DMZ). * Traffic from

word-wrap and itemize

2006-01-23 Thread Jeremy C. Reed
I have a itemize list with: * Traffic from the internal LAN to the Internet is permitted (LAN_INET) and must be translated (LAN_INET_NAT). * Traffic from the internal LAN to the DMZ is permitted (LAN_DMZ). * Traffic from the Internet to servers in the DMZ is permitted (INET_DMZ). * Traffic fr