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.

Different styles of checkmark (✓, ☑) symbol in LaTeX

By Parvez Akhtar Pasha

In LaTeX, there is no default command to get the checkmark symbol. In this tutorial, I will show you different styles of checkmark symbols with different packages. Thin check mark(.... Read More

Get the current date in every possible format in LaTeX

By Parvez Akhtar Pasha

In this tutorial, You will learn how to get current date in LaTeX and get every possible format of the current date. In order to get the current date in Month Day, Year format, you.... Read More

Guillemets (»«) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get the Guillemets symbol in LaTeX and how can you replace this "..." with «...». The following table lists the commands and output requi.... Read More

Perpendicular (⟂, ⫫) and Not Perpendicular (⟂̸) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get Perpendicular, Double Perpendicular, and Not Perpendicular symbols in a LaTeX document. The following table lists the default commands .... Read More

Different style of copyright (©) symbol in LaTeX

By Parvez Akhtar Pasha

The copyright symbol is used as a legal symbol. To get this symbol in LaTeX, you can use the default commands $\copyright$ and \textcopyright, But if you get any error like this. M.... Read More

How to add one or multiple authors and affiliations in LaTeX?

By Parvez Akhtar Pasha

In LaTeX, to create a title on top of the page you have to use the \maketitle command. This command can print a title based on the following declarations: \author \date \title \tha.... Read More

Proportional To (∝) symbol in LaTeX

By Parvez Akhtar Pasha

The proportional to symbol is used as a relational operator, In order to print this symbol in LaTeX, you can use the default command \propto. Also, there are a lot more packages th.... Read More

Remove default indent of itemize in LaTeX

By Parvez Akhtar Pasha

Generally when you create an itemize in LaTeX, in the output, it will take a default amount of space (indentation). Although it does not look bad, we sometimes don’t need tha.... Read More

Related Posts