Změna obrázku lišáka na obálkách

This commit is contained in:
Tomáš Domes 2019-11-13 22:00:08 +01:00
parent b3221eab65
commit 5460884da5
4 changed files with 3 additions and 1605 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -86,7 +86,8 @@
% Tohle makro vysází samotnou obálku % Tohle makro vysází samotnou obálku
\def\obalka#1#2#3#4#5#6#7{ \def\obalka#1#2#3#4#5#6#7{
% Horní a pravý okraj je zároveň okraj stránky, resetujeme odsazení % Horní a pravý okraj je zároveň okraj stránky, resetujeme odsazení
\includegraphics[height=2.55cm]{lisak.eps}\hskip 1 em\vbox{% \includegraphics[height=2.55cm]{lisak.pdf}
\vbox{%
\adresaMaM} \adresaMaM}
\vskip 7.3 cm % Od oka \vskip 7.3 cm % Od oka
\hskip\toskip% \hskip\toskip%

View file

@ -572,7 +572,7 @@ def obalkyView(request,resitele):
tempdir = tempfile.mkdtemp() tempdir = tempfile.mkdtemp()
with open(tempdir+"/obalky.tex","w") as texfile: with open(tempdir+"/obalky.tex","w") as texfile:
texfile.write(tex) texfile.write(tex)
shutil.copy(os.path.join(settings.STATIC_ROOT, 'seminar/lisak.eps'),tempdir) shutil.copy(os.path.join(settings.STATIC_ROOT, 'seminar/lisak.pdf'),tempdir)
subprocess.call(["pdflatex","obalky.tex"],cwd = tempdir) subprocess.call(["pdflatex","obalky.tex"],cwd = tempdir)
with open(tempdir+"/obalky.pdf","rb") as pdffile: with open(tempdir+"/obalky.pdf","rb") as pdffile: