Skip to content

Commit

Permalink
DOC: Begin to include formulae using LaTeX in API manual
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
slivingston committed Jul 24, 2015
1 parent 8b1a8ba commit 457827a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Doxyfile
Expand Up @@ -13,3 +13,5 @@ VERBATIM_HEADERS = NO
SORT_BRIEF_DOCS = YES
SORT_MEMBER_DOCS = YES
HTML_EXTRA_STYLESHEET = gr1cdoc.css
FORMULA_FONTSIZE = 14
EXTRA_PACKAGES = amsmath amssymb
6 changes: 6 additions & 0 deletions doc/api_intro.md
Expand Up @@ -46,6 +46,12 @@ removing comments.
SYSTRANS:;
SYSGOAL: []<>(y&x) & []<>(!y);

which is represented by the LTL formula
\f[

\left( \neg x \wedge \Box \left( x \leftrightarrow \neg x' \right) \wedge \Box \rotatebox[origin=c]{45}{$\Box$} x \right) \implies \left( y \wedge \Box \rotatebox[origin=c]{45}{$\Box$} (y \wedge x) \wedge \Box \rotatebox[origin=c]{45}{$\Box$} \neg y \right).

\f]
The only environment variable is `x`, and the only system variable is `y`; both
are Boolean-valued. We require that initially `x` is `False` and `y` is `True`.
Given the assumption that the environment will infinitely often set `x` to
Expand Down

0 comments on commit 457827a

Please sign in to comment.