How to draw horizontal lines in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to draw different types of horizontal lines in a LaTeX document. Dwar horizontal line with \rule command With the default command \rule you can.... Read More

Golden Ratio or Phi (φ, Φ) Symbol in LaTeX

By Saruque Ahamed Mollick

Hello, in this tutorial, we will learn how to write golden ratio constant symbol in LaTeX. Golden ratio is often mentioned as Phi. In LaTeX, we can easily write this Golden ration .... Read More

How to change the rules (line) color of a table in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to change the color of lines or rules of a table in LaTeX. To set the line color of a table in LaTeX, you can use the xcolor package with the [.... Read More

Maximum Likelihood Estimation (MLE) in Python

By Yathartha Rana

In this tutorial, we will learn about a very important topic often used in statistics: Maximum Likelihood Estimation. Firstly, we will explore the theory and then will apply our th.... Read More

Tensor Product (⊗) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to write tensor product in LaTeX. We can do this simply without using any external package. The command is: \otimes, We have to write it in Ma.... Read More

Adjust SwiftUI view’s background color for dark mode

By Samim

In this tutorial, we’ll explore how to dynamically change the background color of a view based on the system’s dark mode setting. Dark mode is a popular feature for exp.... Read More

Equal by definition (≜) symbol in LaTeX

By Saruque Ahamed Mollick

In this tutorial, we will learn how to print qual by definition symbol in LaTeX. Equal by definition symbol is also known as Triangle Equivalent symbol or delta equal to symbol. In.... Read More

Add border for an image (figure) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you all of the methods to add a border for an image in LaTeX. Add a border for an image with \fbox If you want a simple black border around the image,.... Read More

Related Posts