Re: [問題] author,address,subjclass,keywords

看板LaTeX (論文排版)作者 (Myrmarachne)時間14年前 (2011/07/22 00:14), 編輯推噓1(103)
留言4則, 3人參與, 最新討論串2/2 (看更多)
※ 引述《Komada (aaa)》之銘言: : 我一開始用amsart : \documentclass[12pt,a4paper,reqno]{amsart} : 結果後來作者的學校出現在文章最後一頁 : 我想放到作者名字下面 : 於是把amsart改成article : 結果subjclass和keyword的內容就出不來了 : 我如果想要把作者的學校單位放到作者名字下面 : 又要有subjclass和keyword的內容 : 請問改怎麼做呢 : 謝謝 不多說, 請試用以下例子. \documentclass[12pt,a4paper,reqno]{article} \title{Brief Article} \author{% Andy Wu \\ \footnotesize{Department of XXX, YYY University} \\[-1ex] \footnotesize{\ttfamily andy@xxx.yyy} \and David Ma\\ \footnotesize{Department of XXX, YYY University} \\[-1ex] \footnotesize{\ttfamily david@xxx.yyy} } \begin{document} \maketitle \end{document} 不知道是不是你要的? -- http://apansharing.blogspot.com/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.117.35.207

07/22 00:21, , 1F
如果要這樣自己幹的話, 可以考慮 authblk package
07/22 00:21, 1F

07/22 00:24, , 2F
我沒有考慮原po需要subjclass和keyword... 先不要用好了.
07/22 00:24, 2F

07/22 00:27, , 3F
我會把subjclass和keyword寫在 abstract 環境裡.
07/22 00:27, 3F

07/22 01:32, , 4F
謝謝 看來可以 但是學校的欄位字體沒有變小..
07/22 01:32, 4F
文章代碼(AID): #1EA51KVg (LaTeX)
討論串 (同標題文章)
文章代碼(AID): #1EA51KVg (LaTeX)