Ezerous
3 years ago
19 changed files with 64 additions and 59 deletions
@ -0,0 +1,12 @@ |
|||
{ |
|||
_id: '<the ID of the external identity>', |
|||
// Auto-generated by OrbitDB
|
|||
_publicKey: '<signing key used to sign OrbitDB entries>', |
|||
signatures: { |
|||
//Allows the owner of id to prove they own the private key associated with publicKey
|
|||
id: '<signature of _id signed using publicKey>', |
|||
//This links the two ids
|
|||
publicKey: '<signature of signatures.id + _publicKey using _id>' |
|||
}, |
|||
type: 'orbitdb' |
|||
} |
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 45 KiB |
@ -1 +1,3 @@ |
|||
\chapter*{Σύνοψη} |
|||
\addcontentsline{toc}{chapter}{Σύνοψη} |
|||
Decentralized και τα σχετικά. |
@ -1 +1,3 @@ |
|||
\chapter*{Abstract} |
|||
\addcontentsline{toc}{chapter}{Abstract} |
|||
Don't forget the keywords. |
@ -1 +1,3 @@ |
|||
\chapter*{Ευχαριστίες} |
|||
\addcontentsline{toc}{chapter}{Ευχαριστίες} |
|||
Ευχαριστούμε η Αθήνα. Ευχαριστούμε η Ελλάδα. |
@ -0,0 +1,10 @@ |
|||
\newtcbinputlisting{\simplelisting}[2][]{ |
|||
listing file={assets/code/#2}, |
|||
title={}, |
|||
listing only, |
|||
boxrule=1pt, |
|||
minted language=javascript, |
|||
minted style=default, |
|||
minted options={breaklines, breaksymbol={}}, |
|||
#1 |
|||
} |
@ -1,21 +0,0 @@ |
|||
This is a list: |
|||
\begin{itemize} |
|||
\item item 1 |
|||
\item item 2 |
|||
\item item 3 |
|||
\end{itemize} |
|||
|
|||
This is some vertical space |
|||
\vspace{2cm} |
|||
|
|||
This is a numbered list: |
|||
\begin{enumerate} |
|||
\item asdf |
|||
\item fdas |
|||
\end{enumerate} |
|||
|
|||
\footnote{Here is a footnote} |
|||
|
|||
\texttt{This is monospace} |
|||
\newline |
|||
\newpage |
@ -1,12 +0,0 @@ |
|||
\ProvidesPackage{thesis-general} |
|||
|
|||
% --- Languages & Fonts --- |
|||
\usepackage{languages-fonts} |
|||
|
|||
% --- Styling --- |
|||
\usepackage{hyperref} % Extensive support for hypertext |
|||
\usepackage{authblk} % Support for footnote style author/affiliation |
|||
\usepackage{enumitem} % For item lists |
|||
\usepackage{greek-enumerate} % Greek enumeration for ordered item lists |
|||
\usepackage{float} % For \begin{figure}[H] |
|||
\usepackage[font={footnotesize, it}]{caption} % For captions under figures |
Binary file not shown.
Loading…
Reference in new issue