https://github.com/cphyc/latexenvironment
A Latex Environement to have nice and beautiful theorems and example … even over multiple pages!
https://github.com/cphyc/latexenvironment
Last synced: 4 months ago
JSON representation
A Latex Environement to have nice and beautiful theorems and example … even over multiple pages!
- Host: GitHub
- URL: https://github.com/cphyc/latexenvironment
- Owner: cphyc
- License: gpl-2.0
- Created: 2014-10-20T22:57:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T23:39:27.000Z (over 11 years ago)
- Last Synced: 2025-10-22T14:21:03.129Z (8 months ago)
- Language: TeX
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
latexEnvironment
=================
A Latex Environment to have nice and beautiful theorems and examples … even over multiple pages!
# How to use?
Put the files in your latex path or just copy them in your LaTeX
project directory. I finally managed to get working environments that
let me write *long* examples, theorems are whatever without having to
manually think about page breaks and all the stuff that is supposed to
be managed by latex.
I found http://www.texample.net/tikz/examples/framed-tikz/ which
provides a nice way to circumvent the problem but is (sorry for the
author) way to fancy for any serious production. I tried to modernize
it using rounded borders but still taking some freedom
(a.k.a. fancyness) that usually doesn't come with LaTeX
packages. Enjoy and send me feedbacks and improvements.
# Dependencies
Required latex packages :
* [tikz](http://www.texample.net/tikz/)
* [varwidth](http://www.ctan.org/pkg/varwidth)
* [framed](http://www.ctan.org/pkg/framed)
* [amssymb](http://www.ctan.org/pkg/framed)
# Example
See example.tex :D