Search found 8 matches

by krasnal1988
Wed Jun 22, 2011 6:25 pm
Forum: Text Formatting
Topic: Two Abstracts on one Page
Replies: 7
Views: 6793

Re: Two Abstracts on one Page

Your solution doesn't work like I want.

In yours, page with abstracts has number, but number is hide and next page has number 2. I want have number 1 on next page :)
by krasnal1988
Wed Jun 22, 2011 11:30 am
Forum: Text Formatting
Topic: Two Abstracts on one Page
Replies: 7
Views: 6793

Two Abstracts on one Page

Thank you:) one more question - Normally page with abstract is without number. I want to have abstracts, next would be table of contents (this page should have number 1) . When I use your modification, page with abstracts is numbered. When I use \thispagestyle{empty} for abstracts page there's no ...
by krasnal1988
Mon Jun 20, 2011 8:46 pm
Forum: Text Formatting
Topic: Two Abstracts on one Page
Replies: 7
Views: 6793

Two Abstracts on one Page

Sorry.


\documentclass[12pt,a4paper,titlepage]{article}

\usepackage[utf8]{inputenc}
\usepackage{amsfonts,amssymb,amsthm,amsmath}
\usepackage[english,polish]{babel}
\usepackage[OT4]{fontenc}
\usepackage[plmath]{polski}
\usepackage[section]{algorithm}
\usepackage[labelsep=period,justification ...
by krasnal1988
Mon Jun 20, 2011 12:16 pm
Forum: Text Formatting
Topic: Two Abstracts on one Page
Replies: 7
Views: 6793

Two Abstracts on one Page

Hi.

I want to put two abstracts on one page. How to do it? When I end first abstract, second one starts on new page.

\begin{abstract}
Streszczenie
%{{\bf Słowa kluczowe} ???}
\end{abstract}

\selectlanguage{english}
\begin{abstract}
Here will be abstract in English.
\end{abstract}

Someone know ...
by krasnal1988
Thu May 12, 2011 12:16 am
Forum: Text Formatting
Topic: Having a dot after number of algorithm
Replies: 4
Views: 6214

Re: Having a dot after number of algorithm

Thank you so much. I'm going to work on my project ;)
by krasnal1988
Wed May 11, 2011 12:02 pm
Forum: Text Formatting
Topic: Having a dot after number of algorithm
Replies: 4
Views: 6214

Having a dot after number of algorithm

Hi!

Thank you :) it works. I have one more similar problem. Or two. I add also

\numberwithin{table}{section}

and number of table looks like "Table 3.1: Table of...". How change ":" to dot?

PS. How change "Table" to other word eg. "Matrix"? And change "List of table" to "List of Matrixes"?
by krasnal1988
Tue May 10, 2011 11:55 pm
Forum: Text Formatting
Topic: Having a dot after number of algorithm
Replies: 4
Views: 6214

Having a dot after number of algorithm

I have small problem with numbering. Of course I use code from this topic

http://www.latex-community.org/forum/viewtopic.php?f=44&t=6404&p=49703#p49703

\def\@seccntformat#1{\csname the#1\endcsname.\quad}
\def\numberline#1{\hb@xt@\@tempdima{#1\if&#1&\else.\fi\hfil}}

In my document I use ...
by krasnal1988
Tue May 10, 2011 10:42 pm
Forum: Text Formatting
Topic: Dot after Number in Heading
Replies: 7
Views: 20604

Dot after Number in Heading

Hi!

I have small problem with numbering. Of course I use code from this page.
\def\@seccntformat#1{\csname the#1\endcsname.\quad}
\def\numberline#1{\hb@xt@\@tempdima{#1\if&#1&\else.\fi\hfil}}
In my document I use algorithm environment. Every algorithm has number of section and number of algorithm ...