Repaired MathExam

(well, commented out offending figure* declaration leading
to bugs in Backend.)
This commit is contained in:
Burkhart Wolff 2018-06-26 18:50:56 +02:00
parent 6277f44e75
commit 2ff81dbb1c
2 changed files with 11 additions and 2 deletions

View File

@ -22,8 +22,17 @@ subsection*[header::Header,examSubject= "[algebra]", examTitle="''Exam number 1
(* should be in DOF-core *)
(* causes crash on the LaTeX side:
( FP-DIV )
*** ! Undefined control sequence.
*** <argument> ...ative_width}}{100} \includegraphics
*** [width=\scale \textwidth ]...
*** l.44 {A Polynome.}
figure*[figure::figure, spawn_columns=False,relative_width="''80''",
src="''figures/Polynomialdeg5.png''"] \<open> A Polynome. \<close>
src="''figures/Polynomialdeg5.png''"]
\<open>A Polynome.\<close>
*)
subsubsection*[exo1 :: Exercise, Exercise.content="[q1::Task,q2::Task]"]\<open>Exercise 1\<close>
text{*

View File

@ -2,8 +2,8 @@ session "MathExam" = "HOL" +
options [document = pdf, document_output = "output"]
theories [document = false]
(* Foo *)
theories
"../../../ontologies/mathex_onto"
theories
MathExam
document_files
"preamble.tex"