How to render raw markdown content in SwiftUI

By Samim

In this article, we will learn how to render raw markdown content in Text view in SwiftUI. Sometimes, we want the Text view to display the text as we have specified. Suppose I have.... Read More

How to rotate text in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to rotate a letter or text in LaTeX. Rotate letter or text with \rotatebox You can use the \rotatebox[origin=<position>]{<angle>}{&.... Read More

How to highlight text in LaTeX

By Saruque Ahamed Mollick

In this tutorial, I will show you how to highlight text in LaTeX. I am going to keep this tutorial as simple as possible. If you think that changing colors can be considered as hig.... Read More

Create an Array containing 1 to n numbers in JavaScript

By Samim

In this tutorial, we will see how to create an array containing 1 to n numbers in JavaScript. Arrays are really important in JavaScript, they let us store and work with a bunch of .... Read More

How to put a long part of text in a box in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to put a long part of text in a box in LaTeX. You can use the \parbox{<width>}{<text>} command to put some text into a box of any w.... Read More

Fun Ways to Introduce Coding to Kids Through Interactive Games

By Saruque Ahamed Mollick

Coding is a skill that will continue to grow in importance as your children grow up. Why? Because it’s used for a huge number of purposes in today’s digital world and isn’t g.... Read More

Floor (⌊x⌋) and Ceiling (⌈x⌉) function in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to get the responsive Floor and Ceiling function (brackets) in LaTeX. Floor function (brackets) in LaTeX In Mathematics the Floor function is u.... Read More

How to make two views the same width in SwiftUI

By Samim

In this tutorial, we will see how to make two views the same width in SwiftUI. Suppose we are creating two buttons, as we know the button size normally depends on the label of the .... Read More

Related Posts