Search found 5 matches

by Murd
Fri Sep 14, 2018 10:55 am
Forum: Graphics, Figures & Tables
Topic: Plot with months and years as x-axis
Replies: 1
Views: 2834

Plot with months and years as x-axis

Hey!

I'm currently trying to create a plot with pfgplots, that displays the price of fuel since 2005 to today. The data I have provides a data point for each month. My goal is to achieve a plot where every month is abbreviated to the first letter and then grouped by year (see image).

Untitled.png ...
by Murd
Wed Aug 29, 2018 8:55 pm
Forum: Fonts & Character Sets
Topic: Working with special characters in german
Replies: 1
Views: 4135

Working with special characters in german

Hey!

I'm currently working on a document on which I would like to use the font "Charter". I got everything in place by using: \usepackage{charter}
The only thing that does not work is the german "ß". It gets replaced by "SS". After quite a lot of searching nothing seems to work. I've already tried ...
by Murd
Wed Aug 29, 2018 8:01 pm
Forum: Text Formatting
Topic: Space between section number and section title
Replies: 4
Views: 11021

Space between section number and section title

I just noticed, that the title number seems to be a little bit lower than the title text. Is there a way to offset the number up a bit?
by Murd
Wed Aug 29, 2018 7:17 pm
Forum: Text Formatting
Topic: Space between section number and section title
Replies: 4
Views: 11021

Space between section number and section title

Thank you very much, Stefan! It works great!

Sure, I will check the german forum out as well.
by Murd
Wed Aug 29, 2018 3:52 pm
Forum: Text Formatting
Topic: Space between section number and section title
Replies: 4
Views: 11021

Space between section number and section title

Hello!

I'm currently trying to achieve the following text layout:

design.png

It consists of the chapter, section, subsection (...) numbering being indented to the left, while the chapter, section, subsection (...) title being on one level to the text.

I already searched for a solution, but ...