Initial plotting support.
This commit is contained in:
parent
df450a7be0
commit
c2027801be
34 changed files with 756 additions and 20 deletions
|
@ -11,7 +11,10 @@ list(APPEND publishing_HEADERS
|
|||
pdf/PdfWriter.h
|
||||
plotting/GraphPlotter.h
|
||||
plotting/PlotNode.h
|
||||
plotting/Plot.h
|
||||
plotting/EquationNode.h
|
||||
plotting/PlotSeriesNode.h
|
||||
plotting/PlotCaptionNode.h
|
||||
latex/LatexDocument.h
|
||||
latex/LatexMathExpression.h
|
||||
latex/LatexSymbols.h
|
||||
|
@ -34,7 +37,10 @@ list(APPEND publishing_LIB_INCLUDES
|
|||
latex/LatexSymbols.cpp
|
||||
plotting/GraphPlotter.h
|
||||
plotting/PlotNode.cpp
|
||||
plotting/Plot.cpp
|
||||
plotting/EquationNode.cpp
|
||||
plotting/PlotSeriesNode.cpp
|
||||
plotting/PlotCaptionNode.cpp
|
||||
DocumentConverter.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue