How to use Times New Roman font in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to use Times New Roman font in LaTeX without using fontspec. Using fontspec you can customize fonts a lot more. But if you are looking for a s.... Read More

Draw Double Torus using Tikz and pgfplots in LaTeX – An attempt

By Saruque Ahamed Mollick

Hello, in this tutorial, we will learn how to draw or plot double torus in LaTeX using Tikz and pgfplots. A double torus is also known as gen 2 torus or genus 2 torus. I have done .... Read More

Draw Torus with Tikz in LaTeX – with Equation

By Parvez Akhtar Pasha

In this LaTeX tutorial, I will show you how to plot torus in LaTeX using Tikz. We will also learn to write the torus equation in LaTeX. I will cover these in this tutorial: Paramet.... Read More

How to draw Octagon in LaTeX – Tikz

By Saruque Ahamed Mollick

In this tutorial, I will show you how easily we can draw an octagon in LaTeX using Tikz. Draw a Simple octagon in Latex Look at the below code: \documentclass{standalone} \usepacka.... Read More

LaTeX hat(^) symbol – Circumflex or Caret

By Saruque Ahamed Mollick

In this tutorial, we will learn how to print Hat symbol in LaTeX. Then we will also learn to write the caret or circumflex symbol in Latex. The simplest way to write this symbol wi.... Read More

Accessing Live CCTV from RTSP on Local Network on Ubuntu/Linux

By Faruque Ahamed Mollick

Suppose on the same WI-Fi setup in which your computer is connected, there is also a CCTV camera attached on the same local Wi-Fi network. Now in this tutorial, I am going to show .... Read More

Company name matching from csv with matching score – Python

By Saruque Ahamed Mollick

Well, finally I have come up with a solution of matching company names using Python. This time, we are going to match company names from two CSV datasets even if the company names .... Read More

Get official URL of any company using Python

By Saruque Ahamed Mollick

In this tutorial, I will show you how to fetch or get the URL of official website of any company using Python. We will use beautifulsoup and requests module to do this. Logic behin.... Read More

Related Posts