1. 08 6月, 2015 1 次提交
  2. 02 6月, 2015 2 次提交
  3. 30 5月, 2015 2 次提交
    • C
      Merge pull request #1523 from dash00/master · e27b4277
      Carl Suster 提交于
      [Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]
      
      >`\@tocfile`
      The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.
      
      ```
      \if@mtc@longext@
        \def\@tocfile{mtc\The@mtc}%
      \else
        \def\@tocfile{M\The@mtc}%
      \fi
      ```
      e27b4277
    • C
      Merge pull request #1514 from bbodenmiller/xcode · 28adf703
      Carl Suster 提交于
      sync up xcode related gitignore files
      28adf703
  4. 27 5月, 2015 1 次提交
  5. 20 5月, 2015 1 次提交
  6. 17 5月, 2015 1 次提交
  7. 16 5月, 2015 1 次提交
  8. 15 5月, 2015 1 次提交
    • J
      [Tex] Change *.mtc0 to *.mtc[1-9][0-9] · d0c5830a
      Jeremy Coatelen 提交于
      When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
      d0c5830a
  9. 14 5月, 2015 5 次提交
  10. 10 5月, 2015 1 次提交
  11. 08 5月, 2015 3 次提交
  12. 07 5月, 2015 5 次提交
  13. 06 5月, 2015 2 次提交
  14. 02 5月, 2015 3 次提交
  15. 01 5月, 2015 1 次提交
    • A
      Remove .virtualenv from Haskell.gitignore · 89c4f789
      Abizer Nasir 提交于
      The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely.
      89c4f789
  16. 30 4月, 2015 6 次提交
  17. 29 4月, 2015 2 次提交
  18. 27 4月, 2015 1 次提交
  19. 25 4月, 2015 1 次提交