Skip to content

Instantly share code, notes, and snippets.

@noodles-v6
Last active December 10, 2015 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noodles-v6/4492403 to your computer and use it in GitHub Desktop.
Save noodles-v6/4492403 to your computer and use it in GitHub Desktop.
curl -r 0-209715200
curl -r 0-209715200 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part1 &
curl -r 209715200-419430400 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part2 &
curl -r 419430400-629145600 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part3 &
curl -r 629145600-838860800 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part4 &
curl -r 838860800-1048576000 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part4 &
curl -r 1048576000-1258291200 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part5 &
curl -r 1258291200-1468006400 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part6 &
curl -r 1468006400-1677721600 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part7 &
curl -r 1677721600-1887436800 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part8 &
curl -r 1887436800-2097152000 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part9 &
curl -r 2097152000-2306867200 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part10 &
curl -r 2306867200-2516582400 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part11 &
curl -r 2516582400-27716582400 http://get-software.net/systems/texlive/Images/texlive2012.iso > texlive.part11 &
字体更新操作:fc-cache -fsv
\documentclass 这个很重要
/usr/share/fonts/adobe
\XeTeXlinebreaklocale "zh"
http://tex.stackexchange.com/questions/43599/turning-chinese-line-breaks-on-and-off
http://code.google.com/p/ctex-kit/
/documentclass{article}
/usepackage{CJK} ### CJK在doxygen生成的tex中是没有的,所以需要我手动加上去。
/begin{CJK}{UTF8}{gbsn}
/begin{document}
/end{CJK}
/end{document}
@noodles-v6
Copy link
Author

Package inputenc Error: Unicode char \u8:者 not set up for use with LaTeX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment