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:22] – [3. Basic Text Formatting in LaTeX] kissatanszek:oktatas:techcomm:mathematical_expressions_in_tex_language [2025/09/04 12:45] (current) – [5. Aligning Equations] kissa
Line 97: Line 97:
  
 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}'' → __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 200:
  
 **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.1756988555.txt.gz · Last modified: 2025/09/04 12:22 by kissa