Search found 5 matches

by Jan Borowiec
Sun Aug 07, 2022 7:08 pm
Forum: Graphics, Figures & Tables
Topic: Indetation of figures and tables
Replies: 1
Views: 1016

Indetation of figures and tables

How to position the table at the third indentation level? Thank you in advance. Greatings, Jan

\NeedsTeXFormat{LaTeX2e}
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\pagestyle{empty}

\begin{document}

\paragraph{sample.}\ \
Level 1
\begin{enumerate}
\item ...
by Jan Borowiec
Sat Jun 11, 2022 7:00 pm
Forum: Text Formatting
Topic: line spacing
Replies: 1
Views: 2101

line spacing

Hi,
The program:
\documentclass[12pt,a4paper]{book}
\usepackage{xcolor}
\usepackage{lipsum}
\usepackage{setspace}
\renewcommand{\baselinestretch}{1.5}

\begin{document}
\lipsum[1]
{\setstretch{0.5}\color{blue}
\lipsum[2]
}
\lipsum[3]
\end{document}

gives under Ubuntu 18.04 a correct - expected ...
by Jan Borowiec
Sat Aug 22, 2020 9:39 pm
Forum: Fonts & Character Sets
Topic: No "polish' option in babel
Replies: 1
Views: 23077

No "polish' option in babel

I recently changed from Xubuntu to Linux Mint 20. After the change, I'm facing difficulties with the "polish' option in the babel package. Here is the minimum sample:

\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[polish]{babel}
\usepackage[T1]{fontenc}

\begin ...
by Jan Borowiec
Mon Aug 17, 2020 11:44 pm
Forum: Text Formatting
Topic: Fit Tables or pictures into list items
Replies: 1
Views: 1440

Fit Tables or pictures into list items

I often need to create a table or picture in a list item. The result is that such a table or picture behaves as
if it were no part of the list and uses the whole pages textwidth.
What shall I do to solve this problem.
Best regards, Jan

Example:
\NeedsTeXFormat{LaTeX2e}
\documentclass[a4paper ...
by Jan Borowiec
Sun Aug 09, 2020 9:49 pm
Forum: Text Formatting
Topic: Fit Tables or pictures into list items
Replies: 1
Views: 1254

Fit Tables or pictures into list items

I often need to create a table or picture in a list item. The result is that such a table or picture behaves as
if it were no part of the list and uses the whole pages textwidth.
What shall I do to solve this problem.
Best regards, Jan