Text align left, right and left, right, center on same line in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to align text left, and right on the same line and also align text left, right, and center on the same line in LaTeX. Text align left and right.... Read More

How to use figure and table inside a minipage in LaTeX?

By Parvez Akhtar Pasha

If you use the figure or table environment inside a minipage, the compiler will show some error. ! LaTeX Error: Not in outer par mode. ! Undefined control sequence. Because the fig.... Read More

Draw box with tcolorbox in LaTeX – with alignment

By Saruque Ahamed Mollick

In this tutorial, I will show you how to create nice color boxes in LaTeX with tcolorbox package. I am in love with this package after using it. If we can use it fully and grab goo.... Read More

Scattergl and Scatter in Python – A Simple Introduction

By Isha Bansal

Hey fellow Python coder! I hope you have worked with Scatter plots before (if not have a look at the tutorial below), and in this tutorial, we will learn about two ways of implemen.... Read More

How to use a bar over one or multiple characters in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get a bar over a character or multiple characters in LaTeX. Bar over a single character with \bar In LaTeX, if you want an overline or bar .... Read More

How to print Hash (#) symbol in LaTeX

By Saruque Ahamed Mollick

Hash (#) is a special character and in order to print certain special characters in LaTeX, we need to use an escape character just before the escape character. The escape character.... Read More

Multi-line equation with a Curly Bracket on the left side in LaTeX

By Parvez Akhtar Pasha

In mathematics, sometimes we write mathematical expressions or functions with different cases or conditions with a Curly Bracket at the beginning of the expressions. In order to wr.... Read More

Send state variable data to a child view in SwiftUI

By Samim

In this tutorial, we will learn how to send state variable data from a parent view to a child view in SwiftUI. In SwiftUI app development transferring data from a parent view to a .... Read More