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.
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
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
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
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
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
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
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
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