1. 10 Oct, 2014 1 commit
  2. 26 Sep, 2014 1 commit
  3. 23 Sep, 2014 14 commits
  4. 22 Sep, 2014 2 commits
  5. 16 Sep, 2014 1 commit
    • hanson.wang's avatar
      Fix bug with C++11 static_assert · 7c257bb5
      hanson.wang authored
      When processing a C++11 static_assert, we wish to skip the arguments. However, the `roundCount` is set to 1 despite the fact that the `SkipRound` routine will increment `roundCount` when it's entered. This causes the rest of the class to be skipped entirely.
      7c257bb5
  6. 14 Sep, 2014 1 commit
  7. 11 Sep, 2014 1 commit
  8. 10 Sep, 2014 1 commit
  9. 09 Sep, 2014 8 commits
  10. 07 Sep, 2014 7 commits
  11. 03 Sep, 2014 2 commits
    • albert-github's avatar
      Problem in case of line termination (., a dot) direct after the \cite command · f0338dbf
      albert-github authored
      In case a sentence like:
        Cite reference at end of line with a dot \cite hicks2001.
      is used the cite_key is hicks2001. (so including the .)
      
      This is a regression of Bug 702584 - \cite rejects valid BibTeX keys
      f0338dbf
    • albert-github's avatar
      Different latex problems · fb4dad1e
      albert-github authored
      - Bibliography refers to wrong page in the toc
      In case of LaTeX the reference in the toc tab to the Bibliography page is not correct.
      According to e.g. http://lookherefirst.wordpress.com/2008/10/05/add-the-bibliography-in-the-table-of-contents/
      when using the hyperref package the reference of the toc should be after the \bibliography entry.
      See to it that the Bibliography page starts at an odd page (like all other chapters)
      
      - See to it that the Index page starts at an odd page (like all other chapters)
      
      - Not all items are shown in the Index / Index generation crashes (Bug_733323) / Index is not shown
      The \hypertarget definition contains on 2 places the entire string (including section references and index references) in the caption part.
      In all other places the caption is empty and the caption part is not used (as a reference) in the \hyperlink command. The caption has been made empty/
      fb4dad1e
  12. 31 Aug, 2014 1 commit