Thread: EPUB output
View Single Post
Old 05-04-2010, 07:01 PM   #680
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,484
Karma: 28005164
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Right at the beginning, it looks like this
Note on the command line you have to add -vv

Code:
Resolved conversion options
{'asciiize': False,                                                                                                                                                                     
 'author_sort': None,                                                                                                                                                                   
 'authors': None,                                                                                                                                                                       
 'base_font_size': 0,                                                                                                                                                                   
 'book_producer': None,                                                                                                                                                                 
 'breadth_first': False,                                                                                                                                                                
 'change_justification': 'original',                                                                                                                                                    
 'chapter': "//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part\\s+', 'i')) or @class = 'chapter']",                                                           
 'chapter_mark': 'pagebreak',                                                                                                                                                           
 'comments': None,                                                                                                                                                                      
 'cover': None,                                                                                                                                                                         
 'debug_pipeline': None,                                                                                                                                                                
 'disable_font_rescaling': False,                                                                                                                                                       
 'dont_package': False,                                                                                                                                                                 
 'dont_split_on_page_breaks': False,                                                                                                                                                    
 'extra_css': None,                                                                                                                                                                     
 'extract_to': None,                                                                                                                                                                    
 'flow_size': 260,                                                                                                                                                                      
 'font_size_mapping': None,                                                                                                                                                             
 'footer_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',                
 'header_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',                
 'input_encoding': None,                                                                                                                                                                
 'input_profile': <calibre.customize.profiles.InputProfile object at 0x21dc7d0>,                                                                                                        
 'insert_blank_line': False,                                                                                                                                                            
 'insert_metadata': False,                                                                                                                                                              
 'isbn': None,                                                                                                                                                                          
 'language': None,                                                                                                                                                                      
 'level1_toc': None,                                                                                                                                                                    
 'level2_toc': None,                                                                                                                                                                    
 'level3_toc': None,                                                                                                                                                                    
 'line_height': 0,                                                                                                                                                                      
 'linearize_tables': False,                                                                                                                                                             
 'margin_bottom': 5.0,                                                                                                                                                                  
 'margin_left': 5.0,                                                                                                                                                                    
 'margin_right': 5.0,                                                                                                                                                                   
 'margin_top': 5.0,                                                                                                                                                                     
 'max_levels': 5,                                                                                                                                                                       
 'max_toc_links': 50,                                                                                                                                                                   
 'no_chapters_in_toc': False,                                                                                                                                                           
 'no_default_epub_cover': False,                                                                                                                                                        
 'no_inline_navbars': False,                                                                                                                                                            
 'no_svg_cover': False,                                                                                                                                                                 
 'output_profile': <calibre.customize.profiles.OutputProfile object at 0x21dcb90>,                                                                                                      
 'page_breaks_before': "//*[name()='h1' or name()='h2']",                                                                                                                               
 'prefer_metadata_cover': False,                                                                                                                                                        
 'preprocess_html': False,                                                                                                                                                              
 'pretty_print': True,                                                                                                                                                                  
 'pubdate': None,                                                                                                                                                                       
 'publisher': None,                                                                                                                                                                     
 'rating': None,                                                                                                                                                                        
 'read_metadata_from_opf': None,                                                                                                                                                        
 'remove_first_image': False,                                                                                                                                                           
 'remove_footer': False,                                                                                                                                                                
 'remove_header': False,                                                                                                                                                                
 'remove_paragraph_spacing': False,                                                                                                                                                     
 'remove_paragraph_spacing_indent_size': 1.5,                                                                                                                                           
 'series': None,                                                                                                                                                                        
 'series_index': None,                                                                                                                                                                  
 'tags': None,                                                                                                                                                                          
 'timestamp': None,                                                                                                                                                                     
 'title': None,                                                                                                                                                                         
 'title_sort': None,                                                                                                                                                                    
 'toc_filter': None,                                                                                                                                                                    
 'toc_threshold': 6,                                                                                                                                                                    
 'unwrap_factor': 0.0,                                                                                                                                                                  
 'use_auto_toc': False,                                                                                                                                                                 
 'verbose': 2}
kovidgoyal is offline   Reply With Quote