Wow, thanks. I was sure that these patterns ought to be in babel package.
Thanks
Search found 4 matches
- Thu May 30, 2013 1:53 pm
- Forum: Text Formatting
- Topic: No Hyphenation Patterns for Polish
- Replies: 2
- Views: 8389
- Wed May 22, 2013 12:29 am
- Forum: Text Formatting
- Topic: No Hyphenation Patterns for Polish
- Replies: 2
- Views: 8389
No Hyphenation Patterns for Polish
So I got such warning.
What shall I do?
Here's a part of my preamble.
Code: Select all
Package babel Warning: No hyphenation patterns were loaded for (babel) the language `Polish'
Here's a part of my preamble.
Code: Select all
\usepackage[polish]{babel}\usepackage[cp1250]{inputenc}
- Sun May 12, 2013 12:08 pm
- Forum: Text Formatting
- Topic: Inner and outer Page Margins
- Replies: 10
- Views: 27677
Inner and outer Page Margins
ok i tirend few options, but code:
Always add me 3cm on the right, and 2cm on the left.
I need 3cm at the right margin on even pages, and at the left margin on odd pages.
Code: Select all
\setlength{\oddsidemargin}{3cm}\setlength{\evensidemargin}{2cm}
I need 3cm at the right margin on even pages, and at the left margin on odd pages.
- Fri May 10, 2013 1:35 pm
- Forum: Text Formatting
- Topic: Inner and outer Page Margins
- Replies: 10
- Views: 27677
Inner and outer Page Margins
Well, I need to have bigger margin on the left, on odd pages. And reverse it on even pages.
So my code for that is this.
\documentclass[11pt,a4paper,twoside]{article}
\usepackage[
a4paper,
twoside,
bindingoffset=1cm,
inner=2.5cm,
outer=2.5cm,
top=3.5cm,
bottom=3.5cm,
headsep=1.2cm ...
So my code for that is this.
\documentclass[11pt,a4paper,twoside]{article}
\usepackage[
a4paper,
twoside,
bindingoffset=1cm,
inner=2.5cm,
outer=2.5cm,
top=3.5cm,
bottom=3.5cm,
headsep=1.2cm ...