- 15 Jun, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 14 Jun, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 11 Jun, 2014 1 commit
-
-
Dimitri van Heesch authored
Fix typo
-
- 10 Jun, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 09 Jun, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
\usepackage{fixltx2e} must come before use \usepackage{float}
-
- 07 Jun, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 06 Jun, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Jonathan Wakely authored
-
- 04 Jun, 2014 1 commit
-
-
Mattias Ellert authored
The \usepackage{doxygen} statement adds float as a depenency. If the order is wrong the latex generation fails with: LaTeX Error: Unknown float option `H'
-
- 29 May, 2014 8 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Fix unnecessary rules for FORTRAN user defined types
-
Dimitri van Heesch authored
Fix description of USE_PDFLATEX
-
Dimitri van Heesch authored
Added documentation for some missing HTML commands
-
Dimitri van Heesch authored
-
albert-github authored
Added documentation for H4, H5 and H6 command to be complete and extended IMG description a bit
-
Jonathan Wakely authored
The tag is USE_PDFLATEX, not LATEX_PDFLATEX
-
- 27 May, 2014 1 commit
-
-
Chris Hansen authored
-
- 26 May, 2014 4 commits
-
-
Dimitri van Heesch authored
make.bat: change current directory
-
Dimitri van Heesch authored
Removed not implemented HTML commands from documentation
-
albert-github authored
This concerns the BODY and MULTICOL tags.
-
Dimitri van Heesch authored
-
- 21 May, 2014 3 commits
-
-
jannick0 authored
added reset of var Dir_Old at the end.
-
jannick0 authored
amendment for switching between drives and flipping back to initial cur dir at end of make.bat
-
jannick0 authored
First thing after calling make.bat: switch current directory to folder make.bat resides in. Purpose: easy external call of make.bat. /J.
-
- 20 May, 2014 2 commits
-
-
Dimitri van Heesch authored
Bug 730418 - man page extension is incorrect
-
albert-github authored
Test in respect to handling extension was tone wit equal less than / greater than sign and should only be less than and greater than. Resulting in the fact that in case of a chosen extension starting with .0 or .9 an 3 was pre-pended.
-
- 19 May, 2014 1 commit
-
-
Chris Hansen authored
- Fixed highlighting defined type in variable declarations - Corrected parser state following docBlock closure
-
- 18 May, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 15 May, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 12 May, 2014 1 commit
-
-
Chris Hansen authored
-
- 07 May, 2014 4 commits
-
-
Dimitri van Heesch authored
Highlighting corrected for case statements without new line (regression)
-
Dimitri van Heesch authored
Coded coloring of flow statements corrected (regression)
-
Chris Hansen authored
-
albert-github authored
Which patch 8e8c9a1e (dd. May 6) the rule: <Start>{FLOW}/[,( \t\n].* has been changed into" <Start>{FLOW}/[,( \t\n] (analogous: <Start>{COMMANDS}/[,( \t\n]) To overcome the warning: fortrancode.l:744: warning, dangerous trailing context. The result is that the code coloring of (e.g.) the if statements in: subroutine test_on_if if (a == b) then c = d endif if(a == b) then c = d endif end subroutine was removed, due to the fact that the rule: <Start>{ID}{BS}/"(" was used instead of the flow coloring rule. This patch fixes the rules so the lines are colored again and there is no warning.
-
- 06 May, 2014 1 commit
-
-
Dimitri van Heesch authored
-