Thanks for getting back to me, Kovid.
I thought I followed the directions correctly but I got the following error message when I went to create a catalog:
Spoiler:
calibre, version 0.8.36
ERROR: Conversion Error: <b>Failed</b>: Generate catalog
Generate catalog
Sections: Genres, Descriptions
Catalog_EPUB_MOBI(): Generating epub for nook in GUI environment
connected_device: 'None'
book count: 6
opts:
authorClip: 100
catalog_title: u'DescriptionTest'
connected_kindle: False
descriptionClip: 380
exclude_book_marker: u':'
exclude_genre: u'\\[.+\\]'
exclude_tags: u'~,Catalog'
header_note_source_field: ''
merge_comments: '::True'
output_profile: 'nook'
read_book_marker: u'#chapterstatus:+'
search_text: None
sort_by: None
sort_descriptions_by_author: True
sync: False
thumb_width: '1.00'
wishlist_tag: u'Wishlist'
existing thumb cache at C:\Documents and Settings\Beth\Application Data\calibre\caches\catalog\thumbs.zip, cached_thumb_width: 1.00"
Begin catalog source generation
Python function terminated unexpectedly
[Errno 2] No such file or directory: u'C:\\Documents and Settings\\Beth\\Application Data\\calibre\\resources\\catalog\\DefaultCover.jp g' (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 191, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 68, in gui_catalog
File "site-packages\calibre\library\catalog.py", line 5122, in run
File "site-packages\calibre\library\catalog.py", line 1487, in copyResources
File "shutil.py", line 116, in copy
File "shutil.py", line 81, in copyfile
IOError: [Errno 2] No such file or directory: u'C:\\Documents and Settings\\Beth\\Application Data\\calibre\\resources\\catalog\\DefaultCover.jp g'
What I did is in Application Data/calibre I created a resources sub-folder and then a catalog sub-folder within resources ie Application Data/calibre/resources/catalog.
I then copy and pasted a copy of stylesheet.css from Program Files/Calibre/resources/catalog to Application Data/calibre/resources/catalog. I left the original file where it was as I wasn't sure I was supposed to delete it.
I opened up stylesheet.css with wordpad and adjusted this section:
td.notes {
font-size: 100%;
text-align:center;
}
ie changed font-size: 100% to 150%. I'm not familiar with CSS programming but this seemed the logical section to change.
Any idea what I did wrong? Thanks.
Beth