<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=LaTeX%2FC3%2FFraming-texts-and-Fancybox%2FEnglish</id>
		<title>LaTeX/C3/Framing-texts-and-Fancybox/English - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=LaTeX%2FC3%2FFraming-texts-and-Fancybox%2FEnglish"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX/C3/Framing-texts-and-Fancybox/English&amp;action=history"/>
		<updated>2026-04-26T13:57:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=LaTeX/C3/Framing-texts-and-Fancybox/English&amp;diff=57209&amp;oldid=prev</id>
		<title>Ketkinaina: Created page with &quot;'''Title of the Script: Framing texts and Fancybox'''  '''Author: Ambika Vanchinathan'''  '''Keywords: '''LaTeX, fancybox, shadowbox, doublebox, ovalbox, Ovalbox, fbox, video...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=LaTeX/C3/Framing-texts-and-Fancybox/English&amp;diff=57209&amp;oldid=prev"/>
				<updated>2025-11-10T05:56:19Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Title of the Script: Framing texts and Fancybox&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;Author: Ambika Vanchinathan&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;Keywords: &amp;#039;&amp;#039;&amp;#039;LaTeX, fancybox, shadowbox, doublebox, ovalbox, Ovalbox, fbox, video...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Title of the Script: Framing texts and Fancybox'''&lt;br /&gt;
&lt;br /&gt;
'''Author: Ambika Vanchinathan'''&lt;br /&gt;
&lt;br /&gt;
'''Keywords: '''LaTeX, fancybox, shadowbox, doublebox, ovalbox, Ovalbox, fbox, video tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|- &lt;br /&gt;
|| '''Visual Cue'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 1'''&lt;br /&gt;
&lt;br /&gt;
'''Title Slide'''&lt;br /&gt;
|| Welcome to the Spoken tutorial on '''Framing Texts and Fancybox.'''&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 2'''&lt;br /&gt;
&lt;br /&gt;
'''Learning Objectives'''&lt;br /&gt;
|| In this tutorial , we will learn to&lt;br /&gt;
* Use the fancybox package&lt;br /&gt;
* Add a frame using shadowbox, doublebox, ovalbox, and fbox&lt;br /&gt;
* Frame the text paragraphs and&lt;br /&gt;
* Add a frame to the single and multiline equations&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 3'''&lt;br /&gt;
&lt;br /&gt;
'''System Requirements'''&lt;br /&gt;
&lt;br /&gt;
To record this tutorial, I am using:&lt;br /&gt;
* Linux Mint version 21.3&lt;br /&gt;
* Texworks version 0.6.6&lt;br /&gt;
|| To record this tutorial I’m using the following setup.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 4'''&lt;br /&gt;
&lt;br /&gt;
'''Pre-requisites'''&lt;br /&gt;
|| To follow this tutorial, learners should have basic knowledge of LaTeX&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 5'''&lt;br /&gt;
&lt;br /&gt;
'''Code files'''&lt;br /&gt;
&lt;br /&gt;
The following code file is required to practice this tutorial:&lt;br /&gt;
&lt;br /&gt;
1. fancybox-eg.tex&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link of this tutorial page.&lt;br /&gt;
|| The following code file is required to practice this tutorial&lt;br /&gt;
&lt;br /&gt;
This file is provided in the Code Files link of this tutorial page.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
'''Line 4'''&lt;br /&gt;
&lt;br /&gt;
'''\usepackage{fancybox}'''&lt;br /&gt;
&lt;br /&gt;
'''{fancybox}'''&lt;br /&gt;
|| '''\usepackage{fancybox}''' imports the '''fancybox''' '''package'''.&lt;br /&gt;
&lt;br /&gt;
'''fancybox''' allows us to create decorative boxes around text or images.&lt;br /&gt;
&lt;br /&gt;
Boxes can have shadows, double lines, or rounded corners.&lt;br /&gt;
&lt;br /&gt;
They can be used for highlighting important sections, notes, or headings.&lt;br /&gt;
&lt;br /&gt;
This makes the content visually appealing.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the '''Green Typeset '''button to run the code.&lt;br /&gt;
&lt;br /&gt;
Select XeLaTeX from the drop down&lt;br /&gt;
|| Let us run the code to see the output.&lt;br /&gt;
|- &lt;br /&gt;
|| Uncomment line 31&lt;br /&gt;
|| Uncomment line 31.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
line 31&lt;br /&gt;
|| The command '''\shadowbox '''creates a box with a shadow effect around the given text&lt;br /&gt;
|- &lt;br /&gt;
|| Click the green Typeset button and show the output&lt;br /&gt;
|| Let’s run the code.&lt;br /&gt;
&lt;br /&gt;
Here is the output.&lt;br /&gt;
|- &lt;br /&gt;
|| Uncomment the line 35&lt;br /&gt;
|| Uncomment line 35.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
line 35&lt;br /&gt;
|| The command '''\doublebox''' creates a double lined box around the given text.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the green Typeset button and show the output&lt;br /&gt;
|| Let’s run the code.&lt;br /&gt;
&lt;br /&gt;
The output shows a double lined box around the text.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
line 40&lt;br /&gt;
|| The command '''\ovalbox '''creates an oval box around the given text&lt;br /&gt;
|- &lt;br /&gt;
|| Uncomment line 40&lt;br /&gt;
&lt;br /&gt;
Click the green Typeset button and show the output&lt;br /&gt;
|| Uncomment line 40.&lt;br /&gt;
&lt;br /&gt;
Let us run the code&lt;br /&gt;
&lt;br /&gt;
Here is the output&lt;br /&gt;
|- &lt;br /&gt;
|| Uncomment line 44&lt;br /&gt;
&lt;br /&gt;
Click the green Typeset button and show the output&lt;br /&gt;
|| Uncomment line 44.&lt;br /&gt;
&lt;br /&gt;
Let us run the code.&lt;br /&gt;
&lt;br /&gt;
Here is the output.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
line 44&lt;br /&gt;
|| The command \'''Ovalbox''' creates a thick oval box around the given text.&lt;br /&gt;
&lt;br /&gt;
Observe the capital '''O '''in the command.&lt;br /&gt;
|- &lt;br /&gt;
|| Comment line 46&lt;br /&gt;
&lt;br /&gt;
Uncomment line 55&lt;br /&gt;
&lt;br /&gt;
Click the green Typeset button and show the output&lt;br /&gt;
&lt;br /&gt;
Point to the paragraph text.&lt;br /&gt;
|| Now, let us add a minipage about '''fancybox'''.&lt;br /&gt;
&lt;br /&gt;
Comment line 46&lt;br /&gt;
&lt;br /&gt;
Uncomment line 55&lt;br /&gt;
&lt;br /&gt;
Let us run the code&lt;br /&gt;
&lt;br /&gt;
Output shows a paragraph text.&lt;br /&gt;
&lt;br /&gt;
Let us add a box around this paragraph.&lt;br /&gt;
|- &lt;br /&gt;
|| Uncomment lines 48 and 52&lt;br /&gt;
|| Uncomment lines 48 and 52.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
lines 48 to 52&lt;br /&gt;
|| The \fbox command draws a box around the contents of the minipage.&lt;br /&gt;
&lt;br /&gt;
This command allows us to frame multiple paragraphs.&lt;br /&gt;
|- &lt;br /&gt;
|| Run the code&lt;br /&gt;
|| Let us run the code.&lt;br /&gt;
&lt;br /&gt;
The output now shows a box around the mini paragraph text.&lt;br /&gt;
|- &lt;br /&gt;
|| Comment line 55&lt;br /&gt;
&lt;br /&gt;
Uncomment line 61&lt;br /&gt;
|| Comment line 55.&lt;br /&gt;
&lt;br /&gt;
Uncomment line 61.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
lines 57 to 59&lt;br /&gt;
|| Observe the '''$ '''inside''' \fbox command.'''&lt;br /&gt;
&lt;br /&gt;
'''$...$ '''is''' '''used to show the equation in math mode.&lt;br /&gt;
&lt;br /&gt;
The \'''fbox''' command creates a box around the equation.&lt;br /&gt;
|- &lt;br /&gt;
|| Click the green Typeset button and show the output&lt;br /&gt;
|| Let us run the code.&lt;br /&gt;
&lt;br /&gt;
Here, only a single line of the equation can be enclosed in a frame.&lt;br /&gt;
|- &lt;br /&gt;
|| Comment line 61&lt;br /&gt;
&lt;br /&gt;
Uncomment line 74&lt;br /&gt;
|| Comment line 61&lt;br /&gt;
&lt;br /&gt;
Uncomment line 74&lt;br /&gt;
|- &lt;br /&gt;
|| '''Highlight:'''&lt;br /&gt;
&lt;br /&gt;
lines 63 to 71&lt;br /&gt;
&lt;br /&gt;
'''\begin{equation}'''&lt;br /&gt;
&lt;br /&gt;
'''\fbox{$'''&lt;br /&gt;
&lt;br /&gt;
'''\begin{array}{rcl}'''&lt;br /&gt;
&lt;br /&gt;
'''a&amp;amp;=&amp;amp;b+c\\'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;nowiki&amp;gt;=&amp;amp;x+y\\&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;nowiki&amp;gt;=&amp;amp;z&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
'''\end{array}'''&lt;br /&gt;
&lt;br /&gt;
'''$}'''&lt;br /&gt;
&lt;br /&gt;
'''\end{equation'''&lt;br /&gt;
|| The command '''\fbox '''is used with an '''array''' environment.&lt;br /&gt;
&lt;br /&gt;
This creates a box around multiple equations.&lt;br /&gt;
&lt;br /&gt;
So a multiple lined equation is framed using an '''array '''inside the '''\fbox '''command .&lt;br /&gt;
|- &lt;br /&gt;
|| Click the green Typeset button and show the output&lt;br /&gt;
|| Let us run the code.&lt;br /&gt;
&lt;br /&gt;
Here is the output.&lt;br /&gt;
&lt;br /&gt;
A frame is added around the multiple lined equation.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 6'''&lt;br /&gt;
&lt;br /&gt;
'''Summary'''&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt to&lt;br /&gt;
* Use the fancybox package&lt;br /&gt;
* Add a frame using shadowbox, doublebox, ovalbox, and fbox&lt;br /&gt;
* Frame the text paragraphs&lt;br /&gt;
* Add a frame to the single and multiline equations&lt;br /&gt;
|| With this we come to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarise.&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 7'''&lt;br /&gt;
&lt;br /&gt;
'''Assignment'''&lt;br /&gt;
&lt;br /&gt;
As an '''Assignment'''&lt;br /&gt;
|| As an Assignment,&lt;br /&gt;
&lt;br /&gt;
Create a section called '''Algebra Practice'''&lt;br /&gt;
* Use '''\shadowbox '''for headings like '''Solve the following equations'''&lt;br /&gt;
* Use''' \ovalbox '''for short tips or reminders&lt;br /&gt;
|- &lt;br /&gt;
|| '''Slide 8'''&lt;br /&gt;
&lt;br /&gt;
'''Thank you'''&lt;br /&gt;
|| Thank you for joining&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ketkinaina</name></author>	</entry>

	</feed>