Bold math symbols in LaTeX math mode

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to make bold math symbols in LaTeX for bold math mode. There are three different methods I am going to demonstrate that will make your .... Read More

Underline Math Formula in LaTeX

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to underline math formulas in LaTeX math mode. LaTeX already comes with the built-in \underline command that we can use to give underli.... Read More

Change LaTeX math font to sans serif​

By Faruque Ahamed Mollick

In this LaTeX tutorial, I will show you how to change the math font to sans serif. Whether you want to change the font for a specific math equation or for all the equations in the .... Read More

Make a truth table in LaTeX​

By Faruque Ahamed Mollick

Truth tables are used for several important purposes in mathematics, computer science, and logic. If you are writing in LaTeX then you may need to create a truth table using LaTeX..... Read More

Fixed: Table Cutting on the Right side in LaTeX for wide table

By Saruque Ahamed Mollick

I usually work in LaTeX for small documents that do not include many graphics and tables. But recently I need to insert a wide table in my LaTeX doc. I saw that the right side of t.... Read More

Start an enumerate list at 2 instead of 1 in LaTeX

By Saruque Ahamed Mollick

In this tutorial, we will learn how to start enumerate list at 2 instead of 1. We will use enumitem package to do this. \documentclass{article} \usepackage{enumitem} \begin{documen.... Read More

Pass a struct to a function in Swift

By Saruque Ahamed Mollick

In this tutorial, we will learn how to pass a struct to a function (by using it as a parameter,)  in Swift. We will pass it just like we pass other data types. We know that struct.... Read More

Detect text from the screen and click on it in Python programming

By Faruque Ahamed Mollick

In this tutorial, I will show you how to detect text on the screen and then click on it with the help of Python programming. For example, you may want to click on an anchor link on.... Read More

Related Posts