Difference between revisions of "LaTeX/C3/Customizing-Company-Name-and-Logo/English"

From Script | Spoken-Tutorial
Jump to: navigation, search
(Created page with "'''Title of the Script:''' Customizing Company Name and Logo '''Author''': Ambika Vanchinathan, Madhuri Ganapathi '''Keywords: '''latex, isodoc class, right-aligned, left-a...")
 
 
(One intermediate revision by the same user not shown)
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 25: Line 27:
  
 
'''System Requirements'''
 
'''System Requirements'''
 +
 
|| To record this tutorial, I am using:
 
|| To record this tutorial, I am using:
* '''Ubuntu Linux OS version 22.04 '''and
+
* '''Ubuntu Linux OS version 22.04 ''' and
 
* '''Texworks version 0.6.6'''
 
* '''Texworks version 0.6.6'''
 
|-
 
|-
Line 46: Line 49:
 
'''2. logo.png'''
 
'''2. logo.png'''
  
These files are provided in the Code Files link of this tutorial page.
+
These files are provided in the '''Code Files''' link of this tutorial page.
 +
 
 
|| The following code files are required to practice this tutorial.
 
|| The following code files are required to practice this tutorial.
  
These files are provided in the Code Files link of this tutorial page.
+
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.
 
|| Let us comment and uncomment the code to see the changes in the output.
 
|-
 
|-
Line 70: Line 74:
 
|-
 
|-
 
|| '''company = EduPyramids {\hfill \includegraphics[width=3cm]{logo.png}},'''
 
|| '''company = EduPyramids {\hfill \includegraphics[width=3cm]{logo.png}},'''
|| Let’s uncomment line number 12.
+
|| Let us uncomment line number 12.
  
 
Run the code to see the output.
 
Run the code to see the output.
Line 77: 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 84: Line 89:
 
|-
 
|-
 
|| '''company = {\includegraphics[width=3cm]{logo.png}} \hfill EduPyramids,'''
 
|| '''company = {\includegraphics[width=3cm]{logo.png}} \hfill EduPyramids,'''
|| I will uncomment line number 14 and run the code.
+
|| I will uncomment line number 14.
 +
 
 +
Let us run the code.
  
Logo is seen at the left end and company name is at the right end.
+
The logo is seen at the left end and company name is at the right end.
 
|-
 
|-
 
|| '''Slide 6'''
 
|| '''Slide 6'''
Line 106: 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,
  • Modify the logo placement in the document.
  • Run the LaTeX code to see the output.
Slide 3

System Requirements

To record this tutorial, I am using:
  • Ubuntu Linux OS version 22.04 and
  • Texworks version 0.6.6
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
  • Change the Company logo and right align it in the letter.
  • Run the code to check the output.
Slide 8

Thank you

Thank you for joining

Contributors and Content Editors

Ketkinaina, Madhurig