Browse Source

add minimal pgf version info in documentation and error in the package if package is out of date

Antoine Bertout 9 years ago
parent
commit
02362570e5
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      rtsched-doc.tex

+ 1
- 1
README.md View File

11
 (chronograms). The package can be useful for drawing real-time timing
11
 (chronograms). The package can be useful for drawing real-time timing
12
 diagrams in LaTeX, as often needs to be done for preparing articles,
12
 diagrams in LaTeX, as often needs to be done for preparing articles,
13
 lectures and presentation in the Real-Time Scheduling research
13
 lectures and presentation in the Real-Time Scheduling research
14
-community. The package depends on keyval and TikZ/PGF (version 2.10 or greater).
14
+community. The package depends on keyval and TikZ/PGF (versions 2.10 or greater).
15
 
15
 
16
 A more complete documentation, with a set of examples, is available in
16
 A more complete documentation, with a set of examples, is available in
17
 file rtsched-doc.pdf.
17
 file rtsched-doc.pdf.

+ 1
- 1
rtsched-doc.tex View File

18
 package, which can be used to easily draw chronograms (GANTT charts).
18
 package, which can be used to easily draw chronograms (GANTT charts).
19
 These diagrams are quite common in real-time scheduling research.
19
 These diagrams are quite common in real-time scheduling research.
20
 
20
 
21
-The package depends on keyval and TikZ/PGF, both widely
21
+The package depends on keyval and TikZ/PGF (versions 2.10 or greater), both widely
22
 available on any \TeX distribution.
22
 available on any \TeX distribution.
23
 
23
 
24
 The drawing capabilities are completely based on TikZ. Thus, you can compile
24
 The drawing capabilities are completely based on TikZ. Thus, you can compile

Loading…
Cancel
Save