Search found 5 matches

by huuep
Wed Sep 02, 2009 9:39 am
Forum: Text Formatting
Topic: disable word break?
Replies: 3
Views: 50073

Re: disable word break?

thanks!

this worked great:

\hyphenpenalty 10000
\exhyphenpenalty 10000
by huuep
Wed Sep 02, 2009 7:07 am
Forum: Text Formatting
Topic: disable word break?
Replies: 3
Views: 50073

disable word break?

How can i disable word breaks in the whole document? (ie, i don't want any of my words broken and hyphenated across 2 lines)
thanks!
danny
by huuep
Thu Aug 06, 2009 11:20 am
Forum: Text Formatting
Topic: \section formating question
Replies: 3
Views: 2364

Re: \section formating question

awesome, thanks very much!
-danny
by huuep
Thu Aug 06, 2009 4:29 am
Forum: Text Formatting
Topic: \section formating question
Replies: 3
Views: 2364

\section formating question

perhaps this question is more clear.

Code: Select all

 
/section{article - first}
/section{article - second}
/section{article - third}
will output:
1 article - first
2 article -second
3 article - third

how do i write it so that i get:
article 1 - first
article 2 - second
article 3 - third

thanks!
danny
by huuep
Wed Aug 05, 2009 2:33 pm
Forum: Text Formatting
Topic: \section formating question
Replies: 3
Views: 2364

\section formating question

how do i use \section{} so that i can put the number in the middle, have an output like this:

Article 1 - Stuff

where the 1 is auto-numbered, instead of

1 Article - Stuff

if i do \section{Article - Stuff}

thanks!
danny