LyX ⇒ Claims and proofs (etc.) within proofs
Claims and proofs (etc.) within proofs
If I just create Claim and Proof environments in the proofs the output looks like
Proof:
Claim:
Proof:
QED
QED
Where QED represents the square symbol.
It is not very readable.
Creating a box with borders around the inner claim and proof preserves the structure but looks excessive.
Is there a way to create a box with a line on the left only? That would make structure more readable.
Or is there any other way to make environments within proofs have more of a visual structure?
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Claims and proofs (etc.) within proofs
Re: Claims and proofs (etc.) within proofs
I'm not very familiar with LaTeX though.
To load the package, "\usepackage{framed}" in the preamble I suppose?
But in the list of environments (Standard, Section, Theorem, etc.) I can't see leftbar. Do I need to do something else to use it?