main.cfg 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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\thesistitle{社猜猜看这个毕设题目是什么}
  25. % 论文英文题目
  26. %提示:英文摘要页的标题注意格式要求。
  27. \def\thesistitleen{HAVE A TRY TO GUESS WHAT THE TITLE IS}
  28. % Thank Words
  29. \def\thankwords{
  30. 此处请写致谢的内容。
  31. 它可以有多段。
  32. }