@@ -369,7 +369,7 @@ \section{Slutsatser}
369
369
370
370
\ti {Fotnoter är lätta att skriva:}
371
371
372
- \begin {exlatex }
372
+ \begin {exlatexhide }
373
373
Om man använder \LaTeX
374
374
\footnote {uttalas
375
375
`` lah-tekh'' } så
@@ -378,7 +378,7 @@ \section{Slutsatser}
378
378
% snyggt
379
379
professionellt
380
380
utformade.
381
- \end {exlatex }
381
+ \end {exlatexhide }
382
382
383
383
\blankline
384
384
\begin {itemize }
@@ -506,7 +506,7 @@ \section{Slutsatser}
506
506
507
507
\begin {exlatex }
508
508
\begin {table }[t]
509
- \begin {tabular }{lcr }
509
+ \begin {tabular }{|l|c|r| }
510
510
Produkt & Typ & Pris \\
511
511
\hline
512
512
Skruvar & stora & 0.18~kr \\
@@ -638,8 +638,9 @@ \section{Slutsatser}
638
638
639
639
\blankline
640
640
\begin {itemize }
641
- \ii {I löpande text: \code {\$ \dots \ \$ }}
642
- \ii {På egen rad: \texttt {\textbackslash begin\{ displaymath\} \dots \ \textbackslash end\{ displaymath\} }}
641
+ \ii {I löpande text: \code {\$ \dots \ \$ } eller \code {\textbackslash ( \dots \ \textbackslash )} (mer robust i vissa sammanhang.)}
642
+ \ii {På egen rad: \texttt {\textbackslash begin\{ displaymath\} \dots \ \textbackslash end\{ displaymath\} }\\
643
+ eller \code {\textbackslash [ \dots \ \textbackslash ]} }
643
644
\ii {Numrerad formel: \code {\textbackslash begin\{ equation\} \dots \ \textbackslash end\{ equation\} }}
644
645
\ii {Etikett och referens: \code {\textbackslash label} och \code {\textbackslash ref}}
645
646
\end {itemize }
@@ -652,13 +653,15 @@ \section{Slutsatser}
652
653
\vspace {2em}
653
654
654
655
\begin {exlatex }
655
- Formeln $ x=3 y-2 $ står inne i texten. Däremot står
656
+ Formeln \( x=3y-2\) står inne i texten. Däremot står
656
657
\begin {displaymath }
657
- x=3y- 2
658
+ x_1 = 3y - 2
658
659
\end {displaymath }
659
- för sig själv precis som
660
+ för sig själv, precis som
661
+ \[ x_2 = -0.6e^{2-y} + \frac {9.3}{\pi }\]
662
+ och detta är en numrerad ekvation:
660
663
\begin {equation }
661
- x=3y-2
664
+ x_3 = 2y^2 + 7y - 2a + 3
662
665
\label {xochy }
663
666
\end {equation }
664
667
@@ -680,11 +683,11 @@ \section{Slutsatser}
680
683
\vspace {1cm}
681
684
682
685
\begin {exlatex }
683
- \begin { displaymath }
686
+ \[
684
687
x_{k+1} =
685
688
x_{k} -
686
689
\frac {f(x_{k})}{f'(x_{k})}
687
- \end { displaymath }
690
+ \]
688
691
\end {exlatex }
689
692
\end {frame }
690
693
@@ -693,18 +696,18 @@ \section{Slutsatser}
693
696
\vspace {2em}
694
697
695
698
\begin {exlatex }
696
- \begin { displaymath }
699
+ \[
697
700
e^x = 1+x+x^2/2!+x^3/3!+\cdots
698
- \end { displaymath }
701
+ \]
699
702
\end {exlatex }
700
703
701
704
\vspace {1cm}
702
705
703
706
\begin {exlatex }
704
- \begin { displaymath }
707
+ \[
705
708
x_{1,2}=\frac {p}{2}\pm
706
709
\sqrt {\frac {p^2}{4}-q}
707
- \end { displaymath }
710
+ \]
708
711
\end {exlatex }
709
712
710
713
\end {frame }
@@ -716,18 +719,18 @@ \section{Slutsatser}
716
719
\vspace {2em}
717
720
718
721
\begin {exlatex }
719
- \begin { displaymath }
722
+ \[
720
723
\int _{-\infty }^{\infty }
721
724
e^{-x^2} dx
722
- \end { displaymath }
725
+ \]
723
726
\end {exlatex }
724
727
725
728
\vspace {1cm}
726
729
727
730
\begin {exlatex }
728
- \begin { displaymath }
731
+ \[
729
732
\sum _{k=1}^n\frac {1}{a_k}
730
- \end { displaymath }
733
+ \]
731
734
\end {exlatex }
732
735
733
736
\end {frame }
@@ -737,9 +740,9 @@ \section{Slutsatser}
737
740
\vspace {2em}
738
741
739
742
\begin {exlatex }
740
- \begin { displaymath }
743
+ \[
741
744
\sin ^2 x + \cos ^2 x = 1
742
- \end { displaymath }
745
+ \]
743
746
\end {exlatex }
744
747
\end {frame }
745
748
@@ -748,7 +751,7 @@ \section{Slutsatser}
748
751
\vspace {2em}
749
752
750
753
\begin {exlatex }
751
- \begin { displaymath }
754
+ \[
752
755
A=\left (
753
756
\begin {array }{cccc}
754
757
a_{11} & a_{12} & \cdots & a_{1n} \\
@@ -757,7 +760,7 @@ \section{Slutsatser}
757
760
a_{n1} & a_{n2} & \cdots & a_{nn} \\
758
761
\end {array }
759
762
\right )
760
- \end { displaymath }
763
+ \]
761
764
\end {exlatex }
762
765
\end {frame }
763
766
@@ -803,25 +806,6 @@ \section{Slutsatser}
803
806
\end {figure }
804
807
Från text kan vi nu referera till figur~\ref {fig:exempelbild }.
805
808
\end {exlatex }
806
- % \begin{exsrc}
807
- % \begin{figure}
808
- % \centering
809
- % \includegraphics[height=40mm]
810
- % {images/bild.pdf}
811
- % \caption{Exempelbild}
812
- % \label{fig:exempelbild}
813
- % \end{figure}
814
- % Från text kan vi nu referera till figur~\ref{fig:exempelbild}.
815
- % \end{exsrc}
816
- % \begin{exresult}
817
- % \begin{figure}
818
- % \centering
819
- % \includegraphics[height=30mm]{images/enkelmodell.pdf}
820
- % \caption{Exempelbild}
821
- % \label{fig:exempelbild2}
822
- % \end{figure}
823
- % Från text kan vi nu referera till figur~\ref{fig:exempelbild2}.
824
- % \end{exresult}
825
809
826
810
\end {frame }
827
811
0 commit comments