Skip to content

Instantly share code, notes, and snippets.

@alexpacini
alexpacini / titlepage.tex
Last active August 29, 2015 14:23
Frontespizio Unibo Latex - Versione 2
% \newgeometry{margin=26mm} % allarga la pagina anche in altezza
\newgeometry{lmargin=26mm,rmargin=26mm}
\begin{titlepage}
\begin{center}
{{\Large{\textsc{Alma Mater Studiorum $\cdot$ Universit\`a di
Bologna}}}} \rule[0.1cm]{15.8cm}{0.1mm}
\rule[0.5cm]{15.8cm}{0.6mm}
{\small{\textsc { Scuola di Ingegneria e Architettura $\cdot$ Sede di Cesena\\
Dipartimento di Ingegneria dell'Energia Elettrica e dell'Informazione
\\ - Guglielmo Marconi -\\
@alexpacini
alexpacini / tesi.tex
Created June 19, 2015 17:25
File principale del template per la tesi Unibo - Versione 2
\documentclass[12pt,a4paper]{book}
\usepackage[utf8]{inputenc}
\usepackage[pdftex]{graphicx}
\usepackage[italian]{babel}
\usepackage{fixltx2e,bold-extra,geometry,
amssymb,amsmath,mathtools, microtype,url,cite}
\usepackage[bookmarks=true, hidelinks, pdftitle={
SELEZIONE DI TOPOLOGIE D'ANTENNA MINIATURIZZATE SU MD},
pdfauthor={Alex Pacini}]{hyperref}
% \pagestyle{headings}
@alexpacini
alexpacini / nmac
Last active December 30, 2015 19:38
Script to change your MAC address using macchanger: see http://pacinispace.blogspot.it/2012/01/chance-mac-address-in-sabayongentoo.html
read -p "Choose the interface: " iface
echo "Which MAC on $iface do you want?"
echo "1 - Set random vendor MAC of the same kind"
echo "2 - Set number1 MAC"
echo "3 - Set number2 MAC"
echo "0 - User defined MAC"
read -p "Do your choice: " choice
systemctl stop NetworkManager
@alexpacini
alexpacini / markDown.css
Last active March 27, 2016 20:56
Markdown CSS extended from http://kevinburke.bitbucket.org/markdowncss/ to be used with MarkDown Extra on StackEdit
/*
* Copyright 2013 Alex Pacini.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@alexpacini
alexpacini / template.html
Last active July 8, 2020 13:46
Custom StackEdit template
<!--
1: Using prettify
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= documentTitle %></title>
@alexpacini
alexpacini / frontespizio.tex
Last active October 11, 2015 15:47
Frontespizio per tesi UNIBO
\documentclass[12pt,a4paper]{report}
\usepackage[italian]{babel}
\usepackage{bold-extra}
\textwidth=450pt\oddsidemargin=0pt
\begin{document}
\begin{titlepage}
\begin{center}
{{\Large{\textsc{Alma Mater Studiorum $\cdot$ Universit\`a di
Bologna}}}} \rule[0.1cm]{15.8cm}{0.1mm}
@alexpacini
alexpacini / dissertation.tex
Created October 12, 2012 16:00
Beamer dissertation template
\documentclass{beamer}
\usetheme{Warsaw}
\setbeamertemplate{navigation symbols}{}
\usepackage[utf8]{inputenc}
\institute[]{\sc YOUR INSTITUTE \vspace{5pt} \\ Institute \\ Place}
\usepackage[italian]{babel}
%\usepackage[english]{babel}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathrsfs}