Fix fuck svg
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user