mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'master' of github.com:fceller/ArangoDB
This commit is contained in:
commit
b5d43079a7
|
@ -210,7 +210,7 @@ ALIASES += CO{1}="<tt>\1</tt>"
|
|||
ALIASES += REST{1}="<tt><b>\1</b></tt>"
|
||||
ALIASES += GE{1}="<b>\1</b>"
|
||||
ALIASES += EXAMPLES="<b>Examples</b><br>"
|
||||
ALIASES += EXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}@endlatexonly@verbinclude \1"
|
||||
ALIASES += EXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}@endlatexonly@verbinclude \1@latexonly\renewcommand{\examplecap}{}@endlatexonly"
|
||||
ALIASES += VERSION="0.4.2"
|
||||
ALIASES += EMBEDTOC{1}="@ifnot LATEX<hr>@copydoc \1<hr>@endif"
|
||||
ALIASES += RESTHEADER{2}="@if LATEX@latexonly \vskip 0.5em\colorbox{gray}{@endlatexonly\1 (\2)@latexonly}\vskip 1em@endlatexonly@else <hr><em>\1</em> (\2)<hr><br>@endif"
|
||||
|
|
|
@ -210,7 +210,7 @@ ALIASES += CO{1}="<tt>\1</tt>"
|
|||
ALIASES += REST{1}="<tt><b>\1</b></tt>"
|
||||
ALIASES += GE{1}="<b>\1</b>"
|
||||
ALIASES += EXAMPLES="<b>Examples</b><br>"
|
||||
ALIASES += EXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}@endlatexonly@verbinclude \1"
|
||||
ALIASES += EXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}@endlatexonly@verbinclude \1@latexonly\renewcommand{\examplecap}{}@endlatexonly"
|
||||
ALIASES += VERSION="0.4.2"
|
||||
ALIASES += EMBEDTOC{1}="@ifnot LATEX<hr>@copydoc \1<hr>@endif"
|
||||
ALIASES += RESTHEADER{2}="@if LATEX@latexonly \vskip 0.5em\colorbox{gray}{@endlatexonly\1 (\2)@latexonly}\vskip 1em@endlatexonly@else <hr><em>\1</em> (\2)<hr><br>@endif"
|
||||
|
|
|
@ -210,7 +210,7 @@ ALIASES += CO{1}="<tt>\1</tt>"
|
|||
ALIASES += REST{1}="<tt><b>\1</b></tt>"
|
||||
ALIASES += GE{1}="<b>\1</b>"
|
||||
ALIASES += EXAMPLES="<b>Examples</b><br>"
|
||||
ALIASES += EXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}@endlatexonly@verbinclude \1"
|
||||
ALIASES += EXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}@endlatexonly@verbinclude \1@latexonly\renewcommand{\examplecap}{}@endlatexonly"
|
||||
ALIASES += VERSION="@PACKAGE_VERSION@"
|
||||
ALIASES += EMBEDTOC{1}="@ifnot LATEX<hr>@copydoc \1<hr>@endif"
|
||||
ALIASES += RESTHEADER{2}="@if LATEX@latexonly \vskip 0.5em\colorbox{gray}{@endlatexonly\1 (\2)@latexonly}\vskip 1em@endlatexonly@else <hr><em>\1</em> (\2)<hr><br>@endif"
|
||||
|
|
Loading…
Reference in New Issue