1. 27 1月, 2016 5 次提交
  2. 26 1月, 2016 1 次提交
  3. 24 1月, 2016 3 次提交
  4. 23 1月, 2016 3 次提交
  5. 21 1月, 2016 2 次提交
  6. 18 1月, 2016 3 次提交
  7. 16 1月, 2016 2 次提交
  8. 15 1月, 2016 2 次提交
  9. 14 1月, 2016 2 次提交
  10. 12 1月, 2016 1 次提交
  11. 11 1月, 2016 2 次提交
  12. 10 1月, 2016 2 次提交
  13. 05 1月, 2016 2 次提交
  14. 04 1月, 2016 2 次提交
  15. 03 1月, 2016 1 次提交
    • D
      Add TeX precompiled preamble and xypic · 3e9a2d98
      dopefishh 提交于
      A precompiled header(`latex -ini`) compiled creates a `.fmt` file.
      To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files.
      3e9a2d98
  16. 01 1月, 2016 2 次提交
  17. 31 12月, 2015 1 次提交
  18. 29 12月, 2015 2 次提交
  19. 28 12月, 2015 1 次提交
  20. 27 12月, 2015 1 次提交
    • A
      Remove `build/` suppression · 849fa552
      Andrew Arnott 提交于
      The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.
      
      I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
      849fa552