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.

Factorial (!) symbol and factorial spacing in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to use the factorial symbol perfectly in a LaTeX document. To print the factorial symbol in LaTeX generally, we use the keyboard ! key. With th.... Read More

Format long number with a thousand separator in LaTeX

By Parvez Akhtar Pasha

In order to format a long number with a thousand separator in LaTeX, you can do it manually by giving a small space with this \, or you can use the \num{} command provided by the s.... Read More

How to rotate text in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to rotate a letter or text in LaTeX. Rotate letter or text with \rotatebox You can use the \rotatebox[origin=<position>]{<angle>}{&.... Read More

How to put a long part of text in a box in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to put a long part of text in a box in LaTeX. You can use the \parbox{<width>}{<text>} command to put some text into a box of any w.... Read More

Floor (⌊x⌋) and Ceiling (⌈x⌉) function in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to get the responsive Floor and Ceiling function (brackets) in LaTeX. Floor function (brackets) in LaTeX In Mathematics the Floor function is u.... Read More

How to draw horizontal lines in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to draw different types of horizontal lines in a LaTeX document. Dwar horizontal line with \rule command With the default command \rule you can.... Read More

How to change the rules (line) color of a table in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to change the color of lines or rules of a table in LaTeX. To set the line color of a table in LaTeX, you can use the xcolor package with the [.... Read More

Tensor Product (⊗) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to write tensor product in LaTeX. We can do this simply without using any external package. The command is: \otimes, We have to write it in Ma.... Read More

Related Posts