refactor: fix linting and typechecking errors
This commit is contained in:
@@ -6,9 +6,10 @@ 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.",
|
||||
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"
|
||||
image: "/latex-thumbnail.jpg",
|
||||
};
|
||||
|
||||
export const transcript = `
|
||||
@@ -30,7 +31,7 @@ export const transcript = `
|
||||
|
||||
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.
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user