Technical Documentation: Commands and environments
List or predefined commands
The translator accepts the following commands not defined in LaTeX.
\ euro | Euro symbol | |
\ sepmil |
digits separator (thousands, ...) | |
\ sepnum |
number separator | |
\ talque |
use instead of ":" or "|" in sets | in expressions |
\ nat |
set of natural numbers | |
\ natz |
the same with zero | |
\ nint |
set of integers | |
\ nintp |
set of positive integers | |
\ nintpz |
the same with zero | |
\ nrac |
set of rational numbers | |
\ nrea | set of real numbers | |
\ grau |
degree symbol |
Some commands and environments recognised
A list of some accepted LaTeX commands and environments follows, differences to the usual interpretation being given
- diacritics: Portuguese accents and cedilla
- styles not in math mode:
\em
,\bf
,\tt
,\it
,\sf
,\textem
,\textbf
,\texttt
,\textit
,\textsf
,\underline
In (Portuguese) Braille there are only two: normal and emphasised, so that a style command makes a change from one to the other. This means that an even number of these commands in sequence has no effect at all - mathematical environments:
$
,$$
,\[ \]
,equation
,eqnarray
,eqnarray*
They are all dealt with in the same way and any box (like\mbox
) may only have a sequence of letters that may be surrounded by blanks which are ignored. The sequence$.$
is translated to period - sectioning and footonotes:
\section
,\section*
,\subsection
,\subsection*
,\subsubsection
,\subsubsection*
,\paragraph
,\subparagraph
,\chapter
,\chapter*
,\part
,\part*
,\footnote
The text of the argument is translated without any special indication. There is no numbering and optional arguments are discarded - boxes:
\mbox
,\fbox
,\makebox
,\framebox
,\parbox
The box content is translated without any special indication. All other arguments are ignored. A box in a mathematical environment can only have a sequence of letters, may be with surrounding blanks that are discarded.
Lists of ignored commands and environments
Ignored commands:
\documentclass
\usepackage
\title
\date
\maketitle
\newcommand
\renewcommand
\providecommand
\pagestyle
\bigskip
\noindent
\newpage
\centering
\hfill
\dotfill
\hspace
\hspace*
\vspace
\vspace*
\ref
\label
\pageref
- styles in math mode:
\boldmath
,\mit
,\bf
,\tt
,\it
,\sf
,\displaystyle
,\textstyle
,\scriptstyle
,\scriptscriptstyle
\protect
\makeatletter
\makeatother
Ignored environments:
tabular
table
table*
picture
figure
figure*