作者muto52 (噗~)
看板LaTeX
標題[問題] 請問一個 paper 作者排版置中問題
時間Tue Jan 9 01:51:07 2007
...................
....................
\textwidth 160 mm
\textheight 250 mm
\topmargin -0.6 cm
\oddsidemargin 2 mm
\title{\textbf{This is a Latex test paper}}
\author{\normalsize Mike
\and \normalsize John
\and \normalsize Philip\thanks{Corresponding author}
\and \normalsize}
\scriptsize $\ast$ Research assistant\\
\and
\scriptsize $\dagger$ Associate professor\\
\and
\scriptsize $\ddagger$ Professor\\
\and
\tiny ABC University, 701, Tainan, Taiwan}
...............
...............
(1) 我的問題是 有三個作者,可是我如果把最後一個作者下面那行的 \and 拿掉
它就變的不會置中於文章標題中,請問是字形大小抑或 package 設定的問題?
還是有別的方法? 我有試過 \centerline 等指令但都不行
(2) 第二個問題,關於作者的介紹及學校介紹,我可能還是搞不太清楚排版的關係
我改了他的字形之類的,但還是不會置中,請問是哪裡可以修正的?
我是希望他排出來是這樣
This is a Latex test paper
Mike* John! Philip!! % ! 表\dag 或 \ddag
* Research assitant
! Associate professor
!! Professor
ABC University, 701, Tainan, Taiwan
請版上先進可以不吝指導 感激不盡!
--
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.175.226.223
※ 編輯: muto52 來自: 218.175.226.223 (01/09 01:52)
> -------------------------------------------------------------------------- <
發信人: hoch@kkcity.com.tw ( ), 看板: LaTeX
標 題: Re: [問題] 請問一個 paper 作者排版置中問題
發信站: KKCITY (Tue Jan 9 16:52:26 2007)
轉信站: ptt!ctu-reader!ctu-peer!news.nctu!netnews.chu!Leo.mi.chu!zoonews.ee.nt
> 我是希望他排出來是這樣
> This is a Latex test paper
> Mike* John! Philip!! % ! 表\dag 或 \ddag
> * Research assitant
> ! Associate professor
> !! Professor
的確很少見有人把 research assistant 等 designation 也放到文章上.
> ABC University, 701, Tainan, Taiwan
這樣可以嗎?
\documentclass{article}
\title{This is a test title}
\author{John$^{*}$, Philip$^{\dag}$, Mike$^{\ddag}$\\
$*$ Research assistant\\$^{\dag}$ Associate professor\\
$^{\dag}$ Professor \\ ABC University, 999, Hell, Taiwan}
\date{}
\begin{document}
\maketitle
\end{document}
--
┌─────◆KKCITY◆─────┐ ◢╱ 只要你
通過身份認證 ~ ◥█
│ bbs.kkcity.com.tw │ █▉─ 免經驗、五人連署即開班系板 ◥
└──《From:140.129.151.113
》──┘ ◥╲ 趕快為班上設個
秘密基地吧!
◢
--
推 muto52:感謝您~我只是在學習這個軟體,受教了~ m o o m 01/09 17:35
> -------------------------------------------------------------------------- <
發信人: Edward.bbs@bbs.sayya.org (蒙古大夫 2.0), 看板: LaTeX
標 題: Re: [問題] 請問一個 paper 作者排版置中問題
發信站: SayYA 資訊站 (Tue Jan 9 19:05:18 2007)
轉信站: ptt!ctu-reader!news.nctu!SayYa
※ 引述《muto52.bbs@ptt.cc (噗~)》之銘言:
> (2) 第二個問題,關於作者的介紹及學校介紹,我可能還是搞不太清楚排版的關係
> 我改了他的字形之類的,但還是不會置中,請問是哪裡可以修正的?
> 我是希望他排出來是這樣
> This is a Latex test paper
> Mike* John! Philip!! % ! 表\dag 或 \ddag
> * Research assitant
> ! Associate professor
> !! Professor
> ABC University, 701, Tainan, Taiwan
這樣試試看:
\documentclass{report}
\title{\textbf{This is a \LaTeX\ test paper}}
\author{Mike$^\ast$
\and John$^\dagger$
\and Philip$^\ddagger$}
\date{\scriptsize $\ast$ Research assistant\\
$\dagger$ Associate professor\\
$\ddagger$ Professor\\[3ex]
\tiny ABC University, 701, Tainan, Taiwani\\2007.01.09}
\begin{document}
\maketitle
This is a \LaTeX\ test paper
\end{document}
--
道隱於小成,言隱於榮華。(莊子.齊物論)
--
※ Origin: SayYA 資訊站 <bbs.sayya.org>
◆ From: edt1023.sayya.org
◆ Modify: 07/01/09 19:05:18 <edt1023.sayya.org>
推 muto52:感謝李老師的建議~! 01/09 21:07