Search found 5 matches

by GroovieMan
Mon Jan 22, 2024 2:21 am
Forum: General
Topic: How to pass extra navigation directives to a \href Link
Replies: 3
Views: 1827

How to pass extra navigation directives to a \href Link

Yough, if I tend to ask stupid questions in forums like this with the expectation of getting them answered, i should be ready to leave a note here in case of a found solution.

Stefan, thanks for your work!
by GroovieMan
Sun Jan 21, 2024 9:01 pm
Forum: Graphics, Figures & Tables
Topic: How to use a self-made enumeration inside a table ?
Replies: 2
Views: 1652

How to use a self-made enumeration inside a table ?

Salut Stefan,

thank you for your immediate freply, here it is:

\documentclass[article,
11pt,
a4paper
parskip=yes]{scrlttr2}

\usepackage{amsthm}
\usepackage{thmtools}
\usepackage[cmintegrals,cmbraces]{newtxmath}
\usepackage{ebgaramond-maths}
\usepackage[T1]{fontenc}

\declaretheoremstyle ...
by GroovieMan
Sun Jan 21, 2024 11:42 am
Forum: Graphics, Figures & Tables
Topic: How to use a self-made enumeration inside a table ?
Replies: 2
Views: 1652

How to use a self-made enumeration inside a table ?

Dear friends,

i was looking for a continuous numbering in my document (currently a letter). So i defined a number:

\declaretheoremstyle[headfont=\scshape]{receiptstyle}
\declaretheorem[style=receiptstyle]{receipt}

So here i get my exprected enumeration in a text:

\section{income}
\subsection ...
by GroovieMan
Sun Jan 21, 2024 11:25 am
Forum: General
Topic: How to pass extra navigation directives to a \href Link
Replies: 3
Views: 1827

How to pass extra navigation directives to a \href Link

Dear friends,

in the meantime i found the solution:
\href{file:///doc/payment/calculation//calc.ods\#nkcalc!C5}{400,00 €, payment}

I have overseeen the escape symbol in front of the #
by GroovieMan
Sat Jan 20, 2024 7:15 pm
Forum: General
Topic: How to pass extra navigation directives to a \href Link
Replies: 3
Views: 1827

How to pass extra navigation directives to a \href Link

Dear friends,
i am trying to transfer a reporting document (taken from word) to latex.
Finally i want to give pdf-document to an office, that offers links to
documents, that are described in my latex report.
Finally i want to ship a usb-stick or a cd-rom with my repor an a couple of
referred pdf ...