8000
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

Task 1 : Hello World in LaTeX

Contains a simple "Hello World" LaTeX document.

About the Document

The "Hello World" document is a simple LaTeX document that prints the words "Hello World" to the screen.

Usage

To use this document, you will need to have a LaTeX distribution such as TeX Live or MiKTeX installed on your computer.

Clone or download this repository to your computer. Open a terminal or command prompt and navigate to the directory containing the main.tex file. Type pdflatex main.tex and press Enter to compile the document. The output will be a PDF file named main.pdf.

Resources

LaTeX Project Website

Overleaf: A web-based LaTeX editor and compiler

ShareLaTeX: Another web-based LaTeX editor and compiler

0