Search found 13 matches

by robertoneto123
Thu Sep 24, 2015 11:35 am
Forum: Page Layout
Topic: [Help with legacy code] \spacefactor and vertical mode
Replies: 3
Views: 16948

[Help with legacy code] \spacefactor and vertical mode

Hello,

I'm trying to understand a piece of a legacy code of a style file that I should use on my document. But I'm getting the error You can't use `\spacefactor' in vertical mode \section . Since it should be working, I believe that is some stupid thing that I'm missing.

Does anyone had this ...
by robertoneto123
Thu Sep 24, 2015 10:39 am
Forum: Page Layout
Topic: \c@section problem
Replies: 3
Views: 6036

Re: \c@section problem

Thank you!

I'm creating a template that must have large margins and some dotted vertical lines along it.

Thank you, it's working now!

Roberto
by robertoneto123
Wed Sep 23, 2015 11:37 am
Forum: Page Layout
Topic: \c@section problem
Replies: 3
Views: 6036

\c@section problem

Hello,

I'm trying to get the following code to work. But the command \c@section simply does not work. I'm unable to get the section number using \the\c@section as well. I want to apply the layout if the section number is greater or equal to 1.


\fancyput(0cm,0cm){
\ifthenelse{\c@section<1 ...
by robertoneto123
Tue Sep 29, 2009 1:13 pm
Forum: Page Layout
Topic: listOfAlgorithms and page numbering style
Replies: 2
Views: 3113

Re: listOfAlgorithms and page numbering style

Sorry about that, I still newbie on that...

The files are attached. I also put two not default styles on the zip file.

The problem: I need that the pages 5, 6 and 7 have a bottom-centralized "i", "ii" and "iii".

Thanks!

Roberto
by robertoneto123
Tue Sep 29, 2009 2:27 am
Forum: Page Layout
Topic: listOfAlgorithms and page numbering style
Replies: 2
Views: 3113

listOfAlgorithms and page numbering style

Hello,

I'm trying to fix the last things of my latex style (I'm newbie about it, ok?)

What I want to do:

A list of Figures, numered in roman number "i"
A list of tables, "ii"
A list of algorithms, "iii"

To do so, I did:

\usepackage[boxed,portugues,lined,algochapter]{algorithm2e ...
by robertoneto123
Mon Sep 28, 2009 12:01 pm
Forum: Text Formatting
Topic: Why trivfloat wants to speak french???
Replies: 6
Views: 21909

Re: Why trivfloat wants to speak french???

Thanks!

I attached a minimial example.

By the way, I found that if I put \usepackage[brazil,french]{babel} it does compile.

But is strange, since nothing in my doc is in french...
by robertoneto123
Mon Sep 28, 2009 1:50 am
Forum: Text Formatting
Topic: Why trivfloat wants to speak french???
Replies: 6
Views: 21909

Why trivfloat wants to speak french???

Hello,

First of all, I am not doing a french document.

My problem: When I put

\usepackage[utf8]{inputenc}
\usepackage{trivfloat}
\usepackage[brazil]{babel}
\usepackage[alf,abnt-etal-list=0,abnt-etal-cite=2,abnt-year-extra-label=yes,abnt-etal-text=emph]{abntcite}
\usepackage{abnt-alf}
(...)

I ...
by robertoneto123
Tue Sep 30, 2008 5:55 pm
Forum: General
Topic: How to create a "list of boxes"?
Replies: 6
Views: 4922

How to create a "list of boxes"?

(sorry, I'm newbie on Latex :oops: )

The example is:

\documentclass[espaco=umemeio,appendix=Name]{abnt}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage{float}
\usepackage{tocloft}
\def\Versao$#1 #2${#2}
\def\Data$#1 #2 #3${#2}
\makeatletter

\newcommand{\listQuadrosname}{Lista ...
by robertoneto123
Tue Sep 30, 2008 3:55 pm
Forum: General
Topic: How to create a "list of boxes"?
Replies: 6
Views: 4922

How to create a "list of boxes"?

Hello localghost,

Well, I took a look on your post and google some ideas. I got everything done, except for the entries on the table of contents. It's showing "0 ................................ 1" (1 is the page).

The code is bellow. How could I put the caption on the content line? The idea is to ...
by robertoneto123
Thu Sep 25, 2008 10:54 pm
Forum: General
Topic: How to create a "list of boxes"?
Replies: 6
Views: 4922

How to create a "list of boxes"?

You should clarify what you want to insert in this new example environment. Moreover it could be of interest whether this environment should be a float or if it is more for mathematical purposes like theorems or similar stuff.

It will be a tabular data, but formatted in a different way.

(the ...