Math & ScienceBoxing theorems - problems with mdframed

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
thorpn
Posts: 53
Joined: Mon Jul 30, 2012 7:30 pm

Boxing theorems - problems with mdframed

Post by thorpn »

I really want a nice boxed look for theorems in my thesis so i went online and it seems that mdframed package should be the way to go, but when i run

Code: Select all

\usepackage{mdframed}	
i get that file mdframed.sty is not found. I am using TeXncCenter so it should have installed it automatically using Miktex. Anyway so i opened Miktex and tried doing it manually but it cant seem to find the mdframed package ?
Last edited by thorpn on Fri Jan 04, 2013 3:28 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Boxing theorems - problems with mdframed

Post by Stefan Kottwitz »

Ensure that you are using the current MikTeX version, the most recent one is 2.9. There's definitely a mdframed MikTeX package which you can install using the MikTeX package manager.

Stefan
LaTeX.org admin
thorpn
Posts: 53
Joined: Mon Jul 30, 2012 7:30 pm

Re: Boxing theorems - problems with mdframed

Post by thorpn »

Thanks again Stefan, turns out my Miktex installation was a few years old :)
Post Reply