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.
LaTeX has several methods by which you can set the height and width of an image. In this case, the graphicx package will be very useful for you. In this tutorial, I will show you h.... Read More
LaTeX provides you with some default commands for text alignment in LaTeX documents. which you can use to align text left, right, or center. But to use text-justify features you ne.... Read More
It’s an easy task to write subscripts in LaTeX math mode with this _. But This technique did not work in text mode. So in this tutorial, I will show you various methods to wr.... Read More
In this tutorial, I will show you how to set a table width same as the text width (\textwidth). You can do it with two methods as below: Set table width with \resizebox Set table w.... Read More
In LaTeX, you can change line spacing for the whole document or a specific part or paragraph. Also, you can set a specific amount of line spacing. So in this tutorial, you will lea.... Read More
LaTeX doesn’t provide a built-in strikethrough text option. However, with a few clever techniques and packages, you can easily add strikethrough text to your LaTeX documents..... Read More
By default, LaTeX inserts a small indentation (usually about 5mm) at the beginning of each new paragraph. The indentation of new paragraphs is controlled by the \parindent length. .... Read More
It is a good habit to use comments in your LaTeX documents to explain what certain parts of your code are doing or to temporarily disable certain parts of your code while you are w.... Read More