[問題] 如何設定maketitle的位置?

看板LaTeX (論文排版)作者 (レオ)時間13年前 (2011/12/09 05:43), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
大家好 我是新手中的新手 最近拿到一些tex檔必須快速了解latex並且整理內容 幸好有之前的範例可參考,大致就是文字剪貼而已 但其中有一項寫在maketitle前,由latex來決定顯示的位置 原本設定在最後一頁才顯示 但現在要改在第一頁的腳註 我找了很久還是找不到如何修改這個設定 我用的documentclass是另外定義的,不知道是不是在cls裡修改 但我實在太菜了找不到關鍵字,請幫我看一下 ---------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} \ProvidesClass{cjps}[2001/08/01 v0.1] \LoadClass[twoside,11pt,fleqn,showpacs,bibnotes,superscriptaddress, tightenlines]{revtex4} \RequirePackage[fleqn]{amsmath} \setlength{\textwidth}{15.2 true cm} %% Page layout \setlength{\textheight}{20.5 true cm} %% \setlength{\headheight}{13.6pt} %% \setlength{\evensidemargin}{0.35cm} \setlength{\oddsidemargin}{0.35cm} \parskip0\baselineskip \newskip\eqnskip \eqnskip 0.5\baselineskip \def\frontmatter@title@format{\normalsize\bfseries\centering} %% Section Layout \renewcommand{\thesection}{\Roman{section}} \renewcommand{\thesubsection}{{\thesection}-\arabic{subsection}} \renewcommand{\@seccntformat}[1]{{\csname the#1\endcsname}.\hspace{2mm}} \renewcommand{\section}{\@startsection {section}{1}{\z@}{2\baselineskip}{\baselineskip} {\noindent\normalfont\small\bfseries}} \renewcommand{\subsection}{\@startsection {subsection}{2}{0cm}{\baselineskip}{0.1\baselineskip} {\noindent\normalfont\normalsize\bfseries}} %% Paragraph ident, etc. \setlength{\parindent}{1cm} \setlength{\parskip}{0cm} \addtolength{\footskip}{2mm} %% Figurename \def\figurename{FIG.} %% Bibliography Environment\def\bibsection{% \let\@hangfroms@section\@hang@froms \section*{\large\refname}% \@nobreaktrue}% ---------------------------------------------------------------------------- 抱歉不知道這樣敘述夠不夠清楚,如果我有遺漏什麼請通知我補上 或是指點我方向讓我自己去查,謝謝! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.42.10.48
文章代碼(AID): #1EuIzm0l (LaTeX)
文章代碼(AID): #1EuIzm0l (LaTeX)