From 0ed276e0846ba239ab0131c0daacacbc29dd0740 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Fri, 11 Sep 2026 15:06:15 +0200 Subject: [PATCH] Declare new acronyms --- thesis.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/thesis.tex b/thesis.tex index 5b2a0d1..416da9f 100644 --- a/thesis.tex +++ b/thesis.tex @@ -31,12 +31,20 @@ % Acronimi \usepackage{acro} \DeclareAcronym{can}{short = CAN, long = Controller Area Network} +\DeclareAcronym{canh}{short = CANH, long = CAN High} +\DeclareAcronym{canl}{short = CANL, long = CAN Low} +\DeclareAcronym{lin}{short = LIN, long = Local Interconnect Network} \DeclareAcronym{id}{short = ID, long = Identifier} \DeclareAcronym{ecu}{short = ECU, long = Electronic Control Unit} \DeclareAcronym{dtc}{short = DTC, long = Diagnostic Trouble Code} \DeclareAcronym{pgn}{short = PGN, long = Parameter Group Number} \DeclareAcronym{sae}{short = SAE, long = Society of Automotive Engineers} \DeclareAcronym{emea}{short = EMEA, long = Europe Middle East and Africa} +\DeclareAcronym{hv}{short = HV, long = High Voltage} +\DeclareAcronym{lv}{short = LV, long = Low Voltage} +\DeclareAcronym{obd2}{short = OBDII, long = On-board Diagnostics 2} + + % Pagina e intestazioni \usepackage{scrlayer-scrpage}