Scientific Writing
Latex 2
Writing for Computer Science
Introduction
Computer Science
Information Systems
1
Prepared by:
Writing for Computer Science
Introduction
Computer Science
Information Systems
2
Main topics/Contents
Writing for Computer Science
Introduction
Computer Science
Information Systems
3
Latex Tables
Table
\end {tabular}
Writing for Computer Science
Introduction
Computer Science
Information Systems
4
Latex Tables (continued)
Writing for Computer Science
Introduction
Computer Science
Information Systems
5
Latex Tables (continued)
Name | Salary | Age |
Maryam | $70,000 | 25 |
Hedayat | $90,000 | 26 |
Ahmad | $30,000 | 24 |
Writing for Computer Science
Introduction
Computer Science
Information Systems
6
Latex Colors
Writing for Computer Science
Introduction
Computer Science
Information Systems
7
Latex Colors (continued)
Writing for Computer Science
Introduction
Computer Science
Information Systems
8
Latex Colors Example
\documentclass{article}
\usepackage{xcolor}
\begine{document}
Latex is best
\newline
This is [\color[red] red color]
This is [\color[blue] blue color for latex]
\end{document}
Latex is best
This is red color This is blue color for latex
Writing for Computer Science
Introduction
Computer Science
Information Systems
9
Latex Images
Writing for Computer Science
Introduction
Computer Science
Information Systems
10
Latex Image Example
\documentclass[12pt]{article}
\usepackage{graphic}
\begin{document}
\includegraphics[scale=0.1]{Flowers}
\end{document}
Writing for Computer Science
Introduction
Computer Science
Information Systems
11
Latex Figures
\begin{figure}{where}
…….
\end{figure}
\begin{figure}{placement specifier}
…….
\end{figure}
Writing for Computer Science
Introduction
Computer Science
Information Systems
12
Latex Figures (continued)
Writing for Computer Science
Introduction
Computer Science
Information Systems
13