Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MathHub
TGStyler-paper
Commits
63d52115
Commit
63d52115
authored
Jun 27, 2018
by
Michael Banken
Browse files
fixed minor stuff in integration
parent
bad25016
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/integration.tex
View file @
63d52115
...
@@ -116,15 +116,16 @@ The functionality of the buttons remains the same as in the case above.
...
@@ -116,15 +116,16 @@ The functionality of the buttons remains the same as in the case above.
As mentioned above the method toXML serves to transcribe the suggested changes into a human readable form.
As mentioned above the method toXML serves to transcribe the suggested changes into a human readable form.
The output is an xml subset generated by the following grammar.
The output is an xml subset generated by the following grammar
, starting with the token SUGGESTIONS
.
\pagebreak
\begin{lstlisting}
\begin{lstlisting}
SUGGESTIONS ::= THEORY
_
SUGGESTIONS
SUGGESTIONS ::= THEORY
_
SUGGESTIONS
THEORY
_
SUGGESTIONS ::= <theory MPath = MPATH> SUGGESTIONSBODY </theory>
THEORY
_
SUGGESTIONS ::= <theory MPath = MPATH> SUGGESTIONSBODY </theory>
SUGGESTIONSBODY ::= REMOVE
SUGGESTIONSBODY ::= REMOVE
\
|
REPLACE
| REPLACE
REMOVE ::= <removeInclusion MPath = MPATH>
REMOVE ::= <removeInclusion MPath = MPATH>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment