Search found 7 matches

by black-wolf
Sat Oct 11, 2008 3:22 pm
Forum: General
Topic: Hyphenation of similar words
Replies: 6
Views: 4054

Hyphenation of similar words

Hello,

Why don't you disable hyphenation?

Just add this to the preamble:

Code: Select all

\usepackage[none]{hyphenat}
LaTeX will do justification as usual but no hyphenation. I use this by default on my documents.

Greetings from Portugal :D
by black-wolf
Fri Oct 10, 2008 9:41 pm
Forum: LEd
Topic: Shortcuts and macros
Replies: 1
Views: 12520

Shortcuts and macros

Hello,

Yes you can define your own shortcuts

Imagine you want the comand \emph.

You go into View/Toolbars/Adjust (or Ctrl+T)

In there go into Command tab, and on user commands press the add sign.

Then you set Ident and name as emphasis and on text you write \emph{_}. Then on shortcut write for ...
by black-wolf
Sat Jul 12, 2008 10:25 pm
Forum: General
Topic: Problems with itemize in tabular and footnotes
Replies: 9
Views: 110219

Problems with itemize in tabular and footnotes

Hello,

As far as I know you can't have itemize environment inside a tabular one. :( (If anyone knows how to do it I would appreciate it ;))

You need to number it by hand.

Where's an example

Best regards
by black-wolf
Fri Jul 11, 2008 10:20 pm
Forum: General
Topic: How to split one frame into four blocks
Replies: 1
Views: 8003

How to split one frame into four blocks

Hello,

Welcome to the wonderful world of LaTeX. It could help if you could say if you are using any package like Beamer or Prosper to build your presentation.
I believe you don't have to split the frame. You can put your pictures to appear where you want.
See this link about Beamer , on the section ...
by black-wolf
Fri Jul 11, 2008 3:28 pm
Forum: General
Topic: Difference in how PDF renders in different readers
Replies: 31
Views: 31449

Difference in how PDF renders in different readers

This is a little out of context but on-topic. It happens to me that all my documents built with LaTeX appear with a black bar on Foxit Reader right on the bottom (and the printer prints the black bar over the text).
In Acrobat Reader everything looks good. Anyone noticed the same?

Best regards
by black-wolf
Fri Jul 11, 2008 3:18 pm
Forum: General
Topic: How do I add a cover(pdf) to the pdf latex build
Replies: 5
Views: 15310

Re: How do I add a cover(pdf) to the pdf latex build

Thank you for your welcome Stefan ;)
by black-wolf
Fri Jul 11, 2008 3:17 am
Forum: General
Topic: How do I add a cover(pdf) to the pdf latex build
Replies: 5
Views: 15310

Re: How do I add a cover(pdf) to the pdf latex build

Seems to me that you are trying to build a DVI, you need to build a PDF using pdfLatex
or the correpondent tool on your LaTeX editor ;)

Best regards