Search found 120 matches

by latexforever
Sun Dec 07, 2008 4:35 pm
Forum: General
Topic: Using $\cdot$: important?
Replies: 2
Views: 3613

Using $\cdot$: important?

Hello everybody,

I would simply know whether it is so important to use the $\cdot$ command between two factors to signify it is a product, or if the $.$ dot is also nice?

Thanks
by latexforever
Fri Dec 05, 2008 9:39 pm
Forum: General
Topic: Putting whatever is in the exemple environment in small
Replies: 5
Views: 2579

Putting whatever is in the exemple environment in small

Thanks. I had seen this website, but I thought the command

Code: Select all

\footnotesize
wouldn't have worked, but it does, astonishingly.

Thanks for all. It now works.
by latexforever
Fri Dec 05, 2008 8:11 pm
Forum: General
Topic: Putting whatever is in the exemple environment in small
Replies: 5
Views: 2579

Putting whatever is in the exemple environment in small

As it seems not to be clear I'm now going to give you an example of code.

Here is the code I'm going to use in my preamble:
\newtheoremstyle{exemple}
{10pt}{10pt}{\itshape}{}{\itshape}{.}{\newline}{}%
\theoremstyle{exemple}
\newtheorem{exemple}{Exemple}[section]

.

The only thing I want is to ...
by latexforever
Fri Dec 05, 2008 7:26 pm
Forum: General
Topic: Putting whatever is in the exemple environment in small
Replies: 5
Views: 2579

Re: Putting whatever is in the exemple environment in small

Hello,

I've already looked at the documentation files of this package, but I think you don't understand what I want to do. My aim is to make the text in the exemple environment smaller.
I know the syntax is like this:
--
\newtheoremstyle{note}% name
{3pt}% Space above
{3pt}% Space below
{}% Body ...
by latexforever
Mon Dec 01, 2008 10:24 pm
Forum: General
Topic: Putting whatever is in the exemple environment in small
Replies: 5
Views: 2579

Putting whatever is in the exemple environment in small

Hello,

I've added this line to my preamble:

Code: Select all

\newtheorem{exemple}{Exemple}[section]
When I use exemple environment, there is no problem, but I want the text in the exemple environment to be smaller (using footnotesize). How can I specify this?

Thanks!
by latexforever
Sun Nov 30, 2008 8:04 pm
Forum: General
Topic: Urgent algorithm problem
Replies: 0
Views: 1357

Urgent algorithm problem

Hello everybody,

I've got an algorithm to send tomorrow, and I've got a problem in LaTeX.
Here is my algorithm, and, after putting a picture after my algorithm (which is well displayed, even if LaTeX gives me some errors), I receive lots of bizarre errors!

I've also put a Minimum Working Example ...
by latexforever
Sat Nov 15, 2008 8:41 pm
Forum: General
Topic: Superposition problem
Replies: 6
Views: 4326

Re: Superposition problem

Thanks.

The problem is solved.

Thanks!
by latexforever
Sat Nov 15, 2008 10:34 am
Forum: General
Topic: Superposition problem
Replies: 6
Views: 4326

Re: Superposition problem

Yes, but my problem is that it displays a "?" at the place of the author, only in the top of my page.

Here is an example:
--
CHAPTER 1. CHAPTER ONE [SPACE] 1.1 SECTION ONE[?]

Chapter 1.
1.1 Section ONE[Mozart]

Page no ... By me
--
Furthermore, it appears in the "table of contents" of Acrobat ...
by latexforever
Fri Nov 14, 2008 10:57 pm
Forum: General
Topic: Superposition problem
Replies: 6
Views: 4326

Re: Superposition problem

Thanks!

I simply didn't know this possibility.
Is there also a thing to do when you use \cite command in a \section environment (e.g. \section{test\cite{paul01}}) ? Because it works, but, in the beginning of my page (upright), it displays "1.0 test[?]".

Thanks!
by latexforever
Fri Nov 14, 2008 9:45 pm
Forum: General
Topic: Superposition problem
Replies: 6
Views: 4326

Superposition problem

Hello everybody,

I've got a text-superposition problem in my document.
In the preamble, I simply use

\setlength{\headheight}{15pt}
\renewcommand{\chaptermark}[1]%
{\markboth{\MakeUppercase{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]%
{\markright{\MakeUppercase{\thesection.\ #1 ...