File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 17
17
\newcommand \functionsummary [1]{#1\\ \textbf {Parameters: }\\ }
18
18
\newcommand \functionparam [2]{\texttt {#1 }: #2\\ }
19
19
\newcommand \functionreturn [1]{\textbf {Return: }\\ #1\\ }
20
- \usepackage {luaxml }
20
+ \usepackage [ default ] {luaxml }
21
21
22
22
\begin {document }
23
23
\title {The \textsc {LuaXML} library}
@@ -798,6 +798,22 @@ \subsection{Package Options}
798
798
option in \verb |luaxml.sty | commands and environments.
799
799
\end {description }
800
800
801
+ \begin {verbatim }
802
+ \usepackage[default]{luaxml}
803
+ ...
804
+
805
+ \begin{LXMLCode*}{html}
806
+ <p>Hello <b>world</b> and some text in <i>italics</i>.</p>
807
+ \end{LXMLCode*}
808
+ \end {verbatim }
809
+
810
+ \begin {framed }
811
+ \begin {LXMLCode* }{html}
812
+ <p>Hello <b>world</b> and some text in <i>italics</i>.</p>
813
+ \end {LXMLCode* }
814
+ \end {framed }
815
+
816
+
801
817
\subsection {Example of Transformation Using \LaTeX \ Commands }
802
818
803
819
\begin {verbatim }
You can’t perform that action at this time.
0 commit comments