Jump to content
Banner by ~ Ice Princess Silky

Count to a million


DubWolf

CTAM after 1 million  

179 users have voted

  1. 1. What should happen after 1 million is reached?

    • Start over at 1
      26
    • Keep counting to infinity (count to the next million(s))
      99
    • Count back down to 1 (then back up)
      50
    • Other (pm or mention if you'd like)
      13


Recommended Posts

3 hours ago, DasCapschen said:

450983

"Can you make a video about how to install Vortex on Linux?"

What do you think you're just watching? :huh:

"Sure, let me get onto that"

Do nothing, wait an hour then send a link to the vid they've already watched :D

Β 

Teriyaki chicken for lunch :nom:

Link to comment
Share on other sites

450990

on the topic of "what is latex" again ; since I poorly explained it above...

You write code like this:

\documentclass[17pt]{beamer}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}

\usetheme{Bergen}

\begin{document}
	\author{Das Capschen}
	\title{A presentation}
	\subtitle{about a topic}
	\institute{A University}

	\frame{\titlepage}

	\begin{frame}
		\frametitle{Slide1}
		And then some text goes here
	\end{frame}

\end{document}

And compile it to a document like this:

image.thumb.png.e9675b8573c9094ed7f2a2f3d8a29481.png

So, really easy to make stuff :D

And don't need to fiddle with layout etc. ; also very useful for math formulas etc.

as I'd write something like \sum{k=0, n, k} to get a sum instead of having to put an image or do some other magic :wacko:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
Γ—
Γ—
  • Create New...