Fix fuck svg

This commit is contained in:
Victor Andersson
2025-11-03 02:58:42 +01:00
parent 2104701858
commit 4a8061b747
3 changed files with 6 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "tools/markdown-pdf-generator"]
path = tools/markdown-pdf-generator
url = https://git.ured.se/victor/markdown-pdf-generator.git

View File

@@ -10,7 +10,6 @@
\usepackage[utf8]{inputenc}
\usepackage[swedish]{babel} % Svenska språkinställningar
\usepackage{graphicx} % För att hantera bilder
\usepackage{svg} % För att kunna inkludera SVG-filer (kräver Inkscape)
\usepackage{geometry} % För att ställa in marginaler och pappersstorlek
\usepackage{fancyhdr} % För att anpassa sidhuvud och sidfot
\usepackage{lastpage} % För att kunna referera till sista sidan ("Sida X av Y")
@@ -49,10 +48,10 @@
%\fancyhead[L]{\includesvg[width=1.7cm, height=1.7cm]{logga}}
%\lhead{\includesvg[width=1.7cm]{logga}}
% Logga på ALLA sidor
\AddToShipoutPicture{%
\AtPageLowerLeft{%
\put(20,790){\includesvg[width=1.7cm]{logga}} % Justera koordinater
% Vi byter till 'includegraphics' och använder vår absoluta sökväg
\put(20,790){\includegraphics[width=1.7cm]{latex/logga.pdf}} % Justera koordinater
}
}