Search found 4 matches
- Mon Aug 27, 2007 6:45 pm
- Forum: General
- Topic: Capitalizing the first letter of each word
- Replies: 6
- Views: 11410
- 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 ...
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 ...
- Wed Aug 15, 2007 1:13 pm
- Forum: General
- Topic: Capitalizing the first letter of each word
- Replies: 6
- Views: 11410
- 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 ...
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 ...