Posts by Parvez Akhtar Pasha

Author Biographical Info: I am Parvez Akhtar Pasha, I completed my graduation in computer science in 2021. During college I learned about LaTeX and found it very interesting. After that I learned the LaTeX thing very well. First I used to help my college friends to create CV by LaTeX. Then I wrote LaTeX articles for several websites and still do. I have received many positive responses from people all over the world for my LaTeX articles, I am very happy that my articles are useful to others.

Put hat(â, ṟ̂) symbol over a letter or an underlined letter in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to get the hat (^) symbol in LaTex over a letter and an underlined letter. Hat symbol over a letter in math mode If you want to put the hat sym.... Read More

Different ways to get Absolute Value (|x|) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get the Absolute value symbol in different ways in LaTeX. The Absolute value symbol is represented by a value between two pipes (|) symbols.... Read More

How to reference equations in LaTeX document?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to reference equations anywhere in a LaTeX document. Method 1 The simplest method to reference an equation in LaTeX is using \label and \ref co.... Read More

Tilde (~, ã) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get the tilde symbol and use a tilde symbol over a letter in LaTeX. Short answer: Use $\sim$ command to use the tilde symbol as a symbol. U.... Read More

How to split a table into multiple pages in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to split a table into multiple pages in LaTeX. Usually, I create tables using the tabular environment, but when I want my table will break when.... Read More

Registered (®), Trademark (™), and Copyright(©) symbol in LaTeX

By Parvez Akhtar Pasha

The Registered (®), Trademark (™), and Copyright(©) symbol is used as a legal symbol all over the world. In LaTeX you can get various styles of these symbols with different pac.... Read More

Change the list numbering format of enumerate in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to change the list numbering format of the enumerate in LaTeX. These are the available list numbering formats: \arabic*: This is the default n.... Read More

Add color to a table (cell, row and column) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to add color to a single cell, row, or column of a table in LaTeX. We use the xcolor package for normal colors but to add colors to the table .... Read More

Related Posts