Browse Source

Update 'Readme.md'

pull/1/head
parent
commit
a1a95ba6cf
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      Readme.md

+ 14
- 0
Readme.md View File

@ -17,6 +17,20 @@ 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
##### Units
| 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
### Day 2: Document Classes and Sectional Units ###
### Day 3: Equations, Tables and Figures (Marx) ###
### Day 4: Plots with PGFPlots package(Marx) ###


Loading…
Cancel
Save