Difference between revisions of "LaTeX/C3/Customizing-Company-Name-and-Logo/English"
| Line 1: | Line 1: | ||
| − | '''Title of the Script:''' Customizing Company Name and Logo | + | '''Title of the Script''': '''Customizing Company Name and Logo''' |
'''Author''': Ambika Vanchinathan, Madhuri Ganapathi | '''Author''': Ambika Vanchinathan, Madhuri Ganapathi | ||
'''Keywords: '''latex, isodoc class, right-aligned, left-aligned, video tutorial. | '''Keywords: '''latex, isodoc class, right-aligned, left-aligned, video tutorial. | ||
| + | |||
{|border=1 | {|border=1 | ||
| Line 13: | Line 14: | ||
'''Title Slide''' | '''Title Slide''' | ||
| + | |||
|| Hello and welcome to this Spoken Tutorial on '''Customizing Company Name and Logo'''. | || Hello and welcome to this Spoken Tutorial on '''Customizing Company Name and Logo'''. | ||
|- | |- | ||
| Line 79: | Line 81: | ||
|- | |- | ||
|| '''company = EduPyram ids {\hspace{1cm} \includegraphics[width=3cm]{logo.png}},''' | || '''company = EduPyram ids {\hspace{1cm} \includegraphics[width=3cm]{logo.png}},''' | ||
| + | |||
|| I will uncomment line number 13. | || I will uncomment line number 13. | ||
| Line 110: | Line 113: | ||
|| As an '''Assignment ''' | || As an '''Assignment ''' | ||
| − | * Change the '''Company logo''' and right align it in the letter | + | * Change the '''Company logo''' and right align it in the letter. |
| − | * Run the code to check the output | + | * Run the code to check the output. |
|- | |- | ||
|| '''Slide 8''' | || '''Slide 8''' | ||
Latest revision as of 11:58, 4 June 2025
Title of the Script: Customizing Company Name and Logo
Author: Ambika Vanchinathan, Madhuri Ganapathi
Keywords: latex, isodoc class, right-aligned, left-aligned, video tutorial.
| Visual Cue | Narration |
| Slide 1
Title Slide |
Hello and welcome to this Spoken Tutorial on Customizing Company Name and Logo. |
| Slide 2
Learning Objectives |
In this tutorial we will learn to,
|
| Slide 3
System Requirements |
To record this tutorial, I am using:
|
| Slide 4
Pre-requisites |
To follow this tutorial,
Learners should have basic knowledge of LaTeX. |
| Slide 5
Code Files The following code files are required to practice this tutorial: 1. isodoc-eg.tex 2. logo.png These files are provided in the Code Files link of this tutorial page. |
The following code files are required to practice this tutorial.
These files are provided in the Code Files link of this tutorial page. |
| Point to the code. | Let us comment and uncomment the code to see the changes in the output. |
| Highlight line 10, 6 and ll
\usepackage{graphicx} |
Let us comment line number 10, and uncomment line number 6.
This package allows inserting of images such as a signature or a logo. |
| company = EduPyramids {\includegraphics[width=3cm]{logo.png}},
Click the Typeset button . |
Now I will uncomment line number 11 and run the code.
The Edupyramids logo is seen next to the EduPyramids company name. |
| company = EduPyramids {\hfill \includegraphics[width=3cm]{logo.png}}, | Let us uncomment line number 12.
Run the code to see the output. Logo is now right aligned. |
| company = EduPyram ids {\hspace{1cm} \includegraphics[width=3cm]{logo.png}}, | I will uncomment line number 13.
Let us run the code. It leaves a gap of 1 cm between the company name and logo. |
| company = {\includegraphics[width=3cm]{logo.png}} \hfill EduPyramids, | I will uncomment line number 14.
Let us run the code. The logo is seen at the left end and company name is at the right end. |
| Slide 6
Summary In this tutorial we have learnt to: Modify the logo placement in the document. Run the LaTeX code to see the output. |
With this we come to the end of this tutorial.
Let us summarise. |
| Slide 7
Assignment |
As an Assignment
|
| Slide 8
Thank you |
Thank you for joining |