Search found 3 matches

by kriskras
Wed May 26, 2010 6:49 am
Forum: Page Layout
Topic: Roman page numbering until nomenclature
Replies: 0
Views: 1340

Roman page numbering until nomenclature

Hi all,


I'm trying to genreate roman page numbers until the nomenclature (nomencl package) using the following code.

% Roman page numbers till nomenclature
\pagenumbering{roman}
\let\myTOC\nomenclature
\renewcommand\nomenclature{%
\myTOC
\clearpage
\pagenumbering{arabic}
}

This does not ...
by kriskras
Sun Dec 06, 2009 1:00 pm
Forum: Text Formatting
Topic: How to format process/definition/theorem steps
Replies: 2
Views: 2497

How to format process/definition/theorem steps

Okay, so far I've the following code. It includes a description (D3) for a code. Now I want to left float the definition next to the listing. Anyone an idea how to establish this?

\begin{description} \item[(D3) \hfill]


\begin{lstlisting}[basicstyle={\small\ttfamily}]
{ ?P :hasPrivateKeyFor ?key ...
by kriskras
Sun Nov 29, 2009 7:23 pm
Forum: Text Formatting
Topic: How to format process/definition/theorem steps
Replies: 2
Views: 2497

How to format process/definition/theorem steps

I am trying to get the following in Tex code but I have no idea how to generate it. It represents a process (written in the N3 ontology notation) and has multiple steps (P1 - Px) and I have no idea how to position the (P1) label as well as how to format the ontology. Can this be generated ...