123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % %
- % 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.
- If your abstract is too long, it will take up more pages.
- %Abstract done
- }
- % Key Words
- % TODO: 改成可变长度的
- \def\absenkeyone{BUPT}
- \def\absenkeytwo{undergraduate}
- \def\absenkeythree{thesis}
- \def\absenkeyfour{template}
- \def\absenkeyfive{example}
|