Search found 7 matches

by seba7207
Wed Oct 28, 2015 2:53 pm
Forum: Text Formatting
Topic: Problem with headings
Replies: 3
Views: 2234

Re: Problem with headings

Everything is ok, but there should be command which, off numerating heading in the upper part of the page.
by seba7207
Wed Oct 28, 2015 12:02 pm
Forum: Text Formatting
Topic: Problem with headings
Replies: 3
Views: 2234

Problem with headings

Hi everyone,
I have problem with my book in Latex. In introduction {Wprowadzenie} I have not a number. In this introduction is the section*{Cel i zakres pracy} without number too. But after compilation I have in this book Introduction without number in the upper part of book), but in section I have ...
by seba7207
Fri Aug 21, 2015 11:34 pm
Forum: Graphics, Figures & Tables
Topic: Table manual rotation
Replies: 2
Views: 3304

Table manual rotation

Hi,
I found it. Before documentclass this command should be written:

Code: Select all

\PassOptionsToPackage{figuresright}{rotating}
end it works perfectly
by seba7207
Fri Aug 21, 2015 9:40 pm
Forum: Graphics, Figures & Tables
Topic: Table manual rotation
Replies: 2
Views: 3304

Table manual rotation

Hi, I have a mwbk (book style) file. In some pages I have a long tables. How I can rotate in the even pages that there tables are the same in odd pages (it is better to read). When I use \begin{sidewaystables} it automatically rotates and it is difficult to read. Thanks
Sebastian
by seba7207
Mon Oct 10, 2011 12:03 pm
Forum: Text Formatting
Topic: Equation small letters
Replies: 5
Views: 4458

Re: Equation small letters

Thank,s for your help.
by seba7207
Thu Oct 06, 2011 1:16 pm
Forum: Text Formatting
Topic: Equation small letters
Replies: 5
Views: 4458

Equation small letters

\documentclass[11pt,onecolumn,twoside,openright,b5paper]{mwbk}
\linespread{1}

\sloppy
\setlength{\parindent}{5mm}
\setlength{\parskip}{2mm}

\textwidth 12.5cm
\textheight 18.6cm
\usepackage{polski}
\usepackage[cp1250]{inputenc}
\usepackage{pgf}
\usepackage[T1]{fontenc}
\usepackage{graphics,epsfig ...
by seba7207
Thu Oct 06, 2011 11:20 am
Forum: Text Formatting
Topic: Equation small letters
Replies: 5
Views: 4458

Equation small letters

Hi, I have problem with equation. After compilating
\be \begin{array}{l}
\frac{d\mathbf{V}_f}{dt}= - \frac{C_{Daf} S_f \rho \mathbf{V}_f^2}{2 m_f}-g\sin\gamma_f\\
\frac{d \gamma_f}{dt}=\frac{1}{\mathbf{V}_f} \left( \frac{C_{Laf}S_f\rho\mathbf{V}_{f}^2}{2m_f} -g\cos\gamma_f \right) \\
\frac{dx}{dt ...