tex - LaTeX - Lots of sections (with no content) running of the edge of the page? -


मेरे पास एक लेटेक्स दस्तावेज़ है जैसे:

  \ documentclass {article} \ start { दस्तावेज़} \ section {1} \ section {2} \ section {3} \ section {4} \ section {5} \ section {6} \ section {7} \ section {8} \ section {9} \ section { 10} \ section {11} \ section {12} \ section {13} \ section {14} \ section {15} \ section {16} \ section {17} \ section {18} \ section {19} \ section { 20} \ section {21} \ section {22} \ section {23} \ section {24} \ section {25} \ section {26} \ section {27} \ section {28} \ section {29} \ section { 30} \ end {document}  

बहुत सारे अनुभाग शीर्षकों, लेकिन

इसमें कोई पाठ नहीं है:

जैसा कि आप देख सकते हैं कि यह एक पृष्ठ पर सभी अनुभाग शीर्षकों को रखता है, और इसे 2 पृष्ठों में नहीं तोड़ देगा। 26 से ऊपर सब कुछ पृष्ठ के अंत में गायब हो गया है।

क्या लेटेक्स को कई पन्नों में इन वर्गों को विभाजित करने के लिए कोई रास्ता नहीं है? मैं आसानी से शरीर की वास्तविक सामग्री को बदल नहीं सकता, क्योंकि यह स्वतः प्रेरित है। मैं हालांकि प्रस्तावना बदल सकता हूँ। क्या ऐसा करने के लिए प्रस्तावना बदलकर क्या किया जा सकता है?

जोड़ना \ mbox {} एक अनुभाग शीर्षक के बाद पेज ब्रेक की अनुमति दें आप इसे विश्वव्यापी रूप से प्रस्तावना में शामिल कर सकते हैं:

  \ makeatletter \ g @ addto @ macro \ @afterheading {\ mbox {}} \ makeatother  

या

  \ makeatletter \ expandafter \ def \ expandafter \ @afterheading \ expandafter {\ @ afterheading \ mbox {}} \ makeatother  

इस तरह की तरह


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -