Set or remove vertical space of lists in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to control the vertical spacing of a list in LaTeX. The vertical spacing of a list is controlled by these keys. topsep partopsep parsep itemse.... Read More

Logic gates symbol In LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get all the logic gates symbols in LaTeX with the milstd package. The following table gives the commands and outputs of all logic gates. Co.... Read More

Row selection in a list in SwiftUI

By Samim

In this tutorial, we will see how to let users select single and multiple rows in a list in SwiftUI. SwiftUI provides a simple way to allow users to select one or multiple rows in .... Read More

Draw maps using latitude and longitude using folium in Python

By Sri Harsha

Hola CodeSpeeders! In this tutorial, we will learn how to draw maps efficiently using latitude and longitude in Python using the folium library along with the geographical data. Dr.... Read More

Real number (ℝ) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to get the real number symbol in LaTeX. I will show you different styles of real number symbols with different packages. You can try with the a.... Read More

Create SwiftUI App for Movie Listing using TMDB API

By Saruque Ahamed Mollick

I have created a SwiftUI app for movie listing and movie details using TMDB API. First of all, I would like to tell you that I have built this in only one day and there are a lot o.... Read More

Get index in ForEach in SwiftUI

By Samim

In this tutorial, we will see how to get an index in ForEach in SwiftUI. In SwiftUI, we can use the ForEach loop to create a list of items or views. If we want to get  index of th.... Read More

Different styles of checkmark (✓, ☑) symbol in LaTeX

By Parvez Akhtar Pasha

In LaTeX, there is no default command to get the checkmark symbol. In this tutorial, I will show you different styles of checkmark symbols with different packages. Thin check mark(.... Read More

Related Posts