kmecke179 df2ac28a03 | 3 years ago | |
---|---|---|
1_basics | 3 years ago | |
beamer | 3 years ago | |
flyer | 3 years ago | |
.gitignore | 3 years ago | |
Readme.md | 3 years ago |
An International Webinar between Instituto Tecnológico de Morelia, Jade University of Applied Science and Óbuda University
The repository is organized in the next way. The 1_basics
folder includes information (presentations or guides), examples source code, and any other useful information that the attendant can review during or after the webinar.
Here you can find the highlights of each day lecture, to avoid repetitive points during the webinar.
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.
A basic example to test any LaTeX distribution is:
\documentclass{standalone}
\begin{document}
Hello \LaTeX{}
\end{document}
Font formats, like bold or italics, are useful for highlight important text section by taking the reader's attention. Next are listed the most common used formats; if you need a detailed manual please look the LaTeX2e font selection manual.
Code | Notes |
---|---|
\textbf{} |
for bold text |
\textmd{} |
for medium |
\textit{} |
for italics |
\textsl{} |
for slanted |
\underline{} |
for underline |
\textsc{} |
for small capital letters |
\uppercase{} |
for large capital letters |
\textsuperscript{} |
for raised text |
\textsubscript{} |
for lowered text |
\texttt{} |
for terminal text |
\oldstylenums{} |
for old number font |
The documents geometry can be handle by natural LaTeX commands. Howeever, there is a useful package to make it easier. The package is Geometry
.
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 |
CSV
filesWhat is a reference? What is a good reference?
Certficates Feedback session