Add caption on the side of a figure in LaTeX

By Parvez Akhtar Pasha

Generally, in LaTeX you can place a caption on top or bottom of a figure. But we may need to place the caption on the side of the figure or table. In this case, you have to use an .... Read More

Make circular animation work in both direction in SwiftUI

By Samim

In this tutorial, we will see how to make a circular animation work in both directions in SwiftUI. We can create a circular animation that works in both directions in SwiftUI by us.... Read More

‘onChange(of:perform:)’ was deprecated in iOS 17.0: Use `onChange` with a two or zero parameter action closure instead.

By Saruque Ahamed Mollick

Previously, we could use a single parameter in onChange() in SwiftUI. But now we can do that, but it will show us a warning: 'onChange(of:perform:)' was deprecated in iOS 17.0: Use.... Read More

How to Create Pages in Next.js?

By Satish Sahu

Hi Learners, In this tutorial, you will learn about how to create pages in Next.js. Basically, the Next.js pages are React Component. You create files using  .js, .jsx .ts .tsx  .... Read More

Check if SwiftUI app is running in background

By Saruque Ahamed Mollick

In this tutorial, I will show you how to check if the iOS app is running in the background or not in SwiftUI. We will try to apply the detection in the whole app. To do this we wil.... Read More

How to change enumerate list starting number in LaTeX?

By Parvez Akhtar Pasha

In LaTeX, the default behavior for an enumerate list is to start at 1. However, if you wish to initiate the list from a different number, you can employ the \setcounter command to .... Read More

Copy image to clipboard in SwiftUI

By Samim

In this tutorial, we will see how to copy an image to the clipboard in SwiftUI. . First of all, we need to convert the image to UIImage (UIKit’s image representation), then c.... Read More

Sigma or summation (∑) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get the big sigma or summation symbol in LaTeX. And how to use limits with this symbol. In order to get the summation symbol in small size .... Read More

Related Posts