QuantEcon Book Theme: LTR vs RTL Comparison

LTR Mode (Default)

English Book

Testing Left-to-Right Layout

English Content

This is a test of normal left-to-right text flow. The sidebar should be on the left, and text should align to the left.

This is a blockquote in English. The border should be on the left side.

def example():
    return "Hello World"
Contents

RTL Mode (enable_rtl = True)

كتاب عربي

اختبار تخطيط من اليمين إلى اليسار

محتوى عربي

هذا اختبار لتدفق النص الطبيعي من اليمين إلى اليسار. يجب أن يكون الشريط الجانبي على اليمين، ويجب أن يكون النص محاذاة إلى اليمين.

هذا اقتباس باللغة العربية. يجب أن تكون الحدود على الجانب الأيمن.

def example():
    return "مرحبا بالعالم"
المحتويات

Key Differences to Note: