Search found 7 matches

by dmarc
Mon Sep 19, 2022 1:13 pm
Forum: General
Topic: How to create a list of equations with scrbook?
Replies: 3
Views: 3727

How to create a list of equations with scrbook?

Thank you so much!
I've added some horizontal space to make it look nicer.

Code: Select all

\setequationentry{\hspace{10pt}First equation}
by dmarc
Sun Sep 18, 2022 7:28 pm
Forum: General
Topic: How to create a list of equations with scrbook?
Replies: 3
Views: 3727

How to create a list of equations with scrbook?

Hey,

I'm trying to create a list of equations. Therefore I've tried the following code from:
https://latex.org/forum/viewtopic.php?t=428


\usepackage{amsmath}
\usepackage{tocloft}
\newcommand{\listequationsname}{List of Equations}
\newlistof{myequations}{equ}{\listequationsname}
\newcommand ...
by dmarc
Thu Sep 15, 2022 2:19 pm
Forum: General
Topic: Problem with PDF/A and xcolor
Replies: 1
Views: 2911

Problem with PDF/A and xcolor

I managed to create a PDF/A compliant file usind the following code:

In addition, the following steps were taken:

Converting alls png files to jpg
Converting all Matlab pdf files with Acrobat Pro to pdfa1-b
Converting all postscript files with Adobe Distiller to rgb a1-b
removing the hyperref ...
by dmarc
Wed Sep 14, 2022 2:32 pm
Forum: General
Topic: Problem with PDF/A and xcolor
Replies: 1
Views: 2911

Problem with PDF/A and xcolor

Hey,

Im trying to create a pdf/a document. The check with Adobe Acrobat gives me to following protocol:
https://ibb.co/7KC9DSW

I think I know why some of this problems occur, but I don't know how to solver them:

I'm using pictures in the pdf-format, that I include with includegraphics. I ...
by dmarc
Mon Aug 22, 2022 11:19 am
Forum: Page Layout
Topic: Page numbers are not right-aligned, header line not shown
Replies: 6
Views: 7557

Page numbers are not right-aligned, header line not shown

\automark*{section} is exactly what I've been looking for!

You're right, I decided not to use \backmatter , I just read it in connection with scrbook.

I'm gonna use \pageref it just works perfect. I wanted to use the label at first to be able to jump directly to the point in the PDF. But ...
by dmarc
Sun Aug 21, 2022 11:16 am
Forum: Page Layout
Topic: Page numbers are not right-aligned, header line not shown
Replies: 6
Views: 7557

Page numbers are not right-aligned, header line not shown

Thank you so much @MjK and @Bartman!
I've adjusted some content to your script, MjK. I've noticed, that \ofoot* puts the pagenumber on the chapter entry pages to the rigth boarder, so far this works well.

But unfortunately there are still some issues with the following:

when a chapter contains a ...
by dmarc
Sat Aug 20, 2022 4:31 pm
Forum: Page Layout
Topic: Page numbers are not right-aligned, header line not shown
Replies: 6
Views: 7557

Page numbers are not right-aligned, header line not shown

Hey,

I'm new to latex and I'd like to write my bachelors thesis but I'm facing some problems, shown in the minimal working example below. Could you please help me with the following struggles?


page numbers at the first page of each chapter are centered but should be on the right.
The ...