This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{article} | |
\usepackage{booktabs} | |
\usepackage{siunitx} | |
\sisetup{locale = DE, per-mode = symbol, range-phrase=--, range-units=single, product-units=single} | |
\begin{document} | |
\section*{siunitx package} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[addpoints]{exam} | |
\usepackage{hyperref} | |
\usepackage{graphicx} | |
\pagestyle{headandfoot} | |
\runningheadrule | |
\firstpageheader{\includegraphics[width=2cm]{LaTeX_logo.png}} | |
{First Exam} | |
{June 19, 2022} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{tikz} | |
\usetikzlibrary{shapes.geometric,arrows.meta} | |
\usetikzlibrary{positioning} | |
\usetikzlibrary{calc} | |
\begin{document} | |
\tikzstyle{diam} = [diamond, aspect=2, draw, fill=red!40, text width=6em,text centered ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub CountHeadingSpanText() | |
Application.ScreenUpdating = False | |
Dim RngHd As Range, h As Long, strOut As String | |
' h = CLng(InputBox("Input the Heading level (e.g. 1) for the heading spans to count", "Heading Span Word Counter", 1)) | |
' If (h < 1) Or (h > 9) Then Exit Sub | |
h = 1 | |
With ActiveDocument.Range | |
With .Find | |
.ClearFormatting | |
.Replacement.ClearFormatting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
from dataclasses import dataclass | |
import matplotlib.pyplot as plt | |
import numpy as np | |
from PIL import Image | |
from scipy.interpolate import interp1d | |
def gauge_chart( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import "resume.typ": * | |
// Personal information | |
#let name = "Dr Federico Tartarini - CV" | |
#let location = "Sydney, AU" | |
#let email = "" | |
#let github = "github.com/FedericoTartarini" | |
#let linkedin = "linkedin.com/in/federico-tartarini-3991995b" | |
#let scopus = "www.scopus.com/authid/detail.uri?authorId=57194517775" | |
#let scholar = "scholar.google.com/citations?user=QcamSPwAAAAJ&hl=en" |
OlderNewer