New MembersHi

You would like to introduce yourself before starting to post? That's a nice idea and here is the forum for you...
Post Reply
achim
Posts: 49
Joined: Wed Aug 05, 2009 2:29 pm

Hi

Post by achim »

% Preamble
Hello

% Main Part
\begin{document}

I'm a mechanical engineer from Switzerland, currently studying my masters in England.
I got introduced to LaTeX by my math prof in 2006.

Although having studied here in England for almost a year, my English is not perfect. So I hope I will make myself understood in my posts...

Cheers

\end{document}
OS: Kubuntu
Distribution: TexLive
Editor: Kile

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Hi

Post by localghost »

Code: Select all

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\pagestyle{empty}
\setlength{\parindent}{0em}

\begin{document}
  What a nice way to introduce yourself! This could have only been topped by
  submitting your introduction as a PDF file typeset by \LaTeX\footnote{\ldots\ 
  and uploading it to the forum server.}.

  \bigskip
  Best regards and welcome to the board\\[\smallskipamount]
  Thorsten
\end{document}
Post Reply