# Create InDesign tutorials landing page indesign_html = ''' InDesign Tutorials | Blackstock Fine Art & Design

InDesign

Publishing & Book Design

📚

ePub / Book Design

Book Panel • Style Synchronization • Automated TOC

Professional multi-chapter book production using InDesign's Book Panel. Master style source documents, automated running headers with text variables, master page synchronization, and table of contents generation for complex publications.

Book Panel Text Variables Paragraph Styles Master Pages

More InDesign tutorials in development

← All Tutorials
''' with open('/mnt/kimi/output/tutorials-indesign.html', 'w', encoding='utf-8') as f: f.write(indesign_html) print("✓ Created InDesign tutorials landing page")