User Tools

Site Tools


tanszek:oktatas:techcomm:mathematical_expressions_in_tex_language

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tanszek:oktatas:techcomm:mathematical_expressions_in_tex_language [2025/09/04 12:21] kissatanszek:oktatas:techcomm:mathematical_expressions_in_tex_language [2026/08/30 16:50] (current) kissa
Line 19: Line 19:
 **Getting Started:** **Getting Started:**
  
-  - **Overleaf**: We will use Overleaf, a free online LaTeX editor, which allows you to write and compile LaTeX documents directly in your browser. +  - **Papeeria**: We will use Papeeria, a browser-based LaTeX editor that runs document compilation in the cloud: [[https://www.papeeria.com/]]
-    - Sign up at [[https://www.overleaf.com/|Overleaf]]+
-    - Overleaf offers collaborative features, version control, and a vast library of LaTeX templates.+
  
 **Basic Document Structure:** **Basic Document Structure:**
Line 96: Line 94:
 **Bold text** **Bold text**
  
-Use the `\textbf{...}command:   +Use the ''\textbf{...}'' command:   
-- Example: `\textbf{This is bold}→ **This is bold**+  - Example: ''\textbf{This is bold}'' → **This is bold**
  
 **Italic text** **Italic text**
  
-Use the `\textit{...}command:   +Use the ''\textit{...}'' command:   
-- Example: `\textit{This is italic}→ *This is italic*+  - Example: ''\textit{This is italic}'' → //This is italic//
  
 **Underline text** **Underline text**
  
-Use the `\underline{...}command:   +Use the ''\underline{...}'' command:   
-- Example: `\underline{This is underlined}→ \underline{This is underlined}+  - Example: ''\underline{This is underlined}'' → __This is underlined__
  
 **Combining formats** **Combining formats**
  
 You can even combine them:   You can even combine them:  
-- Example: `\textbf{\textit{Bold and italic}}→ **_Bold and italic_** +  - Example: ''\textbf{\textit{Bold and italic}}'' → **//Bold and italic//** 
- +  Example:
-== Example ==+
  
 <code LaTeX> <code LaTeX>
Line 201: Line 198:
  
 **Explanation:** **Explanation:**
-  - **\usepackage{amsmath}**: The `amsmathpackage is required for advanced mathematical typesetting features, including the `alignenvironment. +  - **\usepackage{amsmath}**: The ''amsmath'' package is required for advanced mathematical typesetting features, including the ''align'' environment. 
-  - **&**: This symbol is used to align equations at the specified point, usually before an operator like `=`.+  - **&**: This symbol is used to align equations at the specified point, usually before an operator like ''=''.
  
 **Tips:** **Tips:**
tanszek/oktatas/techcomm/mathematical_expressions_in_tex_language.1756988474.txt.gz · Last modified: 2025/09/04 12:21 by kissa