PC Review


Reply
Thread Tools Rate Thread

Difficulties with Small Caps

 
 
Penny
Guest
Posts: n/a
 
      31st Mar 2008
Scientific Journals and Legal Citations sometimes have styles that have
author names or legal cases in Caps and Small Caps in text and in references.
If I copy and paste without formatting, the small caps become All caps, but
without the All Cap formatting that would allow me to search and replace. If
I Select All and change the font, the small caps become All Caps, again
without the designated formatting. All the Knowledge Base things I find say
something like "Reselect the text and mark it for small caps," which requires
FINDING them all manually, and selecting and changing and can easily take
more than an hour for which I'm not paid.

Any suggestions for keeping small caps as small caps when changing styles,
pasting, etc.? I'm using Word 2003; Did Word 2007 correct this
problem? Anything else I can do?

 
Reply With Quote
 
 
 
 
grammatim
Guest
Posts: n/a
 
      31st Mar 2008
Go through an intermediate step. Change all the small caps items to
some other font, or some color, then search that and change it back.
(But why are you pasting without formatting? The small caps style
wouldn't be lost if you pasted normally.)

Adobe used to sell small caps fonts to accompany the more popular
fonts -- they were in the "expert" sets -- because Word small caps
aren't particularly attractive. All Word does is apply All Caps and
reduce the point size, which means the weight of the strokes in the
letters is too light for the surrounding material. But if Adobe is
even still in the fonts business, I haven't been able to find them at
their monster website.

On Mar 30, 8:31*pm, Penny <Pe...@discussions.microsoft.com> wrote:
> Scientific Journals and Legal Citations sometimes have styles that have
> author names or legal cases in Caps and Small Caps in text and in references.
> If I copy and paste without formatting, the small caps become All caps, but
> without the All Cap formatting that would allow me to search and replace. If
> I Select All and change the font, the small caps become All Caps, again
> without the designated formatting. All the Knowledge Base things I find say
> something like "Reselect the text and mark it for small caps," which requires
> FINDING them all manually, and selecting and changing and can easily take
> more than an hour for which I'm not paid.
>
> Any suggestions for keeping small caps as small caps when changing styles,
> pasting, etc.? I'm using Word 2003; Did Word 2007 correct this
> problem? Anything else I can do?


 
Reply With Quote
 
Graham Mayor
Guest
Posts: n/a
 
      31st Mar 2008
The following macro should paste the contents of the clipboard in the
paragraph style at the cursor with the addition of the smallcaps formatting
parameter:

Sub PasteSmCaps()
Dim sFont As Boolean
On Error GoTo oops
With Selection
sFont = .Font.SmallCaps
.Font.SmallCaps = True
.PasteSpecial _
DataType:=wdPasteText, _
Placement:=wdInLine
.Font.SmallCaps = sFont
End With
End
oops:
Beep
End Sub

http://www.gmayor.com/installing_macro.htm


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Penny wrote:
> Scientific Journals and Legal Citations sometimes have styles that
> have author names or legal cases in Caps and Small Caps in text and
> in references. If I copy and paste without formatting, the small caps
> become All caps, but without the All Cap formatting that would allow
> me to search and replace. If I Select All and change the font, the
> small caps become All Caps, again without the designated formatting.
> All the Knowledge Base things I find say something like "Reselect the
> text and mark it for small caps," which requires FINDING them all
> manually, and selecting and changing and can easily take more than an
> hour for which I'm not paid.
>
> Any suggestions for keeping small caps as small caps when changing
> styles, pasting, etc.? I'm using Word 2003; Did Word 2007 correct this
> problem? Anything else I can do?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Big caps into small caps Ag Microsoft Word New Users 3 27th Mar 2009 09:30 PM
How do I chenge the caps words to small caps? =?Utf-8?B?TWVycnk=?= Microsoft Word Document Management 3 8th Sep 2006 09:09 PM
Difficulties with small things! Efirmitiv Microsoft Access 3 3rd Sep 2006 12:24 PM
Change all caps to small caps copies from website. =?Utf-8?B?Q0Q=?= Microsoft Word Document Management 4 8th May 2006 07:35 PM
SMALL Caps (NOT all Caps) in PPT? there is a difference. =?Utf-8?B?S3RyYWNodGVuYmVyZ0Bmb3hzcG9ydHMubmV0?= Microsoft Powerpoint 3 8th Sep 2005 06:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:11 PM.