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 header and footer except the first page in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to add header and footer in your document except the first page. In order to get this you can use the fancyhdr package. With this package, you .... Read More

Add padding to columns and rows in a table in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to add padding to rows and columns in a table in LaTeX with multiple methods. Add padding to rows in a table In order to add extra vertical sp.... Read More

Auto adjustable brackets “[], {}, (), ||, 〈〉” in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to convert different types of brackets into auto-adjustable brackets. This means a bracket that will automatically increase or decrease its si.... Read More

Crop an image in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to crop while inserting an image in LaTeX. First of all, you need to load the graphicx package. This package provides you a trim and clip opti.... Read More

Center (horizontally and vertically) a table in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to center a table vertically and horizontally on a page in LaTeX. Also, how can you center a table both vertically and horizontally. Center a t.... Read More

Page numbering – styles, suppress page numbering in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn all about page numbering, how to change page number style, use multiple number styles in the same document, and how to suppress page numbering for .... Read More

Trigonometric functions (sin, cos, tan) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to write Trigonometric and Inverse trigonometric functions In LaTeX. All Trigonometric functions commands and outputs: Name Command Output sin.... Read More

Implies (⇒) and does not imply (⇏) symbol in LaTeX

By Parvez Akhtar Pasha

In order to use implies symbol in LaTeX, you can use the default command \Rightarrow command or the \implies command with amsmath package. But both of these commands provide slight.... Read More

Related Posts