1. 28 Nov, 2014 1 commit
    • albert-github's avatar
      Limit images sizes and make more uniform (LaTeX) · 329a4ddc
      albert-github authored
      This patch adjusts some problems regarding image sizes in LaTeX output of doxygen (a.o. Bug 738299 - When using msc or PlantUML, the default latex for the created image should include [width=\linewidth]) this has been done is such a way that all the "image" commands (i.e. image, dot, dotfile, msc, mscfile, diafile, startuml) operate in a similar way / have the same possibilities.
      
      - commands.doc
      Adjusted documentation to reflect changes.
      
      - cmdmapper.cpp
      - cmdmapper.h
      Added utility function to map command id back to command name
      
      - doctokenizer.h
      - doctokenizer.l
      Handle Caption  and Size indication. Required also that some other rules had to be tightened a bit (like usage of {} in startuml and usage of "" for captions. This was already described in the documentation in this way).
      
      - docparser.cpp
      - docparser.h
      Created routine to uniformly handle the Caption and size indications and store them in a general way.
      
      - latexgen.cpp
      Replaced graphicx package by adjustbox package (includes graphicx) to support "min width" etc.
      
      - doxygen.sty templates\latex
      Added commands to make commands with and without caption behave similar.
      
      - docbookvisitor.cpp
      - docbookvisitor.h
      - htmldocvisitor.cpp
      - latexdocvisitor.cpp
      - latexdocvisitor.h
      - printdocvisitor.h
      - xmldocvisitor.cpp
      Created routine to uniformly handle the Caption and size indications in a general way.
      
      - indexpage.xml (testing\022)
      - indexpage.xml (testing\031)
      - class_receiver.xml (testing\037)
      - class_sender.xml (testing\037)
      Adjusted example output.
      329a4ddc
  2. 13 Nov, 2014 1 commit
  3. 06 Nov, 2014 1 commit
  4. 02 Nov, 2014 2 commits
  5. 25 Oct, 2014 1 commit
  6. 24 Oct, 2014 1 commit
  7. 23 Oct, 2014 4 commits
  8. 22 Oct, 2014 1 commit
  9. 21 Oct, 2014 11 commits
  10. 18 Oct, 2014 1 commit
  11. 15 Oct, 2014 2 commits
  12. 14 Oct, 2014 1 commit
  13. 11 Oct, 2014 7 commits
  14. 10 Oct, 2014 1 commit
  15. 05 Oct, 2014 1 commit
    • albert-github's avatar
      Package mathptmx gives discrepancy between pdf and HTML formulas · 418d7f07
      albert-github authored
      When using the mathcal command in formulas the mathptmx package gives in the different output version different letters.
      When the mathptmx, more exuberant,  type of fonts are to be used they can be added by means of the EXTRA_PACKAGES option for the dot version.
      418d7f07
  16. 28 Sep, 2014 1 commit
  17. 26 Sep, 2014 1 commit
  18. 23 Sep, 2014 2 commits