返回信息流版里有用latex写硕士毕业论文的没?最近格式变更了,大家都是怎么改的?
这是一条镜像帖。来源:北邮人论坛 / paper / #14178同步于 2013/12/19
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Paper机器人发帖
[问题]硕士毕业论文latex模板
feiyunruyue
2013/12/19镜像同步45 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
自己抛一块砖吧,论文格式主要变更的地方:
1. 封面,电子版不需要制作,可以先不管?
2. 内封
2.1 密级、保密期限右移了
2.2 硕士研究生学位论文改为硕士学位论文了
2.3 北京邮电大学这几个字的图片不知道变了没,校徽应该没变化
3.正文
3.1 页眉页脚,奇偶页变化了
3.2 表格不能跨页(本来我的就没跨)
暂时看到这些变化,我的latex模板对应的改动:
1. buptthesis.cfg文件
第41行\def\bupt@page@head{北京邮电大学工学硕士学位论文}
第42行\def\bupt@label@covertitle{硕士学位论文}
2. buptthesis.cls文件
第559行左右,奇偶换了顺序,字号改成小五了
\def\ps@bupt@headings{%
\def\@evenhead{%
\vbox to\headheight{%
\hb@xt@\textwidth{%
\xiaowu\song\hfill\bupt@page@head%
}%
\vskip3pt\hbox{%
\vrule width\textwidth height0.4pt depth0pt
}
}
}
\def\@oddhead{%
\vbox to\headheight{%
\hb@xt@\textwidth{%
\xiaowu\song\leftmark\hfill
}%
\vskip3pt\hbox{%
\vrule width\textwidth height0.4pt depth0pt
}
}
}
【 在 feiyunruyue 的大作中提到: 】
: 版里有用latex写硕士毕业论文的没?最近格式变更了,大家都是怎么改的?
仅供参考
------------12月26日-----------
攻读学位期间发表论文列表这一页没有页眉,请参考http://bbs.byr.cn/#!article/Paper/14229
附件(711B) c70song.fd
用附件的文件替换目录下的c70song.fd文件
就可以用\textbf或\bfseries给宋体加粗了
加粗后 封面题目两个字比原来宽,修改相应的宽度就行
cls文件639行到709行 修改后是这样的
\newcommand{\bupt@front@cover}{%
\bfseries %全局加粗
\ifnum\bupt@finish=0
\bupt@cover@texture
\fi
\vspace*{-1.3cm}
\begin{minipage}[t]{\textwidth}
\sihao
\hspace*{75mm} %密级向后退75mm
\bupt@label@classlevel\bupt@title@sep\bupt@meta@classlevel
\qquad\bupt@label@classdur\bupt@title@sep
\ifnum\bupt@classlevel>0
\bupt@meta@classdur
\fi
\end{minipage}\\[2cm]
\begin{minipage}[t]{\textwidth}
\centering
\includegraphics[width=12cm]{buptname}\par
\vspace{0.4cm}
\covertitlesize[1.0]{\hei\bupt@label@covertitle}\par
\vspace{1cm}
\includegraphics[width=3.5cm]{buptseal}
\end{minipage}\\[\stretch{1}]
\parbox[t]{\textwidth}{%
\centering
\xiaoer[1.5]
\setlength{\extrarowheight}{0pt}
\setlength{\arrayrulewidth}{0.5bp}
\begin{tabular}{@{}p{40bp}@{\bupt@title@sep}p{105mm}@{}} %题目二字加宽
\bupt@label@ctitle & %
\parbox[t]{105mm}{%
\centering%
\renewcommand\titlebreak{\\\global\let\bupt@long@title\@empty}
\rule[-5bp]{105mm}{0.5bp}\\[-27bp]
\textbf{\bupt@meta@ctitle}%
}%
\\%
\ifx\bupt@long@title\@empty
\cline{2-2}
\fi
\end{tabular}
}\\[1cm]
\begin{minipage}[t]{\textwidth}
\centering
\sihao[1.24]
\setlength{\extrarowheight}{0pt}
\setlength{\arrayrulewidth}{0.5bp}
\begin{tabular}{@{}p{1.96cm}@{}c@{}l@{}p{4.2cm}}
\bupt@label@studentid & \bupt@title@sep
& {\hfill\bupt@hide{\bupt@meta@studentid}\hfill} \\
[-3pt] \cline{3-3} \\
\bupt@label@cauthor & \bupt@title@sep
& {\hfill\bupt@hide{\bupt@meta@cauthor}\hfill} \\
[-3pt] \cline{3-3} \\
\bupt@label@cmajor & \bupt@title@sep
& {\hfill\bupt@meta@cmajor\hfill} \\
[-3pt] \cline{3-3} \\
\bupt@label@csupervisor & \bupt@title@sep
& {\hfill\bupt@hide{\bupt@meta@csupervisor}\hfill} \\
[-3pt] \cline{3-3} \\
\bupt@label@cdepartment & \bupt@title@sep
& {\hfill\bupt@meta@cdepartment\hfill} \\
[-2pt] \cline{3-3} \\
\end{tabular}
\end{minipage}\\[1.5cm]
\begin{minipage}[t]{\textwidth}
\centering
{\sihao[1.0] \song \bupt@meta@cdate}
\end{minipage}
\normalfont //取消加粗
}
【 在 feiyunruyue 的大作中提到: 】
: 求问内封(扉页)的“宋体加粗”该如何实现
照着你的方法改了,谢谢!
【 在 fitsir 的大作中提到: 】
: [upload=1][/upload]
: 用附件的文件替换目录下的c70song.fd文件
: 就可以用\textbf或\bfseries给宋体加粗了
: ...................
试过了,管用,点个赞
【 在 fitsir 的大作中提到: 】
: [upload=1][/upload]
: 用附件的文件替换目录下的c70song.fd文件
: 就可以用\textbf或\bfseries给宋体加粗了
: ...................
希望电子版的学校不会挑刺
【 在 muyiwhy 的大作中提到: 】
: 感觉中文字体加粗还是不太好看,所以我觉得可以的话最后打印的时候还是手工把扉页换掉吧