Search found 7 matches

by d82k
Tue Mar 25, 2008 5:43 pm
Forum: General
Topic: Adding A3 table in A4 document
Replies: 1
Views: 2451

Adding A3 table in A4 document

Hi!

I'm writing a document in A4 size.
I have an external A3 table (made with excel and converted to pdf) that I would like to add in the middle.
Is possible to do that or do I have to print aside ?

Thankyou

dk
by d82k
Tue Mar 25, 2008 4:36 pm
Forum: General
Topic: paragraph and subparagraph alignment and indentation
Replies: 5
Views: 25402

Re: paragraph and subparagraph alignment and indentation

Thankyou both!!!

This thing was driving me crazy!!!
by d82k
Tue Mar 25, 2008 3:41 pm
Forum: General
Topic: Color bold text
Replies: 2
Views: 6125

Re: Color bold text

I didn't know that!

Thankyou Stefan!
by d82k
Tue Mar 25, 2008 3:39 pm
Forum: General
Topic: paragraph and subparagraph alignment and indentation
Replies: 5
Views: 25402

paragraph and subparagraph alignment and indentation

Thankyou for your reply...

I post you the smallest example I could do... here you can see my problem better:

\documentclass[11pt,a4paper,oneside,openright]{report}

\usepackage{fancyhdr}
\usepackage[scriptsize]{caption2}

\setlength{\paperwidth}{16cm}
\setlength{\paperheight}{24cm}
\setlength ...
by d82k
Tue Mar 25, 2008 2:08 pm
Forum: General
Topic: paragraph and subparagraph alignment and indentation
Replies: 5
Views: 25402

paragraph and subparagraph alignment and indentation

Hi!

I'm writing a document that has a lot of section subsections... paragraph and subparagraph...

here is what I have:

2.3 Title section
my text my text my text my text

2.3.1 Title subsection
my text my text my text my text

2.3.1.1 Title subsubsection
my text my text my text my text

2.3.1 ...
by d82k
Tue Mar 25, 2008 1:51 pm
Forum: General
Topic: linespread in minipage
Replies: 1
Views: 3748

linespread in minipage

Hi!

how do i change the linespread inside a minipage enviroment???

I have tried this:

Code: Select all

Code, edit and compile here:
{\linespread{1}
\begin{minipage}{0.8\textwidth}
{\scriptsize
\begin{ttfamily}
my text
my text
my text
\end{ttfamily}
}
\end{minipage}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
but doesn't work...

Thankyou for your help
dk
by d82k
Tue Mar 25, 2008 1:47 pm
Forum: General
Topic: Color bold text
Replies: 2
Views: 6125

Color bold text

Hi everybody,

I need to insert a text in a "code" style and I would like that some words blue and bold.

i did this:

\begin{minipage}{0.8\textwidth}
{\scriptsize
\begin{ttfamily}
my text
my text
my {\bfseries \textcolor{blue}{blue text}}
my text
\end{ttfamily}
}
\end{minipage}

.. the text is ...