Abstract
This document is a test to see how things look like when combining HTML files generated with LaTeXML and Jekyll posts. This page contains a nice overview on how to use LaTeXML. Other versions of this document are available:
-
•
PDF.
- •
Contents
1 Math formulas
Unordered list
-
•
Inline formula: .
-
•
Another formula: The equation has at most two roots.
Ordered list
-
1.
Element 1
-
2.
Element 2
-
3.
Element 3
Equation
(1.1) |
2 Theorems, Lemmas, etc
Theorem 2.1 (Basic Theorem).
We always have and
Proof.
It is well-known that … ∎
Exercise 2.2.
In this exercise, we apply Theorem 2.1 to …
3 Algorithm
Here is an example of an algorithm.
Algorithm 1 computes …
4 Cross references
As in Algorithm 1, we have …
4.1 Test 1 of subsection
This is an illustration of a subsection. This is an illustration of a subsection. This is an illustration of a subsection. This is an illustration of a subsection. This is an illustration of a subsection.
4.2 Test 2 of subsection and paragraph
In this section, we will … This is an illustration of a subsection. This is an illustration of a subsection. This is an illustration of a subsection.
Test paragraph
This is an illustration of a paragraph. This is an illustration of a paragraph. This is an illustration of a paragraph.
5 Figure
A figure
Another figure taken from the sample llncs class.
6 Tables
Number |
Description |
---|---|
1 |
One |
2 |
Two |
3 |
Three |
multi-row |
1 |
2 |
3 |
4 |
5 |
6 |
|
multi-column |
7 |
GG&A Hoofed Stock | |||
---|---|---|---|
Price | |||
Year | low | high | Comments |
1971 | 97– | 245 |
Bad year. |
72 | 245– | 245 |
Light trading due to a heavy winter. |
73 | 245– | 2001 |
No gnus was very good gnus this year. |
7 Source Code
Using verbatim
environment.
\begin{table}[!ht] \begin{tabularx}{\textwidth}{|X|X|} \hline Number & Description\\ \hline 1 & One \\ 2 & Two \\ 3 & Three \\ \hline \end{tabularx} \caption{A table.} \end{table}
Using listing
package.