Browse Source

Update 'Readme.md'

Adding tables
gmarx-patch-2
parent
commit
f4bd18d5ce
1 changed files with 21 additions and 19 deletions
  1. +21
    -19
      Readme.md

+ 21
- 19
Readme.md View File

@ -20,25 +20,27 @@ Here you can find the highlights of each day lecture, to avoid repetitive points
* Defining new vars, paragraph spaces, tabulation space, and text sizes
* A dummy text definition command
#### Geometry and Lengths
##### Geometry package
![](https://sharelatex-wiki-cdn-671420.c.cdn77.org/learn-scripts/images/f/fc/Layout-dimensions.png)
##### Units
The next table list the valid units used on LaTeX [^1].
| Abbreviation | Value |
|--------------|--------|
| `pt` | a point is approximately 1/72.27 inch, that means about 0.0138 inch or 0.3515 mm (exactly point is defined as 1/864 of American printer’s foot that is 249/250 of English foot)|
|`mm`| a millimeter|
|`cm`| a centimeter|
|`in`| inch|
|`ex` |roughly the height of an 'x' (lowercase) in the current font (it depends on the font used)|
|`em` |roughly the width of an 'M' (uppercase) in the current font (it depends on the font used)|
|`mu` |math unit equal to 1/18 em, where em is taken from the math symbols family|
[^1]: Extracted from [Overleaf](https://www.overleaf.com/learn/latex/Lengths_in_LaTeX)
Here are some basic but useful information about the eexamples and packages that we use during the webinar. If you require more deep information you can visit the links provided along the Readme file.
#### Example 3: Geometry and Lengths
##### Geometry package
The geometry
![](https://sharelatex-wiki-cdn-671420.c.cdn77.org/learn-scripts/images/f/fc/Layout-dimensions.png)
##### Units
The next table list the valid units used on LaTeX [^1].
| Abbreviation | Value |
|--------------|--------|
| `pt` | a point is approximately 1/72.27 inch, that means about 0.0138 inch or 0.3515 mm (exactly point is defined as 1/864 of American printer’s foot that is 249/250 of English foot)|
|`mm`| a millimeter|
|`cm`| a centimeter|
|`in`| inch|
|`ex` |roughly the height of an 'x' (lowercase) in the current font (it depends on the font used)|
|`em` |roughly the width of an 'M' (uppercase) in the current font (it depends on the font used)|
|`mu` |math unit equal to 1/18 em, where em is taken from the math symbols family|
[^1]: Extracted from [Overleaf](https://www.overleaf.com/learn/latex/Lengths_in_LaTeX)
----


Loading…
Cancel
Save