Search found 9 matches

by pawhan11
Mon Nov 03, 2014 12:43 pm
Forum: Graphics, Figures & Tables
Topic: wrap text in table
Replies: 3
Views: 5484

Re: wrap text in table

I am rewriting some PDF using Latex and it has to be identical. This table has to be fixed size so auto adjust is not an option. I want text inside this cell to adapt
by pawhan11
Thu Oct 30, 2014 5:27 pm
Forum: Graphics, Figures & Tables
Topic: wrap text in table
Replies: 3
Views: 5484

wrap text in table

Hello,

I have very large number that goes outside my cell:
Any Ideas how to make this number fit into my cell?

\documentclass[10pt,a4paper]{article}
%packages
\usepackage{array}
\usepackage[table,xcdraw]{xcolor}
\usepackage[footskip=60pt]{geometry}
\usepackage[polish]{babel}
\usepackage[utf8 ...
by pawhan11
Fri Oct 10, 2014 4:05 pm
Forum: Text Formatting
Topic: Change font type for part of document
Replies: 2
Views: 23507

Re: Change font type for part of document

Thanks. Exactly what I needed.

Problem solved
by pawhan11
Fri Oct 10, 2014 12:58 pm
Forum: Text Formatting
Topic: Change font type for part of document
Replies: 2
Views: 23507

Change font type for part of document

Hello.

I need to use different font for only few words in my document.
Font that I need to use is that one or Arial Black (I think they are the same):
http://www.tug.dk/FontCatalogue/grotesk/


Example of what I mean:

\documentclass[9pt,a4paper]{article}

\usepackage[polish]{babel}
\usepackage ...
by pawhan11
Wed Sep 24, 2014 12:09 pm
Forum: Text Formatting
Topic: fotter background color
Replies: 4
Views: 5478

Re: fotter background color

thanks ;)
Problem solved
by pawhan11
Wed Sep 24, 2014 9:55 am
Forum: Text Formatting
Topic: fotter background color
Replies: 4
Views: 5478

Re: fotter background color

Post edited, sorry for my mistake.
by pawhan11
Wed Sep 24, 2014 8:34 am
Forum: Text Formatting
Topic: fotter background color
Replies: 4
Views: 5478

fotter background color

Hello,
I have another problem that I can't solve

I am using fancyfoot to define my custom fotter

\documentclass[10pt,a4paper]{article}


\usepackage{fancyhdr}
\usepackage{geometry}
\geometry{
a4paper,
left=25mm,
right=15mm,
top=40mm,
headheight=30mm,
bottom=20mm,}


\pagestyle{fancy ...
by pawhan11
Mon Sep 22, 2014 10:51 am
Forum: Page Layout
Topic: Page prints larger than it is
Replies: 2
Views: 2933

Re: Page prints larger than it is

Thanks! It solved my problem :)
by pawhan11
Mon Sep 22, 2014 10:37 am
Forum: Page Layout
Topic: Page prints larger than it is
Replies: 2
Views: 2933

Page prints larger than it is

Hello,

I have strange problem. I create table with fixed width.

documentclass[10pt,a4paper]{article}
\usepackage{array}
\usepackage{geometry}

\geometry{
a4paper,
total={210mm,297mm},
left=20mm,
right=15mm,
top=20mm,
bottom=20mm,
}

\begin{document}

\begin{center}
\begin{table}
\begin ...