| 查看: 2580 | 回復(fù): 14 | ||
wanglixia001銅蟲 (初入文壇)
|
[求助]
letax排版作者和作者單位的問題:兩個(gè)作者同一單位怎么處理
|
|
|
\newcommand{\cnfirstauthor}{xxx} \newcommand{\cnsecondauthor}{YYY} \newcommand{\cnfirstinst}{aaaaaaaaa} \newcommand{\cnsecondinst}{aaaaaaaa} 文章正文 x,y兩個(gè)作者為同一個(gè)單位的,應(yīng)該怎么寫???目前用的Ctex版本2.0的,求源文件!!下載下來的模板上提供了源文件, \author{\cnfirstauthor\hspace{15mm}\cnsecondauthor\footnote{\authorsinfo}\\[-1pt] {\zihao{-5}\cnfirstinst} \\[-2pt]}可惜輸入進(jìn)去根本運(yùn)行不了。老是顯示 |

金蟲 (職業(yè)作家)

銅蟲 (初入文壇)
|
謝謝, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 中文稿 文章模板:A4 紙, 五號(hào)字, 單列 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper,c5size,onecolumn,twoside,cap,Chinese]{APSart} %\usepackage{} %添加自己論文需要的其他宏包 \begin{document} %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%------------------ 編輯部提供的信息 ------------------------%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%\apsnumber{20xx/xxx} % 論文編號(hào) --- 編輯部受理后產(chǎn)生 \newcommand{\pubvol}{XX} % 卷號(hào) \newcommand{\pubno}{X} % 期號(hào) \newcommand{\pubyear}{XXXX} % 出版年份 \newcommand{\pubmonth}{XX} % 出版月份 \newcommand{\receivedate}{本文XXXX~年~XX~月~XX~日收到} % 論文收到日期 \newcommand{\modifydate}{XXXX~年~XX~月~XX~日收到修改稿}% 論文修改日期 %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%-------------------- 作者提供的信息 ------------------------%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\cnfirstauthor}{第一作者姓名} \newcommand{\cnsecondauthor}{第二作者姓名} \newcommand{\cnfirstinst}{第一作者單位(到部門),~~省市\(zhòng), 郵政編碼} \newcommand{\cnsecondinst}{第二作者單位(到部門),~~省市\(zhòng), 郵政編碼} \newcommand{\cntitle}{論文題目} \newcommand{\cnkeywords}{關(guān)鍵詞1, 關(guān)鍵詞2, 關(guān)鍵詞3, 關(guān)鍵詞4.} \newcommand{\cnclassno}{O212.xx} % 中圖分類號(hào) %% \newcommand{\enfirstauthor}{First Name} \newcommand{\ensecondauthor}{Second Name} \newcommand{\enfirstinst}{First Author's Working Unit (Up to Department), Province\, Zip Code} \newcommand{\ensecondinst}{Second Author's Working Unit (Up to Department), Province\, Zip Code} \newcommand{\entitle}{English Title} \newcommand{\enkeywords}{Keyword 1, Keyword 2, Keyword 3, Keyword 4.} \newcommand{\amsno}{62Nxx} % AMS Subject Claassification %% %% 中文摘要 \newcommand{\cnabstract}{\hspace{2\ccwd}摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容摘要內(nèi)容.} %% 英文摘要 \newcommand{\enabstract}{\hspace{2\ccwd}The abstract comes here! The abstract comes here! The abstract comes here! The abstract comes here! The abstract comes here! The abstract comes here! The abstract comes here! The abstract comes here! The abstract comes here!} %% \newcommand{\fundinfo}{XXXX基金資助~(12345678).} \newcommand{\authorsinfo}{\textbf{作者信息}:~ 第一作者(出生時(shí)間--),~性別,~職稱,~主要研究方向:~xxxxxx,~E-mail:xxxxx@xxxx.xxx.xx~; 第二作者(出生時(shí)間--):~性別, 職稱,主要研究方向:~xxxxxx,~E-mail:xxxxx@xxxx.xxx.xx~.} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 文章正文 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{\cntitle % \thanks{\zihao{-5}{~\fundinfo}} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 作者姓名與單位 : 三種形式中選一種 % 后面英文摘要中的名字和單位同樣處理 % --------------------- % 第一種形式: 單一作者 % --------------------- %\author{\cnfirstauthor\footnote{\authorsinfo}\\[-1pt] %({\zihao{-5}\cnfirstinst}) \\[-2pt]} % --------------------- % 第二種形式: 同一單位 多個(gè)作者 -- 名字左右并列, % --------------------- %\author{\cnfirstauthor\hspace{15mm}\cnsecondauthor\footnote{\authorsinfo}\\[-1pt] %({\zihao{-5}\cnfirstinst}) \\[-2pt]} % --------------------- % 第三種形式: 不同單位 多個(gè)作者 -- 名字與單位上下并列 % --------------------- \author{\cnfirstauthor\\[-1pt] ({\zihao{-5}\cnfirstinst}) \\[-2pt] \cnsecondauthor% \\[-1pt] ({\zihao{-5}\cnsecondinst}) \\[-2pt]} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \date{} % 這一行用來去掉默認(rèn)的日期顯示 \maketitle \vspace{-6mm} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 中文摘要 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{center} \begin{minipage}[c]{14cm} \begin{center}\textbf{摘~~~要}\end{center} \vspace{-1em} \zihao{-5}\cnabstract \\ \mbox{}\hspace{2\ccwd}\textbf{關(guān)\,鍵\,詞:}\quad \cnkeywords\\ \mbox{}\hspace{2\ccwd}\textbf{學(xué)\,科\,分\,類\,號(hào):} \quad \cnclassno. \end{minipage} \end{center} % |

銅蟲 (初入文壇)
|
我把雜志的整個(gè)模板斗傳給你吧, |

| 01是原始的樣子,你看看你要的是不是02的效果。 |
銅蟲 (初入文壇)

銅蟲 (初入文壇)

| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 0703化學(xué)調(diào)劑 +10 | 妮妮ninicgb 2026-03-15 | 14/700 |
|
|---|---|---|---|---|
|
[考研] 生物學(xué)調(diào)劑招人!。 +3 | 山海天嵐 2026-03-17 | 4/200 |
|
|
[考研] 288求調(diào)劑,一志愿華南理工大學(xué)071005 +5 | ioodiiij 2026-03-17 | 5/250 |
|
|
[考研] 復(fù)試調(diào)劑 +4 | z1z2z3879 2026-03-14 | 6/300 |
|
|
[考研] 【考研調(diào)劑】化學(xué)專業(yè) 281分,一志愿四川大學(xué),誠心求調(diào)劑 +5 | 吃吃吃才有意義 2026-03-19 | 5/250 |
|
|
[考研] 求調(diào)劑 +3 | Mqqqqqq 2026-03-19 | 3/150 |
|
|
[考研] 材料080500調(diào)劑求收留 +4 | 一顆meteor 2026-03-13 | 4/200 |
|
|
[考研] 0703化學(xué) 305求調(diào)劑 +4 | FY_yy 2026-03-14 | 4/200 |
|
|
[考研] 354求調(diào)劑 +4 | Tyoumou 2026-03-18 | 7/350 |
|
|
[考研] 304求調(diào)劑 +12 | 小熊joy 2026-03-14 | 13/650 |
|
|
[考研] 326求調(diào)劑 +5 | 上岸的小葡 2026-03-15 | 6/300 |
|
|
[考研] 考研化學(xué)學(xué)碩調(diào)劑,一志愿985 +4 | 張vvvv 2026-03-15 | 6/300 |
|
|
[考研] 材料專碩326求調(diào)劑 +6 | 墨煜姒莘 2026-03-15 | 7/350 |
|
|
[考研] 有沒有道鐵/土木的想調(diào)劑南林,給自己招師弟中~ +3 | TqlXswl 2026-03-16 | 7/350 |
|
|
[考研] 一志愿蘇州大學(xué)材料工程(085601)專碩有科研經(jīng)歷三項(xiàng)國獎(jiǎng)兩個(gè)實(shí)用型專利一項(xiàng)省級立項(xiàng) +6 | 大火山小火山 2026-03-16 | 8/400 |
|
|
[考研] 283求調(diào)劑 +3 | 聽風(fēng)就是雨; 2026-03-16 | 3/150 |
|
|
[考研] 0856求調(diào)劑 +3 | 劉夢微 2026-03-15 | 3/150 |
|
|
[考研] 289求調(diào)劑 +4 | 這么名字咋樣 2026-03-14 | 6/300 |
|
|
[考研] 中科大材料專碩319求調(diào)劑 +3 | 孟鑫材料 2026-03-13 | 3/150 |
|
|
[考研] 330求調(diào)劑 +3 | ?醬給調(diào)劑跪了 2026-03-13 | 3/150 |
|