View Single Post
Old 05-31-2010, 12:38 AM   #2
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by Skydog View Post
How does one change the indent size of a .prc without being forced to select "remove spacing between paragraphs?" I do not want to change spacing anywhere in the document, just reduce the indents.

The original .prc is just fine with the exception of the indent size.
On my reader I set my css for indents. Try adding

p {text-indent:1.1em;}
div {text-indent:1.1em;}


(adjust size to suit) to the Extra CSS area of Calibre prior to conversion.

What I usually do is set both Remove spacing between paragraphs and Insert blank line in my default conversion. This gives me the indent size I want and the space between paragraphs I like.

The blank line is created by adding a .5em margin above and below each paragraph. As you noted though Remove spacing between paragraphs does change spacing throughout the document.

Good Luck.

Last edited by DoctorOhh; 05-31-2010 at 12:45 AM.
DoctorOhh is offline   Reply With Quote