[ home ] [ math / cs / ai / phy / as / chem / bio / geo ] [ civ / aero / mech / ee / hdl / os / dev / web / app / sys / net / sec ] [ med / fin / psy / soc / his / lit / lin / phi / arch ] [ off / vg / jp / 2hu / tc / ts / adv / hr / meta / tex ] [ chat ] [ wiki ]

Viewing source code

The following is the source code for post >>>/cs/154

This board is for the discussion of \textbf{computer science}.

This includes topics such as data structures, algorithms, computation theory, programming languages, compilers, etc. 

\begin{enumerate}
  \item Homework questions must be posted in \href{/hr/}{/hr/ - Homework/Requests}
  \item Career advice belongs to \href{/adv/}{/adv/ - Career Advice}
  \item Testing Mathchan's markup should only be done on \href{/tex/}{/tex/ - LaTeX}
  \item Questions about the board itself can be asked in \href{/meta/}{/meta/ - Meta Questions}
\end{enumerate}
\textbf{Inline code} can be embedded in several different ways:
\begin{enumerate}
  \item `\inline{ ... }` or `\lstinline{ ... }` commands
  \item `\begin{inline} ... \end{inline}` environment
  \item `\< ... \>` or \<` ... `\> special blocks
\end{enumerate}
\textbf{Block-level code} can also be embedded in several ways:
\begin{enumerate}
  \item `\code{ ... }`, `\codeblock{ ... }` commands
  \item `\begin{code} ... \end{code}`, `\begin{codeblock} ... \begin{codeblock}`  or `\begin{lstlisting} ... \end{lstlisting}` environments
  \item \<``` ... ```\> special block
\end{enumerate}
\textbf{Syntax highlighting} can be added by specifying a programming language like `\begin[language=java]{code} ... \end{code}` or like \<```java ... ```\>.