caubert / HW_Template (public) (License: Creative Commons Attribution 4.0 International License) (since 2019-05-20) (hash sha1)
Latex macros and document to create easily homeworks, quizzes, exams and final exams for the computer science classes I teach.

/main.tex (57c4371348ce14aac381e956cf4ee4f8a97755ac) (359 bytes) (mode 100644) (type blob)

% !TeX document-id = {b23d8692-717b-4b0a-8e35-a79bfe1eca58}
% !TeX TXS-program:compile = txs:///xelatex/[--shell-escape -8bit]

\documentclass[letterpaper]{article}
\usepackage{latex/packages}
\xsimsetup{
	tags = {%
			hw	 % Homework
			% qz  % Quiz
			% ex   % Exam
			% fi  % Final	
		}
	%, solution/print = true % To display the solution
}
\input{template}

Mode Type Size Ref File
040000 tree - a1136a5f7a1920eccd50038dff2d9e6598e392b2 latex
100644 blob 359 57c4371348ce14aac381e956cf4ee4f8a97755ac main.tex
100644 blob 3149 2a4dc59cd1cca3f4312b9b1a641b48db5e6dc707 template.tex
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/HW_Template

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/HW_Template

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/HW_Template

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main