| 查看: 2579 | 回復(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ā)表 | |
|---|---|---|---|---|
|
[論文投稿]
申請(qǐng)回稿延期一個(gè)月,編輯同意了。但系統(tǒng)上的時(shí)間沒變,給編輯又寫郵件了,沒回復(fù)
10+3
|
wangf9518 2026-03-17 | 4/200 |
|
|---|---|---|---|---|
|
[考研] 一志愿中國海洋大學(xué),生物學(xué),301分,求調(diào)劑 +5 | 1孫悟空 2026-03-17 | 6/300 |
|
|
[考研] 0856調(diào)劑,是學(xué)校就去 +6 | sllhht 2026-03-19 | 7/350 |
|
|
[考研] 0703化學(xué)調(diào)劑 ,六級(jí)已過,有科研經(jīng)歷 +12 | 曦熙兮 2026-03-15 | 12/600 |
|
|
[考研] 324分 085600材料化工求調(diào)劑 +3 | llllkkkhh 2026-03-18 | 3/150 |
|
|
[考研] 346求調(diào)劑[0856] +3 | WayneLim327 2026-03-16 | 6/300 |
|
|
[考研] 一志愿中海洋材料工程專碩330分求調(diào)劑 +7 | 小材化本科 2026-03-18 | 7/350 |
|
|
[考研] 本科鄭州大學(xué)物理學(xué)院,一志愿華科070200學(xué)碩,346求調(diào)劑 +4 | 我不是一根蔥 2026-03-18 | 4/200 |
|
|
[考研] 295求調(diào)劑 +3 | 一志愿京區(qū)211 2026-03-18 | 5/250 |
|
|
[考研] 材料專碩306英一數(shù)二 +10 | z1z2z3879 2026-03-16 | 13/650 |
|
|
[考研] 331求調(diào)劑(0703有機(jī)化學(xué) +7 | ZY-05 2026-03-13 | 8/400 |
|
|
[考研] 308求調(diào)劑 +4 | 是Lupa啊 2026-03-16 | 4/200 |
|
|
[考研] 材料專碩326求調(diào)劑 +6 | 墨煜姒莘 2026-03-15 | 7/350 |
|
|
[考研] 332求調(diào)劑 +6 | Zz版 2026-03-13 | 6/300 |
|
|
[考研] 有沒有道鐵/土木的想調(diào)劑南林,給自己招師弟中~ +3 | TqlXswl 2026-03-16 | 7/350 |
|
|
[考研]
|
zhouzhen654 2026-03-16 | 3/150 |
|
|
[考研] 中科院材料273求調(diào)劑 +4 | yzydy 2026-03-15 | 4/200 |
|
|
[考研] 070305求調(diào)劑 +3 | mlpqaz03 2026-03-14 | 4/200 |
|
|
[考研] 085601材料工程315分求調(diào)劑 +3 | yang_0104 2026-03-15 | 3/150 |
|
|
[考研] 266求調(diào)劑 +4 | 學(xué)員97LZgn 2026-03-13 | 4/200 |
|