Search found 7 matches

by ckleiner
Sun Aug 18, 2024 10:58 am
Forum: Text Formatting
Topic: Need help for my diary
Replies: 1
Views: 13153

Need help for my diary

I write my diary in LaTeX and for each day, I have a command

\DAY{<title>}{<text for that day>}.

Now I want to create a private and a public version of the diary. In the private version, all text shall be contained.

The public version however, should only feature specific parts.
For that ...
by ckleiner
Sun Apr 07, 2024 7:27 am
Forum: General
Topic: \index swallows text in tcolorbox
Replies: 3
Views: 5020

\index swallows text in tcolorbox

Thank you Stefan - works like a charm.
I thought \index would also show the term being indexed in the text.

-- Christoph
by ckleiner
Sat Apr 06, 2024 10:14 pm
Forum: General
Topic: \index swallows text in tcolorbox
Replies: 3
Views: 5020

\index swallows text in tcolorbox

Dear community

I am trying to create a command TESTCMD which creates a tcolorbox containing text provided as argument.

Additionally, the command uses \index to include the argument in the index at the end of the document.

Interestingly, there is no text shown in the colorbox, but the text is ...
by ckleiner
Thu Dec 21, 2023 10:20 pm
Forum: Text Formatting
Topic: Date range split to two lines in section title
Replies: 2
Views: 48469

Date range split to two lines in section title

Oh yes, thank you very much -> exactly what I needed!

Kind regards,
-- Christoph
by ckleiner
Thu Dec 21, 2023 11:21 am
Forum: Text Formatting
Topic: Date range split to two lines in section title
Replies: 2
Views: 48469

Date range split to two lines in section title

I am trying to create a diary with a section for each day and a date on the same line on the right.
To save as much space as possible for the date, I use the \tiny font size.
Now in some cases, I even need to give a date range with a starting date and an ending date.
Such a range thereby becomes ...
by ckleiner
Fri Feb 04, 2022 9:07 pm
Forum: General
Topic: Unwanted space between section and tabular environments
Replies: 2
Views: 2641

Unwanted space between section and tabular environments

Hi Stefan

Perfect; that solved my problem!

Thanks a lot!

-- Christoph
by ckleiner
Mon Jan 31, 2022 9:03 pm
Forum: General
Topic: Unwanted space between section and tabular environments
Replies: 2
Views: 2641

Unwanted space between section and tabular environments

Hi there

I am creating a diary with a section for each month. Within such a section, I have 1-20 separate tabular environments, each with 2 columns (left picture, text right). Now when I run LaTeX, it creates a page break after the last tabular environment fitting onto a page. However - after a ...