Jump to content
Banner by ~ Wizard

Count to a million


DubWolf

CTAM after 1 million  

188 users have voted

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

    • Start over at 1
      28
    • Keep counting to infinity (count to the next million(s))
      104
    • Count back down to 1 (then back up)
      52
    • Other (pm or mention if you'd like)
      14


Recommended Posts

450976

Yeah :derp:

---

"git pull latex master" just sounds so wrong :laugh:

git = program for version control
pull = download
latex (speak lay-tech) = "programming" language for documents
master = main branch of the repo
sitory


„I shall be quiet as a calm sea. Which is... not... very quiet.“

„This is intolerable!“

„Even combat is a partnership... for a little while.“

Link to comment
Share on other sites

450978

13 minutes ago, Chrysalis89 said:

You ever get distracted while studying or doing college work?

Err, CtaM?

What about Chrys, do you ever get distracted after saying "good night"?

 

Edited by Dawnchaser

My awesomeness is only second to my modesty B)

 

Link to comment
Share on other sites

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:


My awesomeness is only second to my modesty B)

 

Link to comment
Share on other sites

450986

Swirly! :D

---

The ultimate evil plan, Dawn :P

 

  • Thanks 1

„I shall be quiet as a calm sea. Which is... not... very quiet.“

„This is intolerable!“

„Even combat is a partnership... for a little while.“

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:


„I shall be quiet as a calm sea. Which is... not... very quiet.“

„This is intolerable!“

„Even combat is a partnership... for a little while.“

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...