import { Button } from "~/components/ui/button"; import { AccessibleVideo } from "~/components/AccessibleVideo"; import { ExternalLink } from "lucide-react"; import Link from "next/link"; export const metadata = { title: "Getting Started with LaTeX", publishedAt: "2024-10-15", summary: "A guide to my 5-minute introduction to LaTeX, explaining why it's the gold standard for academic writing and how to get started.", tags: ["LaTeX", "Tutorial", "Accessibility", "Education", "Overleaf"], image: "/latex-thumbnail.jpg", }; export const transcript = `
Hello, and welcome to getting started with LaTeX. This tutorial will walk you through creating your first document using the LaTeX system.
LaTeX is a typesetting system commonly used for technical and scientific documents. It's widely used throughout the world of academia specifically in engineering and science fields.
This is due to how easy LaTeX makes it for someone to include complex mathematical equations, models and more. Most documents written in math or physics courses here at Bucknell are written using LaTeX.
Throughout this tutorial we'll be utilizing a free LaTeX editor called Overleaf which is available online at overleaf.com.
We'll go through:
By the end of this tutorial, you'll be able to create your own professional-looking documents with proper formatting and mathematical notation.
`; # Why I Teach LaTeX In the world of engineering and science, clear communication is just as important as the technical work itself. I created this tutorial because I noticed many students struggling to format their mathematical equations and technical reports using standard word processors. **LaTeX** is the solution to that problem. It's the gold standard for academic and technical document preparation, especially in mathematics, computer science, and physics. Once you get past the initial learning curve, it allows you to focus entirely on the _content_ of your work, trusting the system to handle the _presentation_ professionally. ## The Tutorial I designed this 5-minute introduction to be the quickest way to go from zero to a finished document. I chose to use **Overleaf** for this demonstration because it removes the barrier of installing complex software. It runs right in your browser, so you can start writing immediately.