abstract.cfg 2.2 KB

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