DP Canada Forums Forum Index DP Canada Forums
Activity Hub
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Proofing vs. Formatting of "SMALL CAPS" text
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    DP Canada Forums Forum Index -> Common Proofreading Q&A
View previous topic :: View next topic  
Author Message
IonaV
Forum Moderator


Joined: 04 Oct 2007
Posts: 2772
Location: The Fort on the North Saskatchewan River (Fort Saskatchewan, Alberta)

PostPosted: Mon Jul 12, 2010 1:52 pm    Post subject: Reply with quote

Thanks, Alan.

That's what we need--a definite opinion from an experienced formatter. There are other formatters, like you, who don't worry (too much anyway) about what the proofers have done--unless they try to do your job.... Rolling Eyes Wink
_________________
Iona

What lies behind us and what lies before us are tiny matters compared to what lies within us.
--Ralph Waldo Emerson
Back to top
View user's profile Send private message Send e-mail
stygiania
Project Facilitator


Joined: 22 Nov 2007
Posts: 1752
Location: in front of a fan

PostPosted: Mon Jul 12, 2010 5:41 pm    Post subject: Reply with quote

As a formatter, I handle them just like Scribe. As a proofer, I usually leave it however it came to me unless a name is all lower-case or it is a mIxEd-case mess. As a content provider, I try to pre-process it into the correct (for formatters) case if the project or page is particularly difficult. I don't bother on the easy stuff because I figure people are just begging for something to do on those projects.
_________________
Love me, feed me, take me home!
Back to top
View user's profile Send private message
Tizz



Joined: 05 Dec 2007
Posts: 650

PostPosted: Tue Jul 13, 2010 2:40 am    Post subject: Reply with quote

In PP, I did (once) replicate the small caps at the beginning of each chapter (only forty or so).

It looked nice. It took ages. I only did it the once. In prep, I'll do the same as stygiania if there aren't too many chapters (especially if there is a drop cap and the beginnings of chapters need attention anyway).

Tizz
Back to top
View user's profile Send private message Send e-mail
jjz
Project Facilitator


Joined: 12 Oct 2007
Posts: 625
Location: 33°42'39.80"S 150°22'31.40"E

PostPosted: Tue Jul 13, 2010 2:51 am    Post subject: Reply with quote

In PP I usually leave them upper/lower in the text version, but if the book has small cap, I will always small cap them in the html. I do use some regexes that cut down the time considerably.

Jacqueline
_________________
Be kinder than necessary, for everyone you meet is fighting some kind of battle.
Back to top
View user's profile Send private message
Tizz



Joined: 05 Dec 2007
Posts: 650

PostPosted: Tue Jul 13, 2010 3:46 am    Post subject: Reply with quote

jjz wrote:
I do use some regexes that cut down the time considerably.


Tell me, tell me!! Very Happy

Tizz
Back to top
View user's profile Send private message Send e-mail
jjz
Project Facilitator


Joined: 12 Oct 2007
Posts: 625
Location: 33°42'39.80"S 150°22'31.40"E

PostPosted: Wed Jul 14, 2010 12:37 am    Post subject: Reply with quote

They are really amateur and I am sure someone can come up with something much, much better.

However, I'll embarrass myself and put them here with the hope that someone will chuckle and say how easily it could be done a different way.

In the text, before html generation:
Code:
Search:

\n\n\n(\P{Lower}.+?)\b

and
Code:
Replace with:

\n\n\n<span class="smcap">\T$1\E</span>


Example:
Code:

CHAPTER XVII

"PLAY BALL!"


"Come on, Joe, I'll catch for you," good-naturedly offered Doc Mullin,

becomes
Code:

CHAPTER XVII

"PLAY BALL!"


<span class="smcap">"Come</span> on, Joe, I'll catch for you," good-naturedly offered Doc Mullin,


But, search for each one, don't do it automatically as it will find all the places where there are three hard returns, so skip over those and replace only when you get to a first word you want to change.

Inital quotes will be inside the span. I would then do a normal search for
Code:
<span class="smcap">"

and replace with
Code:
"<span class="smcap">


And this only does the first word. If there are some with the first two words, try this:

Code:

Search:

\n\n\n(\P{Lower}.+?\b\P{Lower}.+?)\b

then
Code:

Replace with:

\n\n\n<span class="smcap">\T$1\E</span>


Then for a two word where the second word needs lower case, such as an "I am" beginning:

Code:

Search for:

\n\n\n(\P{Lower}.+?\b\P{Lower}.+?)\b


Code:

Replace with:

\n\n\n<span class="smcap">$1</span>


Putting this here makes it seem even more convoluted. Please regex experts tell us how to do this in a much, much better way. Very Happy

Jacqueline
_________________
Be kinder than necessary, for everyone you meet is fighting some kind of battle.
Back to top
View user's profile Send private message
Tizz



Joined: 05 Dec 2007
Posts: 650

PostPosted: Wed Jul 14, 2010 12:57 am    Post subject: Reply with quote



Tizz
Back to top
View user's profile Send private message Send e-mail
RCEberwein



Joined: 21 Feb 2009
Posts: 98
Location: Brooklyn, NY

PostPosted: Fri Jul 16, 2010 1:27 pm    Post subject: More AllCAPS--MixedCaps--no caps ... Reply with quote

Found this a little late but here's my 2¢.

Some thoughts on the ALL CAPS/Mixed Caps/MIXed Up caPs/small caps/ etc. Proofing vs Foofing vs Guidelines etc. discussion.

1. The guidelines say "don't bother changing the case" because the Formatters will deal with it.

Well, speaking as a formatter, it is easier (1 step) to wrap <sc></sc> code around mixed-case "Small Caps" than it is to convert & wrap (2 steps) mixed case "SMALL CAPS" --> "Small Caps" --> "<sc>Small Caps</sc>"

2. If Proofers shouldn't bother making wholesale changes in capitalization then please REMOVE the ABC/Abc/abc buttons in the proofing interface so we don't get tempted to use them! :wink:

3. Speaking as a proofer, I don't see why we "match the scan" for so much else & then ignore the Capitalization in so many cases where it would easily be CLEARER if we just 'fixed' it.

To be clear: In P2/P3 I don't change the capitalization unless there is an obvious error or particular letters are at variance with the rest of the 'case'.

BUT, if a P1 has 'fixed' the OCR to match the SCAN ... WHY would I ever 'correct' them by returning the text to the OCR'd version!

4. Incidentally (correct me if I'm wrong), it wasn't so long ago that Formatters had the responsibility of 'marking-up' the superscript/subscript 'code' -- gee, we have survived the Proofers being given that 'critical thinking' job haven't we?

True, divided attention can lead to missed typos/scannos/hyphenations etc. but if that is going to happen (in this case at least) in P1, well Big Deal! -- it is P1 after all, with 2 rounds to go ... and even that, BTW, is sometimes one round too many.

In the end I believe anything that streamlines the process so that we are all more effective/productive is to the best.

Finally, I think a bigger issue is the provision of more detailed PC's specific to a project at the beginning, with regular updates as the forums raise 'unexpected' issues. This would/should lead to better proofing all around. Note, for example, the 'generic' instructions given in many German (& other LOTE), Jesuit Relations, and Drama projects.

I'm hoping this will further the discussion here (and elsewhere?) ...
_________________
=======
Robert
Back to top
View user's profile Send private message
Tizz



Joined: 05 Dec 2007
Posts: 650

PostPosted: Fri Jul 16, 2010 1:40 pm    Post subject: Re: More AllCAPS--MixedCaps--no caps ... Reply with quote

RCEberwein wrote:
In the end I believe anything that streamlines the process so that we are all more effective/productive is to the best.


Hi. Robert,

A very sane 2 cents in my view! And I couldn't agree more with the above. Including the above not quoted.

Of course, then I encountered the below and thought, aagh, German, Drama, I'm sure I've been guilt of copying the bare bones from one project to the next ... Rolling Eyes

RCEberwein wrote:
Finally, I think a bigger issue is the provision of more detailed PC's specific to a project at the beginning, with regular updates as the forums raise 'unexpected' issues. This would/should lead to better proofing all around. Note, for example, the 'generic' instructions given in many German (...) and Drama projects.


Prepping a project is a different experience every time. I see every page at least three times in varying detail, and sometimes things leap out at you and find their way into the project comments, but sometimes you just don't notice some feature or other, and queries (and more queries) in the thread are the result.

I'd be most interested, and I'm sure so would others, in hearing more detailed comments on which bits of the "generic" you find unhelpful, useless, inappropriate, etc. and what would be more use.

Take care, and thanks! Smile

Tizz
Back to top
View user's profile Send private message Send e-mail
stygiania
Project Facilitator


Joined: 22 Nov 2007
Posts: 1752
Location: in front of a fan

PostPosted: Fri Jul 16, 2010 1:44 pm    Post subject: Reply with quote

While proofers don't need to mess with the case of small caps, I'd still keep the ABC/Abc/abc buttons because they do still need to fix ALL CAPS and other non-small-capped text that OCRed incorrectly. (And yes, if the proofers can be trusted to fix ALL CAPS, I see no reason why they can't fix the case of SMALL CAPS.)
_________________
Love me, feed me, take me home!
Back to top
View user's profile Send private message
IonaV
Forum Moderator


Joined: 04 Oct 2007
Posts: 2772
Location: The Fort on the North Saskatchewan River (Fort Saskatchewan, Alberta)

PostPosted: Fri Jul 16, 2010 2:19 pm    Post subject: Reply with quote

Robert,

Don't know how many of my projects you do (though I admit I haven't had many new ones in the rounds of late Embarassed ). The really EASY ones I don't have many instructions; but the HARD ones Rolling Eyes --I sometimes wonder if the length and/or detail of my PCs turn off some proofers or foofers. Laughing

But I do agree--for some projects, detail in PCs is essential.

I'm also beginning to be on the fence as to which rounds (P* or F*) would be best to handle the Small Caps hassle.
_________________
Iona

What lies behind us and what lies before us are tiny matters compared to what lies within us.
--Ralph Waldo Emerson
Back to top
View user's profile Send private message Send e-mail
Long Green



Joined: 25 Feb 2009
Posts: 174
Location: preparing for major move

PostPosted: Fri Jul 16, 2010 9:04 pm    Post subject: project comments Reply with quote

Since, when one clicks on the project forum, one always gets the first page of the forum, and if there are more than 2 pages of posts, it can be a long read, I'd like to suggest that each PM include in the first post which can be edited, two sections which can be updated by the PM as needed.
1] Proofing issues in this project.
2] Formatting issues in this project.
Then, when a decision has been made as a result of a question it can be added to the appropriate section. And new or returning proofreaders (to that project) would always know that that is where to find decisions for all the non-standard issues raised without having to read or re-read all the posts.

Often one or more examples is better than words to describe how something should be done.
_________________
Mama Beth

Everything is connected.
Having the legal right to do something doesn't mean it is the morally right thing to do.

Join the Table Tamers Team
Back to top
View user's profile Send private message
stygiania
Project Facilitator


Joined: 22 Nov 2007
Posts: 1752
Location: in front of a fan

PostPosted: Fri Jul 16, 2010 9:24 pm    Post subject: Re: project comments Reply with quote

Long Green wrote:
Since, when one clicks on the project forum, one always gets the first page of the forum, and if there are more than 2 pages of posts, it can be a long read, I'd like to suggest that each PM include in the first post which can be edited, two sections which can be updated by the PM as needed.
1] Proofing issues in this project.
2] Formatting issues in this project.
Then, when a decision has been made as a result of a question it can be added to the appropriate section. And new or returning proofreaders (to that project) would always know that that is where to find decisions for all the non-standard issues raised without having to read or re-read all the posts.

Often one or more examples is better than words to describe how something should be done.
That isn't always possible. When the automatic forum creation was not working, Iona had to manually create all the project forums and the PMs do NOT have the ability to edit the first posts of those. Moreover, whenever a PM goes missing, who would take over such maintenance? PFs do not have this ability.

If something significant is decided in the forum that will continue to affect the project throughout the rounds, the PM is requested to add it to the Project Comments. PFs can edit Project Comments in the event the PM disappears. Everyone must look at (although not all actually read) the project page in order to start working on a project; not everyone bothers to check the forum.

The first time any person works on a project, he/she should read the entire list of posts regarding that project. Anyone unwilling to read more than a page or two of posts as needed should reconsider which projects to work on.

The fast way to make certain you are up-to-date is to go to the Forum Index when you start your proofing day, click on "View Unread Posts" and then click on the little black arrow to the immediate left of the forum name which should take you to the first unread post in that forum.
_________________
Love me, feed me, take me home!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DP Canada Forums Forum Index -> Common Proofreading Q&A All times are GMT - 5 Hours
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
subRed style by ktauber