Top margin of # titles #91
-
|
Hello, I modified the geometry variable in the simple.yaml but it's more about the general layout. What I want is to find where I can configure elements within, like titles but I guess I'll have the same problem for other elements if I need to configure them. Thanking you in advance Fanch |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
The ‘simple’ theme actually just creates a title page and adds a few special pages to your document. It is then translated internally to LaTeX using Pandoc and finally to PDF by pdflatex. I used the 'scrbook' document class, which I think might be the reason for the margins above the H1 headings. You can give two things a try: Change the value of |
Beta Was this translation helpful? Give feedback.




@WebDesignPastor When I was reading in the
scrbookdocumentation, I came across the class optionheadings. If you add this class option insimple.yamland set it tonormalor evensmall(see screenshot, default isbig), then all headings will get a bit smaller and also the margins will become smaller. Is that the behaviour you had in mind?