1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % %
- % Copyright (c) 2010 - 2011 Caspar Zhang <casparant@gmail.com> %
- % %
- % This copyrighted material is made available to anyone wishing %
- % to use, modify, copy, or redistribute it subject to the terms %
- % and conditions of the GNU General Public License version 2. %
- % %
- % This program is distributed in the hope that it will be %
- % useful, but WITHOUT ANY WARRANTY; without even the implied %
- % warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR %
- % PURPOSE. See the GNU General Public License for more details. %
- % %
- % You should have received a copy of the GNU General Public %
- % License along with this program; if not, write to the Free %
- % Software Foundation, Inc., 51 Franklin Street, Fifth Floor, %
- % Boston, MA 02110-1301, USA. %
- % %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % 你只需要修改下面内容就可以完成中英文摘要,
- % 这要求你具有一定的LaTeX基础,但是还是那句话,
- % 如果你足够聪明,不具有LaTeX基础也可以完成。
- % 中文摘要
- \def\abstractcn{
- %从这里开始写你的摘要,分段需要空一行。
- 这是中文摘要的部分。
- 它可以拥有多段。
- %摘要结束
- }
- % 中文关键字
- % TODO: 改成可变长度的
- \def\abscnkeyone{北京邮电大学}
- \def\abscnkeytwo{本科生}
- \def\abscnkeythree{毕业设计}
- \def\abscnkeyfour{模板}
- \def\abscnkeyfive{示例}
- % ABSTRACT
- \def\abstracten{
- %Your abstract here, to make a new paragraph, give an extra blank line please.
- This is ABSTRACT.
- You can write more than one paragraph here.
- %Abstract done
- }
- % Key Words
- % TODO: 改成可变长度的
- \def\absenkeyone{BUPT}
- \def\absenkeytwo{undergraduate}
- \def\absenkeythree{thesis}
- \def\absenkeyfour{template}
- \def\absenkeyfive{example}
|