Skip to main content
CIT 5920 — Fall 2025
Sli.do Ed Discussion PrairieLearn Panopto Gradescope Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Onboarding for TAs

Configure the HW templates

A homework template is as such:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Welcome to Overleaf --- just edit your LaTeX on the left,
% and we'll compile it for you on the right. If you open the
% 'Share' menu, you can invite other users to edit at the same
% time. See www.overleaf.com/learn for more info. Enjoy!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt, nopagenumbers]{adamblan-hw}
\setcounter{questionCounter}{0}

%%%%%%%%%%%%%%%%% Identifying Information %%%%%%%%%%%%%%%%%
%% DO NOT INCLUDE YOUR NAME ANYWHERE IN THE PDF. WE WANT %%
%% TO GRADE ANONYMOUSLY TO AVOID BIAS!!!!                %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{document}


\begin{question}{Real Life Sets}
    % Put your solution here
\end{question}


\begin{question}{Set Proof}
    % Put your solution here
\end{question}

% ...

        
\end{document}

In which there is one question environment per question in the homework.

TODO:

  • Adapt the above template to the homework
  • Upload to Pastebin, making sure to make public and without expiration
  • Copy the “Raw” link from Pastebin
  • Combine it with following template link, by replacing [PASTEBIN_LINK] with the link from Pastebin:
    https://www.overleaf.com/docs?snip_uri%5B%5D=[PASTEBIN_LINK]&snip_uri%5B%5D=https://math4cs.com/23sp/written-templates/adamblan-hw.cls&snip_name%5B%5D=main.tex&snip_name%5B%5D=adamblan-hw.cls&comment=false
    
  • For instance: See this link.

The documentation for Overleaf’s snip_uri feature can be found here.