LaTeX/C3/Customizing-Company-Name-and-Logo/English

From Script | Spoken-Tutorial
Revision as of 16:53, 24 April 2025 by Ketkinaina (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

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’s 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 and run the code.

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