main.cfg 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  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. \def\thesistitleen{Have a try to guess what the title is}
  27. % Thank Words
  28. \def\thankwords{
  29. 此处请写致谢的内容。
  30. 它可以有多段。
  31. }