mp3: done submission
This commit is contained in:
parent
4d16502d92
commit
aa9eb03131
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
% Please note that a large LaTeX memory limit is needed to compile this file.
|
||||||
|
% Edit /usr/local/texlive/<year-version>/texmf.cnf and add/edit the following lines:
|
||||||
|
%
|
||||||
|
% main_memory = 12000000
|
||||||
|
% extra_mem_bot = 30000000
|
||||||
|
% extra_mem_top = 2000000000
|
||||||
|
|
||||||
\documentclass[unicode,11pt,a4paper,oneside,numbers=endperiod,openany]{scrartcl}
|
\documentclass[unicode,11pt,a4paper,oneside,numbers=endperiod,openany]{scrartcl}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{subcaption}
|
\usepackage{subcaption}
|
||||||
|
|
8
mp3/submit.sh
Executable file
8
mp3/submit.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
PID="3"
|
||||||
|
dname="Project_${PID}_Maggioni_Claudio"
|
||||||
|
zname="project_${PID}_Maggioni_Claudio"
|
||||||
|
|
||||||
|
rm -v $zname.zip
|
||||||
|
zip $zname.zip *.tex ex3_*.pdf *.sty usi_inf.pdf $zname.{pdf,tex} $dname/src/*.m
|
Reference in a new issue