Search found 4 matches

by Gorecki83
Tue Aug 21, 2007 9:14 am
Forum: General
Topic: Capitalizing the first letter of each word
Replies: 6
Views: 11410

Re: Capitalizing the first letter of each word

The idea was to combine this with hyperref's \autoref.
I want to define something like:

\newcommand{\Autoref}[1]{\Capitalize{\autoref{#1}}}}

And then I could use \Autoref at the beginning of sentences and \autoref elsewhere.

Is there really no way to do this?
Possibly using some kind of subspring ...
by Gorecki83
Wed Aug 15, 2007 1:13 pm
Forum: General
Topic: Capitalizing the first letter of each word
Replies: 6
Views: 11410

Re: Capitalizing the first letter of each word

No ideas? :cry:
by Gorecki83
Sat Aug 11, 2007 1:47 am
Forum: General
Topic: Capitalizing the first letter of each word
Replies: 6
Views: 11410

Capitalizing the first letter of each word

Hi everyone,

Does anyone know if there is a package that allows you the capitalize the first letter of each word in a sentence?
For example:
\Capitalize{hello world} would yield: "Hello World"

I've searched CTAN and the rest of the web but I couldn't find anything.
Maybe someone could write a ...