Skip to content

Instantly share code, notes, and snippets.

/*
ELEC1100 Lab06
To program the car turning left at split
*/
#define pinSTOP A6
#define pinLQ3 3 //pin D3
/**
* HKUST ELEC1100 Final project
* Group 97
* Thomas Ip & Lai Siu Hong
*/
#define SENSOR_F A2
#define SENSOR_R A3
#define SENSOR_M A4
#define SENSOR_L A5

description: Award-winning tutorials, tips and advice on GCSE French coursework and exams for students, parents and teachers. keywords:

  • GCSE
  • gcse
  • help
  • learning
  • learn
  • French
\usepackage[hyphens]{url}
\begin{document}
\begin{multicols*}{2}
Lorem ipsum\cite{lorem_ipsum} dolor sit amet, consectetur adipiscing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat.
\usepackage{siunitx, float, booktabs, caption}
\begin{document}
\maketitle
\begin{multicols*}{2}
\begin{table}[H]
\captionsetup{singlelinecheck = false}
\begin{tabular*}{0.5\textwidth}{@{\extracolsep{\fill}} @{}lll@{}}
\toprule
% Put this at the top of the document
\pagenumbering{gobble}
\begin{document}
\begin{multicols*}{2}
\lipsum[1-5]
\end{multicols*}
\end{document}
@tommyip
tommyip / blog_latex_multicol.tex
Last active September 18, 2017 08:52
Multicol package
\begin{document}
\begin{multicols}{2}
\lipsum[1-5]
\end{multicols}
\end{document}
\usepackage[margin={2cm, 2cm}]{geometry}
@tommyip
tommyip / blog_latex_title.tex
Last active September 18, 2017 08:56
LaTeX title for single page documents
\title{\vspace{-2cm}Writing single page documents in \LaTeX}
\author{Author name}
\begin{document}
\maketitle
\end{document}