Add horizontal and vertical scrolling using ScrollView in SwiftUI

By Samim

In this tutorial, we will see how to add horizontal and vertical scrolling using ScrollView in SwiftUI. Horizontal and vertical scrolling are methods used to navigate content that .... Read More

Subscript in LaTeX text mode

By Parvez Akhtar Pasha

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

Set table width same size of text width in LaTeX

By Parvez Akhtar Pasha

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

Use of iloc, loc, and ix for data selection in Python Pandas

By Shatakshi Bhatnagar

In this tutorial, we will learn how to use functions such as iloc, loc, and ix for data selection in Python Pandas Dataframe. All three are used for indexing but are different in n.... Read More

How to change line spacing in LaTeX?

By Parvez Akhtar Pasha

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

Strike out – Strikethrough text and formula in LaTeX

By Parvez Akhtar Pasha

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

Remove indentation on paragraph in LaTeX

By Parvez Akhtar Pasha

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

Commenting out single line and multi-line in LaTeX

By Parvez Akhtar Pasha

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