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.

Create an invisible character or text in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to create an invisible character or text in LaTeX. You can do this in three different ways. Horizontal phantom (\hphantom) Vertical phantom (\.... Read More

How to Create list in LaTeX without bullets?

By Parvez Akhtar Pasha

In LaTeX, when you create a list through the itemize environment, LaTeX puts bullet points before each item. In this tutorial, I will show how you can create lists without these bu.... Read More

Align equation to the center in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to align single-line and multi-line (set of equations) to the center in your LaTeX document. Align single line equation to the center To align.... Read More

Logic operators (And, Or, Not, and Xor) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to print the logical And (∧), Or (∨), Not (¬), and Xor (⊕) characters in LaTeX with default commands. In the table given below, I provi.... Read More

Turn off equation auto numbering in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to turn off the equation auto numbering for a single equation or a set of equations in LaTeX. Turn off numbering for single line equation In o.... Read More

Align equation to left globally or locally in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to align the equation on the left side globally or locally in LaYeX. Align the equation to the left side globally To globally left-align all e.... Read More

Set equation font size in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to set the font size of an equation in LaTeX with different methods. LaTeX provides different commands for different font sizes which are: \sma.... Read More

Add caption on the side of a figure in LaTeX

By Parvez Akhtar Pasha

Generally, in LaTeX you can place a caption on top or bottom of a figure. But we may need to place the caption on the side of the figure or table. In this case, you have to use an .... Read More

Related Posts