Forskelle
Dette viser forskellene mellem den valgte og den nuværende udgave af dokumentet. Gul er linjer der findes i den gamle udgave, og grøn er linjer der findes i den nuværende.
Begge sider forrige revision Forrige revision Næste revision | Forrige revision | ||
en:rusturen:how-to-latex [2020-06-20 23:19] – [Tabel til tidsplan] niels | en:rusturen:how-to-latex [2022-02-22 11:00] (nuværende) – [Emergency LaTeX support] niels | ||
---|---|---|---|
Linje 1: | Linje 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
- | |||
//Back to [[da: | //Back to [[da: | ||
- | {{ :: | + | {{ da:rusturen: |
====== How-to-LaTeX ====== | ====== How-to-LaTeX ====== | ||
Linje 11: | Linje 9: | ||
=====Basic setup===== | =====Basic setup===== | ||
- | For efficiency' | + | For efficiency' |
- | + | ||
- | * The '' | + | |
- | * The '' | + | |
- | The templates is already split into //days, activities and general stuff// | + | The templates is already split into //days, activities, front- |
fig | fig | ||
Linje 199: | Linje 194: | ||
{{ : | {{ : | ||
+ | |||
+ | Take note of how one makes line breaks inside a table. You have to use '' | ||
==== Timetable ==== | ==== Timetable ==== | ||
It is a good idea to create a timetable for each day with a list of what happends when. The following | It is a good idea to create a timetable for each day with a list of what happends when. The following | ||
Linje 237: | Linje 234: | ||
{{ : | {{ : | ||
- | ==== Tabel til vektorinformationer | + | ==== Vector information |
- | Vektorinformationerne er noget af det første der står i jeres drejebog sammen med oplysninger vedr. nærmeste skadestue/ | + | Vector information should be at one of the first pages in the playbook together with information about |
- | Nedenstående er et eksempel på, hvordan disse informationer kan angives. De er igen angivet med navne som kodeord. De tilhørende telefonnumre er fiktive. | + | nearest hopsital, police, cabin daddy etc. Even though most of you have written the number of you probably |
+ | have the teams phone numbers, what if your telephone is destroyed and you are in an emegency that need some | ||
+ | other vectors? | ||
+ | |||
+ | The following is an example of how to create this list. It is also included in the template. | ||
<code latex> | <code latex> | ||
- | \subsection{Vores telefonnumre} | + | \subsection{Our telephone numbers} |
| | ||
\begin{tabular}{c|l} | \begin{tabular}{c|l} | ||
Linje 264: | Linje 265: | ||
\end{tabular} | \end{tabular} | ||
</ | </ | ||
- | Et screenshot af koden compilet ser ud som følger:\\ | ||
- | {{ : | ||
+ | This gives the following: | ||
+ | {{ : | ||
- | ==== Hvis din tabel er for stor ==== | + | |
- | Hvis du har en tabel som er for stor til din side, kan du prøve at lægge den ned i "landscape" | + | ==== Your table won't fit ==== |
+ | It happends a lot. You have a table to big for your page. What you can try to do is put it in '' | ||
+ | Simply put you turn the page 90 degrees. You do this by surround the table with '' | ||
+ | '' | ||
<code latex> | <code latex> | ||
Linje 277: | Linje 281: | ||
</ | </ | ||
- | En anden mulighed som kan sættes i kombination med ovenstående er at ændre skriftstørrelsen LaTeX skriver i. Følgende er listen over de standard skirftstørelser som LaTeX bruger | + | Another option is to reduce the font size. This can also be combined with the above. The following is a list |
+ | of all the default sizes you can operate with LaTeX. | ||
<code latex> | <code latex> | ||
Linje 292: | Linje 297: | ||
</ | </ | ||
- | Der findes | + | There are 2 methods to change the font size in LaTeX |
<code latex> | <code latex> | ||
- | {\small | + | {\small |
\begin{small} | \begin{small} | ||
- | Dette er tekst med en lille skriftstørrelse skrevet i et LaTeX enviroment | + | This is some text with a small font size written in a LaTeX enviroment |
\end{small} | \end{small} | ||
</ | </ | ||
- | Hvis man bare skriver | + | If you write just '' |
+ | size '' | ||
---- | ---- | ||
- | ===== Flere kolonner | + | ===== Multiple columns |
- | Ofte har man lyst til at give sin drejebog flere kolonner, for at give mere plads til tekst eller gøre ting mere overskueligt. Det kan gøres meget simpelt i drejebogen ved at omringe den tekst man gerne vil have i flere kolonner med '' | + | Some times you want to write your playbook in multiple columns to utilize more of the page. It is very simple to |
+ | do in the playbook template. Simply surround what you want in mutliple columns with '' | ||
+ | '' | ||
<code latex> | <code latex> | ||
\begin{multicols}{2} | \begin{multicols}{2} | ||
- | | + | |
\end{multicols} | \end{multicols} | ||
</ | </ | ||
---- | ---- | ||
- | ===== Materialeliste | + | ===== |
==== Matlist ==== | ==== Matlist ==== | ||
- | For at gøre materialelisten så simpel som mulig kan man vælge at lave denne i LaTeX. På denne måde vil LaTeX samle alle items på materialelisten for dig. Dette gøres på følgende måde: | + | When making the material list we recommend using our custom '' |
+ | collects all materials written in the playbook and writes it at the end of the playbook. | ||
- | Start materialelisten med følgende kommando: | + | To use the enviroment you simply write |
- | <code latex> | + | <code latex> |
- | Herefter skrives alle materialer på følgende måde: | + | \begin{mats}{DAY}{ACTIVITY} |
- | <code latex> | + | </ |
- | Når der ikke er flere materialer afsluttes der med: | + | For each item you want to add to the list you write |
- | <code latex> | + | <code latex> |
- | + | \mat{QUANTITY}{MATERIAL} | |
- | Når man gør det på denne måde kommer materialelisten automatisk bagerst i drejebogen og samler det nemt og overskueligt sammen. | + | </ |
+ | When you want to end your list you end the enviroment with | ||
+ | <code latex> | ||
+ | \end{mats} | ||
+ | </ | ||
- | **Eksempel på en post, hvor mats er brugt:** | + | **Example of a post from a starrun where mats is used** |
<code latex> | <code latex> | ||
- | {\large \textbf{Post | + | {\large \textbf{Post |
- | \textbf{Postansvarlig: | + | \textbf{Postansvarlig: |
- | \begin{mats}{Lørdag}{Kassestaffet} | + | A game of beer pong without liquid. Underneath each cup there is a challenge you have to do aswell. If you wanted to turn it into a drinking game you can suggest the russes that they can drink a few sips every hit.\\ |
- | \mat{4}{Mælkekasser} | + | |
+ | \begin{mats}{Tuesday}{Fear Pong} | ||
+ | \mat{12}{plastic cups} | ||
+ | \mat{1}{Ping pong balls} | ||
+ | \mat{1}{Challenges} | ||
+ | \mat{1}{Small weights to prevent the cups from falling over} | ||
\end{mats} | \end{mats} | ||
- | Russerne stilles op på mælkekasserne og skal nu transportere sit hold så langt som muligt uden at røre jorden. | + | \textbf{Challenge ideas are printed, ask \carl} |
</ | </ | ||
- | {{ : | ||
- | Til sidst i drejebogen, hvor man kan se at den er kommet ind under Lørdag, Kassestaffet: | + | {{ :en: |
- | {{ : | + | At the end of the playbook you can see Tuesday and Fear Pong where the materials are listed. |
---- | ---- | ||
- | ====== | + | ====== |
- | Det aller hurtigste er klart et søg på Google | + | The fastest method is most likely a Google |
- | * https:// | + | * https:// |
- | * https:// | + | * https:// |
- | * https:// | + | * https:// |
- | * https:// | + | * https:// |
---- | ---- | ||
- | //Første udkast lavet af Henriette Steenhoff | + | |
+ | |||
+ | ====== Emergency LaTeX support ====== | ||
+ | |||
+ | ^ Name ^ mail| | ||
+ | | Niels Kjær Ersbøll | niels@bund.nu | | ||
+ | | Rasmus Aagaard | latex-student@student.dtu.dk| | ||
+ | |||
+ | //First draft made by Henriette Steenhoff |