Search found 11 matches

by Andreas Knafl
Mon Mar 27, 2017 1:00 pm
Forum: Page Layout
Topic: Custom page numbering | index
Replies: 3
Views: 3883

Custom page numbering | index

Stefan Kottwitz wrote:
Andreas Knall wrote:I'd like to code a pagenumbering like "tri-1","tri-2"
You could redefine the page representation after each \chapter:

\renewcommand*{\thepage}{trig-\arabic{page}}

Stefan
Thank you very much, Stefan!!
It's so simple and it works !!
by Andreas Knafl
Sun Mar 26, 2017 1:48 am
Forum: Page Layout
Topic: Custom page numbering | index
Replies: 3
Views: 3883

Custom page numbering | index

Hey guys!
I've got the following problem:
I've got like five concrete chapters with contractions like trigonometry-> tri
I'd like to code a pagenumbering like "tri-1","tri-2"

So that isn't that hard, there are packages like chappg and I already have a code, but the index isn't displayed ...
by Andreas Knafl
Fri Mar 24, 2017 1:54 pm
Forum: Text Formatting
Topic: Subsection starting with "1"
Replies: 4
Views: 8543

Subsection starting with "1"

We should use \chapter and \section before \subsection , otherwise the logic is broken. Even though it can be made with LaTeX. Did you ever see a serious book starting with a subsection? Perhaps with an abstract though or any other non-sectioning environment.

Stefan

Thank you Stephan ! I'll try ...
by Andreas Knafl
Fri Mar 24, 2017 9:46 am
Forum: Text Formatting
Topic: Subsection starting with "1"
Replies: 4
Views: 8543

Subsection starting with "1"

Hey Guys!
I'd like to start my subsection at "1". So when I would start a section and ask for \thesubsection , the output should be "1". And when I start a subsection and ask again , then \thesubsection should be "2"

I've tried to solve this problem by including a new, independent counter enumi ...
by Andreas Knafl
Tue Dec 27, 2016 8:24 pm
Forum: Graphics, Figures & Tables
Topic: TikZ clean edges
Replies: 3
Views: 3674

TikZ clean edges

I´ve just solved it!

One can draw e.g.:

acre -- point -- acre

so the corners will be continous

not like this

| |
| |
| |
____| _|
|
_______|


more like this!

| |
| |
| |
____| |
|
_________|


although thanks!
by Andreas Knafl
Tue Dec 27, 2016 5:12 pm
Forum: Graphics, Figures & Tables
Topic: TikZ clean edges
Replies: 3
Views: 3674

TikZ clean edges

Hello BlackForestrian !
Thank you for the fast response!
No

When you Zoom in to the right outer edge, you will see that the arc doesn't connect to the line like in the opposit corner
It isn't that "smooth"
by Andreas Knafl
Tue Dec 27, 2016 4:21 pm
Forum: Graphics, Figures & Tables
Topic: TikZ clean edges
Replies: 3
Views: 3674

TikZ clean edges

Hey Guys!
I´m about to create a simple figure with TikZ and I´ve no idea how to solve the following problem:

So, there is this figure consiting of two arcs an two lines (the area is filled)
\documentclass[a4paper]{article}
\usepackage[english]{babel}
\usepackage{tikz}

\begin{document}

\begin ...
by Andreas Knafl
Sun Jul 17, 2016 11:33 am
Forum: Text Formatting
Topic: Custom Section Error ("horizontal mode")
Replies: 6
Views: 5509

Custom Section Error ("horizontal mode")

Took me some time to find a suitable solution. I hope it is ok.
\documentclass[10pt,twoside,]{scrbook}
\usepackage[left=2cm,right=1cm,top=1cm,
bottom=1cm,
showframe,%Better see the type area
includeheadfoot,paper=a5paper,
]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel ...
by Andreas Knafl
Sun Jul 17, 2016 9:34 am
Forum: Text Formatting
Topic: Custom Section Error ("horizontal mode")
Replies: 6
Views: 5509

Custom Section Error ("horizontal mode")

Johannes_B wrote:Are you just not using \chapter here, because it is irrelevant, or don't you know about the chapter command?
Hi Johannes_B!
My chapter command is already defined. In that case, everything went fine.
by Andreas Knafl
Fri Jul 15, 2016 7:12 pm
Forum: Text Formatting
Topic: Custom Section Error ("horizontal mode")
Replies: 6
Views: 5509

Custom Section Error ("horizontal mode")

Hey Guys!
I'm about to create my own section-Style an I've got a problem.
That's how I want my section look like:

\documentclass[a5paper,10pt,twoside,]{scrbook}
\usepackage[left=2cm,right=1cm,top=1cm,bottom=0.5cm,includeheadfoot]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel ...