SlideShare a Scribd company logo
1 of 11
Download to read offline
How to make nice-looking framed boxes in LaTeX
                    articles
Examples of framed, mdframed, fancybox and bclogo packages


                        Vesa Linja-aho

                             Metropolia


                         July 29, 2011




                   Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
Using framed boxes in Beamer




                                     A
     When making lecture slides with LTEX and Beamer package,
     you can emphasize important things (theorems, facts,
     common mistakes etc.) by using block, exampleblock and
     alertblock environments, as demonstrated on the next slide.




                      Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
Example of block environments in Beamer

  This is a block
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ac
  arcu est, vel posuere velit. In congue erat vel lorem ornare pretium.

  This is an exampleblock
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ac
  arcu est, vel posuere velit. In congue erat vel lorem ornare pretium.

  This is an alertblock
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ac
  arcu est, vel posuere velit. In congue erat vel lorem ornare pretium.

  Syntax:
  begin{block}{Title of the block}Some text...end{block}
  (for block, exampleblock or alertblock).

                         Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
Problem: what if you are not making slides but a book or
article?




      Beamer block environments only work inside beamer. If you
      are writing an article or a book, you must find another way.
      There are a number of LaTeX packages for making framed
      boxes. On the following slides, I’ll introduce some of them.




                        Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
The simplest way: framebox




                        This is a framebox.

  No extra packages are needed. The code:

  framebox{This is a framebox.}




                       Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
The package framed
  First use the package and define the shading color:
  usepackage{framed,color}
  definecolor{shadecolor}{rgb}{1,0.8,0.3}1

                        This is a framed text.


                        This is a shaded text.

                      This is a snugshade text.

                       This is a text with leftbar.
  The code (replace ”shaded” with frame, snugshade or leftbar):
  begin{shaded}This is a shaded text. end{shaded}
    1
      Read more on defining colors:
  http://en.wikibooks.org/wiki/LaTeX/Colors
                        Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
The package fancybox



  First select the package: usepackage{fancybox}
   This is a shadowbox.

   This is a doublebox.
  §                   ¤
  This is an ovalbox. ¥
  ¦
  §                   ¤
  This is an Ovalbox. ¥
  ¦
  The code (replace ”shadowbox” with doublebox, Ovalbox etc.):

  shadowbox{This is a shadowbox.}




                          Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
The package mdframed


  First select the package: usepackage{mdframed}
  This is like the regular framed-package, but allows the frame to
  continue on multiple pages (but not on Beamer slides, only in
  article, book etc.) and allows user to customize margins,
  background color, line color etc.
    This is an mdframed text with yellow background.
  The code:

  begin{mdframed}[backgroundcolor=yellow]
  This is an mdframed text with yellow background.
  end{mdframed}




                         Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
The package bclogo


  First select the package: usepackage[tikz]{bclogo}
       Bclogo seems to be the most versatile!
       This box is made with bclogo. Corners are rounded and I love
       that crayon :-).
  The code:
  begin{bclogo}[couleur = blue!30,arrondi = 0.1,
  logo = bccrayon, ombre = true]{Bclogo seems to be the most versatile!}
  This box is made with bclogo. Corners are rounded and I love that crayon :-).
  end{bclogo}

  The documentation is in French, but it can be understood very
  well (there are multiple examples in the documentation).



                          Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
A couple of interesting ”unofficial” packages



  For transparent shadows: http://osdir.com/ml/tex.latex.
  beamer.general/2007-06/msg00070.html
   This is a boxed environment with
   semi-transparent shadow.

  The code:

  begin{shadowblock}{6cm}
  This is a boxed environment with semi-transparent shadow.
  end{shadowblock}




                     Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles
A couple of interesting ”unofficial” packages
  For drawing signal flow diagrams:
  http://pgf.cvs.sourceforge.net/viewvc/pgf/pgf/
  incoming/KarlheinzOchs/

     Input terminal

                          x(t)


  The code:

  begin{signalflow}{Input terminal}
     node[input]      (in)                {$x(t)$};
     node[coordinate] (c) [right from=in] {};
     % signal path
     path[r>] (in) -- (c);
  end{signalflow}

                      Vesa Linja-aho   How to make nice-looking framed boxes in LaTeX articles

More Related Content

What's hot

0/1 knapsack
0/1 knapsack0/1 knapsack
0/1 knapsackAmin Omi
 
Genetic algorithms
Genetic algorithmsGenetic algorithms
Genetic algorithmsswapnac12
 
Fuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoningFuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoningDr. C.V. Suresh Babu
 
Fuzzy rules and fuzzy reasoning
Fuzzy rules and fuzzy reasoningFuzzy rules and fuzzy reasoning
Fuzzy rules and fuzzy reasoningVeni7
 
Goal stack planning.ppt
Goal stack planning.pptGoal stack planning.ppt
Goal stack planning.pptSadagopanS
 
Markov decision process
Markov decision processMarkov decision process
Markov decision processHamed Abdi
 
Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated AnnealingJoy Dutta
 
Introduction to Random Walk
Introduction to Random WalkIntroduction to Random Walk
Introduction to Random WalkShuai Zhang
 
How to use LaTeX and Beamer to prepare presentation for Slideshare
How to use LaTeX and Beamer to prepare presentation for SlideshareHow to use LaTeX and Beamer to prepare presentation for Slideshare
How to use LaTeX and Beamer to prepare presentation for SlideshareVesa Linja-aho
 
Computer Graphics Lab File C Programs
Computer Graphics Lab File C ProgramsComputer Graphics Lab File C Programs
Computer Graphics Lab File C ProgramsKandarp Tiwari
 
Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networksguestfee8698
 
[PR12] categorical reparameterization with gumbel softmax
[PR12] categorical reparameterization with gumbel softmax[PR12] categorical reparameterization with gumbel softmax
[PR12] categorical reparameterization with gumbel softmaxJaeJun Yoo
 

What's hot (20)

0/1 knapsack
0/1 knapsack0/1 knapsack
0/1 knapsack
 
Genetic algorithms
Genetic algorithmsGenetic algorithms
Genetic algorithms
 
A* algorithm
A* algorithmA* algorithm
A* algorithm
 
AI 3 | Uninformed Search
AI 3 | Uninformed SearchAI 3 | Uninformed Search
AI 3 | Uninformed Search
 
Fuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoningFuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoning
 
Fuzzy rules and fuzzy reasoning
Fuzzy rules and fuzzy reasoningFuzzy rules and fuzzy reasoning
Fuzzy rules and fuzzy reasoning
 
Goal stack planning.ppt
Goal stack planning.pptGoal stack planning.ppt
Goal stack planning.ppt
 
Markov decision process
Markov decision processMarkov decision process
Markov decision process
 
Knapsack problem
Knapsack problemKnapsack problem
Knapsack problem
 
Simulated Annealing
Simulated AnnealingSimulated Annealing
Simulated Annealing
 
Bayesian Global Optimization
Bayesian Global OptimizationBayesian Global Optimization
Bayesian Global Optimization
 
Introduction to Random Walk
Introduction to Random WalkIntroduction to Random Walk
Introduction to Random Walk
 
How to use LaTeX and Beamer to prepare presentation for Slideshare
How to use LaTeX and Beamer to prepare presentation for SlideshareHow to use LaTeX and Beamer to prepare presentation for Slideshare
How to use LaTeX and Beamer to prepare presentation for Slideshare
 
Computer Graphics Lab File C Programs
Computer Graphics Lab File C ProgramsComputer Graphics Lab File C Programs
Computer Graphics Lab File C Programs
 
TabuSearch FINAL
TabuSearch  FINALTabuSearch  FINAL
TabuSearch FINAL
 
Greedy algorithms
Greedy algorithmsGreedy algorithms
Greedy algorithms
 
Greedy method
Greedy methodGreedy method
Greedy method
 
L9 fuzzy implications
L9 fuzzy implicationsL9 fuzzy implications
L9 fuzzy implications
 
Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networks
 
[PR12] categorical reparameterization with gumbel softmax
[PR12] categorical reparameterization with gumbel softmax[PR12] categorical reparameterization with gumbel softmax
[PR12] categorical reparameterization with gumbel softmax
 

Similar to How to make boxed text with LaTeX

LaTeX Beamer Small Tips
LaTeX Beamer Small TipsLaTeX Beamer Small Tips
LaTeX Beamer Small TipsTaekeun Hwang
 
LaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introductionLaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introductionjayakumarc9
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabatinabati
 
Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late xC-CORE
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginnersKaushik Naik
 
Global Versus Local
Global Versus LocalGlobal Versus Local
Global Versus LocalLiquidHub
 
latex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Techlatex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.TechSandhya Gandham
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptrajinooka
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptanandmaheshwari15
 
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...akuysal1
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptTaraLeander
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptGhufranKhan42
 
Introduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptIntroduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptAmit Bairwa
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginnersssuser9e8fa4
 
La tex basics
La tex basicsLa tex basics
La tex basicsawverret
 
How to make slide with LaTeX and Beamer
How to make slide with LaTeX and Beamer How to make slide with LaTeX and Beamer
How to make slide with LaTeX and Beamer 光风
 

Similar to How to make boxed text with LaTeX (20)

LaTeX Beamer Small Tips
LaTeX Beamer Small TipsLaTeX Beamer Small Tips
LaTeX Beamer Small Tips
 
Chap05 scr
Chap05 scrChap05 scr
Chap05 scr
 
LaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introductionLaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introduction
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
 
Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late x
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginners
 
Global Versus Local
Global Versus LocalGlobal Versus Local
Global Versus Local
 
latex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Techlatex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Tech
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptIntroduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).ppt
 
LaTeX for Engineer.ppt
LaTeX for Engineer.pptLaTeX for Engineer.ppt
LaTeX for Engineer.ppt
 
ورشة العمل 7
ورشة العمل 7ورشة العمل 7
ورشة العمل 7
 
محاضرة 7
محاضرة 7محاضرة 7
محاضرة 7
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
 
La tex basics
La tex basicsLa tex basics
La tex basics
 
How to make slide with LaTeX and Beamer
How to make slide with LaTeX and Beamer How to make slide with LaTeX and Beamer
How to make slide with LaTeX and Beamer
 

More from Vesa Linja-aho

Totta ja tarua sähköautoista ja niiden lataamisesta
Totta ja tarua sähköautoista ja niiden lataamisestaTotta ja tarua sähköautoista ja niiden lataamisesta
Totta ja tarua sähköautoista ja niiden lataamisestaVesa Linja-aho
 
Sähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomenna
Sähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomennaSähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomenna
Sähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomennaVesa Linja-aho
 
Yritys-oppilaitosyhteistyö 2010-luvulla
Yritys-oppilaitosyhteistyö 2010-luvullaYritys-oppilaitosyhteistyö 2010-luvulla
Yritys-oppilaitosyhteistyö 2010-luvullaVesa Linja-aho
 
Asiantuntijana sosiaalisessa mediassa
Asiantuntijana sosiaalisessa mediassaAsiantuntijana sosiaalisessa mediassa
Asiantuntijana sosiaalisessa mediassaVesa Linja-aho
 
Oppimateriaalit avoimiksi
Oppimateriaalit avoimiksiOppimateriaalit avoimiksi
Oppimateriaalit avoimiksiVesa Linja-aho
 
Lukion fysiikan opetussuunnitelmauudistus - ehdotukseni
Lukion fysiikan opetussuunnitelmauudistus - ehdotukseniLukion fysiikan opetussuunnitelmauudistus - ehdotukseni
Lukion fysiikan opetussuunnitelmauudistus - ehdotukseniVesa Linja-aho
 
Mitä ovat avoimet oppimateriaalit?
Mitä ovat avoimet oppimateriaalit?Mitä ovat avoimet oppimateriaalit?
Mitä ovat avoimet oppimateriaalit?Vesa Linja-aho
 
Hybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölle
Hybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölleHybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölle
Hybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölleVesa Linja-aho
 
Ajoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteet
Ajoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteetAjoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteet
Ajoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteetVesa Linja-aho
 
Uusi SFS 6002 (3. painos) ottaa autoalan huomioon
Uusi SFS 6002 (3. painos) ottaa autoalan huomioonUusi SFS 6002 (3. painos) ottaa autoalan huomioon
Uusi SFS 6002 (3. painos) ottaa autoalan huomioonVesa Linja-aho
 
Metropolia Staff Week: Social Media and New Tools for Administrative Staff
Metropolia Staff Week: Social Media and New Tools for Administrative StaffMetropolia Staff Week: Social Media and New Tools for Administrative Staff
Metropolia Staff Week: Social Media and New Tools for Administrative StaffVesa Linja-aho
 
Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)
Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)
Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)Vesa Linja-aho
 
Bitcoin ja kirjanpito - kirjanpitolautakunnan lausunto
Bitcoin ja kirjanpito - kirjanpitolautakunnan lausuntoBitcoin ja kirjanpito - kirjanpitolautakunnan lausunto
Bitcoin ja kirjanpito - kirjanpitolautakunnan lausuntoVesa Linja-aho
 
Tekijänoikeuskoulutus opettajille toukokuu 2014
Tekijänoikeuskoulutus opettajille toukokuu 2014Tekijänoikeuskoulutus opettajille toukokuu 2014
Tekijänoikeuskoulutus opettajille toukokuu 2014Vesa Linja-aho
 
Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)
Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)
Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)Vesa Linja-aho
 
Sähköturvallisuustutkinto syksy 2013
Sähköturvallisuustutkinto syksy 2013Sähköturvallisuustutkinto syksy 2013
Sähköturvallisuustutkinto syksy 2013Vesa Linja-aho
 
Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...
Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...
Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...Vesa Linja-aho
 
Avointa oppimateriaalia talkoilla
Avointa oppimateriaalia talkoillaAvointa oppimateriaalia talkoilla
Avointa oppimateriaalia talkoillaVesa Linja-aho
 
Will the Small Screen Kill Wikipedia?
Will the Small Screen Kill Wikipedia?Will the Small Screen Kill Wikipedia?
Will the Small Screen Kill Wikipedia?Vesa Linja-aho
 

More from Vesa Linja-aho (20)

Totta ja tarua sähköautoista ja niiden lataamisesta
Totta ja tarua sähköautoista ja niiden lataamisestaTotta ja tarua sähköautoista ja niiden lataamisesta
Totta ja tarua sähköautoista ja niiden lataamisesta
 
Sähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomenna
Sähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomennaSähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomenna
Sähköajoneuvojen latauksen ja latausverkoston tilanne tänään ja huomenna
 
Yritys-oppilaitosyhteistyö 2010-luvulla
Yritys-oppilaitosyhteistyö 2010-luvullaYritys-oppilaitosyhteistyö 2010-luvulla
Yritys-oppilaitosyhteistyö 2010-luvulla
 
Asiantuntijana sosiaalisessa mediassa
Asiantuntijana sosiaalisessa mediassaAsiantuntijana sosiaalisessa mediassa
Asiantuntijana sosiaalisessa mediassa
 
Oppimateriaalit avoimiksi
Oppimateriaalit avoimiksiOppimateriaalit avoimiksi
Oppimateriaalit avoimiksi
 
Lukion fysiikan opetussuunnitelmauudistus - ehdotukseni
Lukion fysiikan opetussuunnitelmauudistus - ehdotukseniLukion fysiikan opetussuunnitelmauudistus - ehdotukseni
Lukion fysiikan opetussuunnitelmauudistus - ehdotukseni
 
Mitä ovat avoimet oppimateriaalit?
Mitä ovat avoimet oppimateriaalit?Mitä ovat avoimet oppimateriaalit?
Mitä ovat avoimet oppimateriaalit?
 
Hybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölle
Hybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölleHybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölle
Hybridi-, sähkö- ja kaasuautojen turvallisuusperusteita pelastushenkilöstölle
 
Ajoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteet
Ajoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteetAjoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteet
Ajoneuvojen apulaitteiden virrankulutus ja sen aiheuttamat haasteet
 
Uusi SFS 6002 (3. painos) ottaa autoalan huomioon
Uusi SFS 6002 (3. painos) ottaa autoalan huomioonUusi SFS 6002 (3. painos) ottaa autoalan huomioon
Uusi SFS 6002 (3. painos) ottaa autoalan huomioon
 
Avoimuuden esteet
Avoimuuden esteetAvoimuuden esteet
Avoimuuden esteet
 
Metropolia Staff Week: Social Media and New Tools for Administrative Staff
Metropolia Staff Week: Social Media and New Tools for Administrative StaffMetropolia Staff Week: Social Media and New Tools for Administrative Staff
Metropolia Staff Week: Social Media and New Tools for Administrative Staff
 
Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)
Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)
Sähköinen liikenne nyt ja tulevaisuudessa (Sähköpäivä 2014)
 
Bitcoin ja kirjanpito - kirjanpitolautakunnan lausunto
Bitcoin ja kirjanpito - kirjanpitolautakunnan lausuntoBitcoin ja kirjanpito - kirjanpitolautakunnan lausunto
Bitcoin ja kirjanpito - kirjanpitolautakunnan lausunto
 
Tekijänoikeuskoulutus opettajille toukokuu 2014
Tekijänoikeuskoulutus opettajille toukokuu 2014Tekijänoikeuskoulutus opettajille toukokuu 2014
Tekijänoikeuskoulutus opettajille toukokuu 2014
 
Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)
Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)
Alustava versio kommenteille: Pelastusalan oppimateriaali (v. 1.1)
 
Sähköturvallisuustutkinto syksy 2013
Sähköturvallisuustutkinto syksy 2013Sähköturvallisuustutkinto syksy 2013
Sähköturvallisuustutkinto syksy 2013
 
Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...
Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...
Kuinka bloggaaminen kehittää asiantuntijan ammattikuvaa ja henkilöbrändiä sek...
 
Avointa oppimateriaalia talkoilla
Avointa oppimateriaalia talkoillaAvointa oppimateriaalia talkoilla
Avointa oppimateriaalia talkoilla
 
Will the Small Screen Kill Wikipedia?
Will the Small Screen Kill Wikipedia?Will the Small Screen Kill Wikipedia?
Will the Small Screen Kill Wikipedia?
 

Recently uploaded

E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxJackieSparrow3
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxShubham Rawat
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证kbdhl05e
 
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...JeylaisaManabat1
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)oannq
 
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan
 

Recently uploaded (6)

E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptx
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptx
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证
 
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)
 
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
 

How to make boxed text with LaTeX

  • 1. How to make nice-looking framed boxes in LaTeX articles Examples of framed, mdframed, fancybox and bclogo packages Vesa Linja-aho Metropolia July 29, 2011 Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 2. Using framed boxes in Beamer A When making lecture slides with LTEX and Beamer package, you can emphasize important things (theorems, facts, common mistakes etc.) by using block, exampleblock and alertblock environments, as demonstrated on the next slide. Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 3. Example of block environments in Beamer This is a block Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ac arcu est, vel posuere velit. In congue erat vel lorem ornare pretium. This is an exampleblock Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ac arcu est, vel posuere velit. In congue erat vel lorem ornare pretium. This is an alertblock Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ac arcu est, vel posuere velit. In congue erat vel lorem ornare pretium. Syntax: begin{block}{Title of the block}Some text...end{block} (for block, exampleblock or alertblock). Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 4. Problem: what if you are not making slides but a book or article? Beamer block environments only work inside beamer. If you are writing an article or a book, you must find another way. There are a number of LaTeX packages for making framed boxes. On the following slides, I’ll introduce some of them. Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 5. The simplest way: framebox This is a framebox. No extra packages are needed. The code: framebox{This is a framebox.} Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 6. The package framed First use the package and define the shading color: usepackage{framed,color} definecolor{shadecolor}{rgb}{1,0.8,0.3}1 This is a framed text. This is a shaded text. This is a snugshade text. This is a text with leftbar. The code (replace ”shaded” with frame, snugshade or leftbar): begin{shaded}This is a shaded text. end{shaded} 1 Read more on defining colors: http://en.wikibooks.org/wiki/LaTeX/Colors Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 7. The package fancybox First select the package: usepackage{fancybox} This is a shadowbox. This is a doublebox. § ¤ This is an ovalbox. ¥ ¦ § ¤ This is an Ovalbox. ¥ ¦ The code (replace ”shadowbox” with doublebox, Ovalbox etc.): shadowbox{This is a shadowbox.} Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 8. The package mdframed First select the package: usepackage{mdframed} This is like the regular framed-package, but allows the frame to continue on multiple pages (but not on Beamer slides, only in article, book etc.) and allows user to customize margins, background color, line color etc. This is an mdframed text with yellow background. The code: begin{mdframed}[backgroundcolor=yellow] This is an mdframed text with yellow background. end{mdframed} Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 9. The package bclogo First select the package: usepackage[tikz]{bclogo} Bclogo seems to be the most versatile! This box is made with bclogo. Corners are rounded and I love that crayon :-). The code: begin{bclogo}[couleur = blue!30,arrondi = 0.1, logo = bccrayon, ombre = true]{Bclogo seems to be the most versatile!} This box is made with bclogo. Corners are rounded and I love that crayon :-). end{bclogo} The documentation is in French, but it can be understood very well (there are multiple examples in the documentation). Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 10. A couple of interesting ”unofficial” packages For transparent shadows: http://osdir.com/ml/tex.latex. beamer.general/2007-06/msg00070.html This is a boxed environment with semi-transparent shadow. The code: begin{shadowblock}{6cm} This is a boxed environment with semi-transparent shadow. end{shadowblock} Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles
  • 11. A couple of interesting ”unofficial” packages For drawing signal flow diagrams: http://pgf.cvs.sourceforge.net/viewvc/pgf/pgf/ incoming/KarlheinzOchs/ Input terminal x(t) The code: begin{signalflow}{Input terminal} node[input] (in) {$x(t)$}; node[coordinate] (c) [right from=in] {}; % signal path path[r>] (in) -- (c); end{signalflow} Vesa Linja-aho How to make nice-looking framed boxes in LaTeX articles