Search found 7 matches

by lucia_
Thu May 06, 2021 2:18 pm
Forum: Page Layout
Topic: Math environment within a list.
Replies: 2
Views: 5646

Math environment within a list.

Hi Ijon,

That worked wonderfully.

Thanks so much for your help! :)

Lucia
by lucia_
Thu Apr 29, 2021 2:37 pm
Forum: Page Layout
Topic: Math environment within a list.
Replies: 2
Views: 5646

Math environment within a list.

Hi everyone,

I am writing an essay and I am using amsthm to create "claim" and "proof" math environments. Usually when one uses a "proof" environment, Latex creates an empty line before the proof. For example:

\documentclass{report}
\usepackage{amsthm}
\theoremstyle{remark}
\newtheorem{claim ...
by lucia_
Thu Apr 15, 2021 11:10 pm
Forum: Page Layout
Topic: Add different "QED" like symbols.
Replies: 5
Views: 11235

Add different "QED" like symbols.

Amazing! Thank you :)
by lucia_
Mon Apr 12, 2021 10:43 pm
Forum: Page Layout
Topic: Add different "QED" like symbols.
Replies: 5
Views: 11235

Add different "QED" like symbols.

Hi Stefan,

I am using amsthm.

Lucia
by lucia_
Mon Apr 12, 2021 3:31 pm
Forum: Page Layout
Topic: Add different "QED" like symbols.
Replies: 5
Views: 11235

Add different "QED" like symbols.

Hi,

I am writing an essay which has different math environments e.g. theorems, lemmas, proofs, etc.

At the end of the proofs, I have the default white square.
I wanted to add symbols at the end of definitions, examples, and remarks as well. I found this solution online, which I've added to my ...
by lucia_
Tue Sep 15, 2020 10:51 am
Forum: Graphics, Figures & Tables
Topic: Table in multicolumn environment
Replies: 2
Views: 5418

Table in multicolumn environment

Hi Johannes,

Unfortunately, a plot would not be possible. But, now that you say that, you have inspired me to think that perhaps I could condense the data down in a different, more palatable way... Thanks! :)

For future reference, regarding the method that I was describing to construct a table ...
by lucia_
Mon Sep 14, 2020 5:02 pm
Forum: Graphics, Figures & Tables
Topic: Table in multicolumn environment
Replies: 2
Views: 5418

Table in multicolumn environment

Hi there,

I want to include a very long and narrow table in a Latex document. (I am in \documentclass{amsart} if that is relevant.) The table has almost 3000 rows and 3 narrow columns. When I inserted it using the normal tabular environment it spanned almost 80 pages!

Therefore, I would like to ...