[問題] 章節標題與內文想保持在同一頁怎麼設定?

看板LaTeX (論文排版)作者時間14年前 (2011/09/05 16:29), 編輯推噓1(103)
留言4則, 3人參與, 最新討論串1/1
如題, 我現在的困擾是這樣的: │ blablablalblablalblalbalbb │ │ blablablablablabl. │ │ │ │ §Sec II. bla bla │ └──────────────┘ ┌──────────────┐ │ In this section, we will.. │ │ blablablblablalblablalblab │ │ │ 因為內文的部分是使用者自訂 然後自動轉成.tex->.pdf匯出 不是我自己打的 所以無法控制行數 想請問如何能避免上圖中 標題與內文身首異處(處在不同頁)的問題 <(_ _)> 請不吝指教 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 112.104.163.102

09/05 16:36, , 1F
LaTeX 預設設定中不可能出現這個問題, 請詳述你的環境
09/05 16:36, 1F
\documentclass{ctexart} \pagestyle{plain} \usepackage[margin=2cm]{geometry} \usepackage{tabularx} \usepackage{booktabs} \usepackage{longtable} \usepackage{multirow} \usepackage{colortbl} \usepackage{graphicx}

09/05 16:37, , 2F
參考這個討論串 http://goo.gl/SbTiI
09/05 16:37, 2F
※ 編輯: kcir 來自: 112.104.163.102 (09/05 17:07)

09/05 17:29, , 3F
試試把\clearpage或\newpage(重起新頁)放在\section前?
09/05 17:29, 3F

09/05 18:19, , 4F
那些是內文部份?blabla跟In this section ... 都是?
09/05 18:19, 4F
文章代碼(AID): #1EP8Xy4V (LaTeX)
文章代碼(AID): #1EP8Xy4V (LaTeX)