Research.com is an editorially independent organization with a carefully engineered commission system that’s both transparent and fair. Our primary source of income stems from collaborating with affiliates who compensate us for advertising their services on our site, and we earn a referral fee when prospective clients decided to use those services. We ensure that no affiliates can influence our content or school rankings with their compensations. We also work together with Google AdSense which provides us with a base of revenue that runs independently from our affiliate partnerships. It’s important to us that you understand which content is sponsored and which isn’t, so we’ve implemented clear advertising disclosures throughout our site. Our intention is to make sure you never feel misled, and always know exactly what you’re viewing on our platform. We also maintain a steadfast editorial independence despite operating as a for-profit website. Our core objective is to provide accurate, unbiased, and comprehensive guides and resources to assist our readers in making informed decisions.

Text Formatting, Equations and Figures using LaTeX

Imed Bouchrika, PhD

by Imed Bouchrika, PhD

Co-Founder and Chief Data Scientist

LaTeX is easy and straight forward ! a simple document using Latex is shown below:

\documentclass[a4paper,11pt,twocolumn]{article} \usepackage{amsmath,times} \usepackage{graphicx} \usepackage{tabularx} \begin{document} \title{The title of your article here....} \author{I. Bouchrika and A. Another \\ University of ABC \\ address here of your university \\ Country, post code} \date{} \maketitle \begin{abstract} This is the text for my abstract ..... \end{abstract} \section{introduction} text for the introduction \textit{here} text for \textbf{the }introduction \underline{here} text for the introduction here \end{document}

\textit{text} ITALIC TEXT

\textbf{text} BOLD TEXT

\underline{text} Underlined text

For inserting Equation within a text, we use $ equation here $as shown in the example :

\section{introduction} the introduction here as shown for $x=f(t)$ text for the introduction here text for the introduction here

If you want to insert equation on its own, we use the \begin{equation} and \end{equation}:

\section{introduction} the introduction here as (\ref{eq:myeqa}) text for the introduction here text for the introduction here \begin{equation} x=\sum{f(t))} \label{eq:myeqa} \end{equation}

Note that the equation block has the command \label{eq:anythinghere}. This is a label or an address that we can within the text to refer to the equation using the command \ref{eq:anythinghere}

To insert an image or a figure, we need first to import the package graphicx using the command : \usepackage{graphicx}. We use the command \begin{figure} and \end{figure} as shown below:

\section{introduction} the introduction here as (\ref{fg:myfig}) text for the in.... \begin{figure}[h] \centering \includegraphics[width=3cm]{nameofyourimage.jpg} \label{fg:myfig} \caption{Title of your image here} \end{figure}

The output of the above is :

The option [h] inside \begin{figure}[h], means place the picture HERE.

Tthe command \centering is to align the image into the middle (center ).

The main command is \includegraphics[options]{pathofyourimage.jpg] Options can be : width, height, angle

The \caption command is for the title of the text.

Related Articles
What Is a Research Question? Tips on How to Find Interesting Topics for 2026 thumbnail
Importing References from Google Scholar to bibtex thumbnail
Research JAN 5, 2026

Importing References from Google Scholar to bibtex

by Imed Bouchrika, PhD
The Role of AI in Academic Research: Benefits and Ethical Considerations thumbnail
How Data Science is Transforming Academic Research thumbnail
Research JAN 5, 2026

How Data Science is Transforming Academic Research

by Imed Bouchrika, PhD
How to Write a Research Proposal for 2026: Structure, Examples & Common Mistakes thumbnail
What Is Empirical Research? Definition, Types & Samples for 2026 thumbnail
Research MAY 21, 2026

What Is Empirical Research? Definition, Types & Samples for 2026

by Imed Bouchrika, PhD

Newsletter & Conference Alerts

Research.com uses the information to contact you about our relevant content.
For more information, check out our privacy policy.

Newsletter confirmation

Thank you for subscribing!

Confirmation email sent. Please click the link in the email to confirm your subscription.