Skip to content

amaljose01/LaTex-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

README

About

This is a sample LaTeX document that can be edited using Overleaf. It demonstrates the basic structure and functionality of LaTeX for creating professional documents.

A copy of this code can be found at the following Overleaf project link: Overleaf Project Link

Additionally, a sample PDF has been uploaded for reference to help you understand how the document appears when compiled.

Default Font

The default font used in the provided LaTeX document is Computer Modern, the standard font family in most LaTeX document classes. This font was designed by Donald Knuth and is recognized for its elegant and professional appearance.

Changing the Font

If you wish to change the default font, you can use the following packages:

Times New Roman

To use Times New Roman, include the times package in your LaTeX document:

\usepackage{times} % Times New Roman

Times Roman with Matching Math Symbols

To use Times Roman with matching mathematical symbols, use the mathptmx package:

\usepackage{mathptmx}

Custom Fonts with XeLaTeX or LuaLaTeX

If you are using XeLaTeX or LuaLaTeX, you can specify a custom font with the fontspec package. For example:

\usepackage{fontspec}
\setmainfont{Times New Roman} % Replace with your desired font

Feedback

If you encounter any issues or have suggestions for improving this document, feel free to update the code or share feedback. Happy LaTeXing!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages