Add polyglossia for supporting Greek/English

We have an issue with fonts, try to figure out how to make this
parametric.  We also have an issue with appendix numbers in Greek
(that's why I have "numerals=arabic" for greek).
parent 5e29de03
...@@ -262,28 +262,52 @@ ...@@ -262,28 +262,52 @@
% Required packages % Required packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{graphicx} \RequirePackage{graphicx}
\RequirePackage[english]{babel}
\RequirePackage{fontspec} \RequirePackage{fontspec}
\RequirePackage{xunicode} \RequirePackage{xunicode}
\RequirePackage{xltxtra} \RequirePackage{xltxtra}
\defaultfontfeatures{Mapping=tex-text} \defaultfontfeatures{Mapping=tex-text}
\RequirePackage{xgreek}
% XeLaTeX fonts % XeLaTeX fonts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% roman font % roman font
\setmainfont{Times New Roman} \def\font@roman{Times New Roman}
%\def\font@roman{Liberation Serif}
% sans serif font % sans serif font
\setsansfont[Scale=MatchLowercase]{Arial} \def\font@sans{Arial}
%\def\font@sans{Liberation Sans}
% typewriter font % typewriter font
\setmonofont[Scale=MatchLowercase]{Liberation Mono} \def\font@tt{Liberation Mono}
%\setmonofont[Scale=MatchLowercase]{DejaVu Sans Mono} %\def\font@tt{DejaVu Sans Mono}
%\setmonofont[Scale=MatchLowercase]{Lucida Sans Typewriter} %\def\font@tt{Lucida Sans Typewriter}
%\setmonofont[Scale=MatchLowercase]{Free Monospaced} %\def\font@tt{Free Monospaced}
%\setmonofont[Scale=MatchLowercase]{Bitstream Vera Sans Mono} %\def\font@tt{Bitstream Vera Sans Mono}
\setromanfont{\font@roman}
\setsansfont[Scale=MatchLowercase]{\font@sans}
\setmonofont[Scale=MatchLowercase]{\font@tt}
% Polyglossia
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{polyglossia}
\if@greek
\newfontfamily\greekfont{\font@roman}
\newfontfamily\greekfontsf[Scale=MatchLowercase]{\font@sans}
\newfontfamily\greekfonttt[Script=grek,Scale=MatchLowercase]{\font@tt}
%\newfontfamily\greekfont{Times New Roman}
%\newfontfamily\greekfont[Script=grek]{Liberation Serif}
%\newfontfamily\greekfontsf[Scale=MatchLowercase]{Arial}
%\newfontfamily\greekfontsf[Script=grek,Scale=MatchLowercase]{Liberation Sans}
%\newfontfamily\greekfonttt[Script=grek,Scale=MatchLowercase]{Liberation Mono}
\setdefaultlanguage[variant=mono,numerals=arabic]{greek}
\setotherlanguage{english}
\else
\setdefaultlanguage{english}
\fi
% Headings % Headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...@@ -719,17 +743,23 @@ ...@@ -719,17 +743,23 @@
\let\maketitle\relax% \let\maketitle\relax%
} }
\def\abstractgr{% \def\abstractgr{%
\setlanguage{monogreek}% \begin{greek}%
\chapter*{\abstractnamegr\@mkboth{\abstractnamegr}{\abstractnamegr}}% \chapter*{\abstractnamegr\@mkboth{\abstractnamegr}{\abstractnamegr}}%
\addcontentsline{toc}{chapter}{\abstractnamegr}% \addcontentsline{toc}{chapter}{\abstractnamegr}%
\noindent\ignorespaces} \noindent\ignorespaces}
\def\endabstractgr{\par\vfil\null} \def\endabstractgr{%
\par%
\end{greek}%
\vfil\null}
\def\abstracten{% \def\abstracten{%
\selectlanguage{english}% \begin{english}%
\chapter*{\abstractnameen\@mkboth{\abstractnameen}{\abstractnameen}}% \chapter*{\abstractnameen\@mkboth{\abstractnameen}{\abstractnameen}}%
\addcontentsline{toc}{chapter}{\abstractnameen}% \addcontentsline{toc}{chapter}{\abstractnameen}%
\noindent\ignorespaces} \noindent\ignorespaces}
\def\endabstracten{\par\vfil\null} \def\endabstracten{%
\par%
\end{english}%
\vfil\null}
% Sectioning % Sectioning
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...@@ -810,7 +840,11 @@ ...@@ -810,7 +840,11 @@
\fi \fi
\fi% \fi%
\refstepcounter{chapter}% \refstepcounter{chapter}%
\typeout{\chaptername\space\thechapter.} \if@mainmatter%
\typeout{\chaptername\space\thechapter.}
\else%
\typeout{\appendixname\space\thechapter.}
\fi%
\addcontentsline{toc}{chapter}{% \addcontentsline{toc}{chapter}{%
\protect\numberline{\thechapter.}#1}% \protect\numberline{\thechapter.}#1}%
\else \else
...@@ -907,9 +941,9 @@ ...@@ -907,9 +941,9 @@
\part*{\appendixname\@mkboth{\appendixname}{\appendixname}%% \part*{\appendixname\@mkboth{\appendixname}{\appendixname}%%
\@addappendixtocontents} \@addappendixtocontents}
\else% \else%
\renewcommand{\@chapapp}{\appendixname}% \gdef\@chapapp{\appendixname}%
\fi \fi
\renewcommand{\thechapter}{\Alph{chapter}}} \gdef\thechapter{\@Alph\c@chapter}}
% Space lengths % Space lengths
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...@@ -1411,8 +1445,10 @@ ...@@ -1411,8 +1445,10 @@
% More environments % More environments
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{keywordsgr}{\section*{\keywordsnamegr}}{} \newenvironment{keywordsgr}{\section*{\keywordsnamegr}%
\newenvironment{keywordsen}{\section*{\keywordsnameen}}{} \noindent\ignorespaces}{}
\newenvironment{keywordsen}{\section*{\keywordsnameen}%
\noindent\ignorespaces}{}
\newcommand{\footacknowledgement}[1]{% \newcommand{\footacknowledgement}[1]{%
\let\footnotesize\small% \let\footnotesize\small%
\let\@tmp@makefntext\@makefntext% \let\@tmp@makefntext\@makefntext%
...@@ -1423,7 +1459,7 @@ ...@@ -1423,7 +1459,7 @@
\let\@makefntext\@tmp@makefntext% \let\@makefntext\@tmp@makefntext%
} }
\newenvironment{acknowledgementsgr}{% \newenvironment{acknowledgementsgr}{%
\setlanguage{monogreek}% \begin{greek}%
\chapter*{\acknowledgementsnamegr}% \chapter*{\acknowledgementsnamegr}%
\addcontentsline{toc}{chapter}{\acknowledgementsnamegr}% \addcontentsline{toc}{chapter}{\acknowledgementsnamegr}%
\begingroup% \begingroup%
...@@ -1448,9 +1484,10 @@ ...@@ -1448,9 +1484,10 @@
} }
\newpage% \newpage%
\endgroup% \endgroup%
\end{greek}%
} }
\newenvironment{acknowledgementsen}{% \newenvironment{acknowledgementsen}{%
\selectlanguage{english}% \begin{english}%
\chapter*{\acknowledgementsnameen}% \chapter*{\acknowledgementsnameen}%
\addcontentsline{toc}{chapter}{\acknowledgementsnameen}% \addcontentsline{toc}{chapter}{\acknowledgementsnameen}%
\begingroup% \begingroup%
...@@ -1475,6 +1512,7 @@ ...@@ -1475,6 +1512,7 @@
} }
\newpage% \newpage%
\endgroup% \endgroup%
\end{english}%
} }
% Font customization % Font customization
......
...@@ -11,24 +11,23 @@ ...@@ -11,24 +11,23 @@
\frontmatter \frontmatter
\title{Ανάπτυξη Λογισμικού για τη Μέτρηση του \title{Σχεδίαση και Υλοποίηση μιας Καταπληκτικής Γλώσσας Προγραμματισμού}
Ηλεκτρομαγνητικού Φάσματος} \author{Γεράσιμος Τ. Ιωάννου}
\author{Γεώργιος Ι. Παπαδόπουλος} \date{Ιούλιος 2014}
\date{Μάρτιος 1999} \datedefense{17}{7}{2014}
\datedefense{31}{3}{1999}
\supervisor{Νικόλαος Σ. Παπασπύρου}
\supervisor{Ιωάννης X. Παπαδάκης} \supervisorpos{Αν. Καθηγητής Ε.Μ.Π.}
\supervisorpos{Καθηγητής Ε.Μ.Π.}
\committeeone{Νικόλαος Σ. Παπασπύρου}
\committeeone{Ιωάννης X. Παπαδάκης} \committeeonepos{Αν. Καθηγητής Ε.Μ.Π.}
\committeeonepos{Καθηγητής Ε.Μ.Π.} \committeetwo{Πέτρος X. Παπαδόπουλος}
\committeetwo{Νικόλαος X. Παπαδόπουλος} \committeetwopos{Επίκ. Καθηγητής Ε.Μ.Π.}
\committeetwopos{Καθηγητής Ε.Μ.Π.}
\committeethree{Γεώργιος X. Νικολάου} \committeethree{Γεώργιος X. Νικολάου}
\committeethreepos{Καθηγητής Ε.Μ.Π.} \committeethreepos{Καθηγητής Ε.Κ.Π.Α.}
\department{Τομέας Συστημάτων Μετάδοσης Πληροφορίας και \TRnumber{CSD-SW-TR-42-2014}
Τεχνολογίας Υλικών} \department{Τομέας Τεχνολογίας Πληροφορικής και Υπολογιστών}
\maketitle \maketitle
...@@ -36,33 +35,55 @@ ...@@ -36,33 +35,55 @@
%%% Abstract, in Greek %%% Abstract, in Greek
\begin{abstractgr}% \begin{abstractgr}%
Ο σκοπός της διπλωματικής εργασίας ήταν η ανάπτυξη μεθοδολογίας Σκοπός της παρούσας εργασίας είναι αφενός η σχεδίαση μίας απλής
για την ανίχνευση, αναγνώριση και καταγραφή σημάτων σε δεδομένο γλώσσας υψηλού επιπέδου με υποστήριξη για προγραμματισμό με
φάσμα συχνοτήτων. Η μεθοδολογία αυτή εφαρμόστηκε για την εύρεση αποδείξεις, αφετέρου η υλοποίηση ενός μεταγλωττιστή για τη γλώσσα
παρεμβολών στο φάσμα συχνοτήτων του κυψελωτού συστήματος κινητών αυτή που θα παράγει κώδικα για μία γλώσσα ενδιάμεσου επιπέδου
επικοινωνιών DCS 1800 στην ευρύτερη περιοχή του Λεκανοπεδίου κατάλληλη για δημιουργία πιστοποιημένων εκτελέσιμων.
Αττικής. Για το σκοπό αυτό πραγματοποιήθηκαν εξωτερικές μετρήσεις
σε επιλεγμένα σημεία. Η επεξεργασία των μετρήσεων κατέδειξε την Στη σημερινή εποχή, η ανάγκη για αξιόπιστο και πιστοποιημένα ασφαλή
ύπαρξη παρεμβολών στο φάσμα του DCS 1800. κώδικα γίνεται διαρκώς ευρύτερα αντιληπτή. Τόσο κατά το παρελθόν όσο
και πρόσφατα έχουν γίνει γνωστά προβλήματα ασφάλειας και
Συγκεκριμένα, έγινε μελέτη του κυψελωτού συστήματος DCS 1800, συμβατότητας προγραμμάτων που είχαν ως αποτέλεσμα προβλήματα στην
παρουσιάστηκαν τα είδη παρεμβολών, παράχθηκαν σήματα DCS 1800 στο λειτουργία μεγάλων συστημάτων και συνεπώς οικονομικές επιπτώσεις
εργαστήριο με χρήση ψηφιακής γεννήτριας και έγινε εργαστηριακός στους οργανισμούς που τα χρησιμοποιούσαν. Τα προβλήματα αυτά
έλεγχος -- εξαγωγή χαρακτηριστικών καμπυλών παθητικών (BF φίλτρο, οφείλονται σε μεγάλο βαθμό στην έλλειψη δυνατότητας προδιαγραφής και
ομοαξονικά καλώδια) και ενεργών στοιχείων (LNA) με χρήση HP απόδειξης της ορθότητας των προγραμμάτων που χαρακτηρίζει τις
Network Analyzer. Επίσης, καταγράφηκαν οι παρεμβολές σε PC μέσω σύγχρονες γλώσσες προγραμματισμού. Για το σκοπό αυτό, έχουν προταθεί
HP Spectrum Analyzer και κατάλληλου λογισμικού. συστήματα πιστοποιημένων εκτελέσιμων, στα οποία έχουμε τη δυνατότητα
να προδιαγράφουμε την ορθότητα των προγραμμάτων, και να παρέχουμε
Η μεθοδολογία αυτή μπορεί να γίνει οδηγός για την πραγματοποίηση μία τυπική απόδειξη αυτής, η οποία μπορεί να ελεγχθεί μηχανιστικά
εξωτερικών ή εσωτερικών μετρήσεων σε οποιοδήποτε φάσμα πριν το χρόνο εκτέλεσης.
συχνοτήτων, με απλές αλλαγές στις ρυθμίσεις του αναλυτή
φάσματος. Η γενικότητα της μεθοδολογίας έγκειται στο γεγονός ότι Τα συστήματα που έχουν προταθεί είναι ενδιάμεσου επιπέδου οπότε η
έχουν καταγραφεί όλα τα βήματα, από την προστασία του προσωπικού διαδικασία προγραμματισμού σε αυτά είναι ιδιαίτερα πολύπλοκη. Οι
και του εξοπλισμού μέχρι αναλυτικά όλα τα στάδια διεξαγωγής των γλώσσες υψηλού επιπέδου που συνοδεύουν αυτά τα συστήματα, ενώ είναι
μετρήσεων. ιδιαίτερα εκφραστικές, παραμένουν δύσκολες στον προγραμματισμό. Μία
απλούστερη γλώσσα υψηλού επιπέδου, όπως αυτή που προτείνουμε σε αυτή
την εργασία, θα επέτρεπε ευρύτερη εξάπλωση του συγκεκριμένου
ιδιώματος προγραμματισμού.
Στη γλώσσα που προτείνουμε, ο προγραμματιστής προδιαγράφει τη μερική
ορθότητα του προγράμματος, δίνοντας προσυνθήκες και μετασυνθήκες για
τις παραμέτρους και τα αποτελέσματα των συναρτήσεων που ορίζει.
Επίσης δίνει ένα σύνολο θεωρημάτων βάσει του οποίου κατασκευάζονται
αποδείξεις της ορθής υλοποίησης και χρήσης των συναρτήσεων αυτών. Ως
μέρος της εργασίας, έχουμε υλοποιήσει σε γλώσσα OCaml ένα
μεταφραστή αυτής της γλώσσας στο σύστημα πιστοποιημένων
εκτελέσιμων NFLINT.
Επιτύχαμε να διατηρήσουμε τη γλώσσα κοντά στο ύφος των ευρέως
διαδεδομένων συναρτησιακών γλωσσών, καθώς και να διαχωρίσουμε τη
φάση προγραμματισμού από τη φάση απόδειξης της ορθότητας των
προγραμμάτων. Έτσι ένας μέσος προγραμματιστής μπορεί εύκολα να
προγραμματίζει στη γλώσσα που προτείνουμε με τον τρόπο που ήδη
γνωρίζει, και ένας γνώστης μαθηματικής λογικής να αποδεικνύει σε
επόμενη φάση την μερική ορθότητα των προγραμμάτων. Ως απόδειξη της
πρακτικότητας της προσέγγισης αυτής, παραθέτουμε ένα σύνολο
παραδειγμάτων στη γλώσσα με απόδειξη μερικής ορθότητας.
\begin{keywordsgr} \begin{keywordsgr}
Ηλεκτρομαγνητικό φάσμα, κινητές επικοινωνίες, DCS 1800, Γλώσσες προγραμματισμού, Προγραμματισμός με αποδείξεις, Ασφαλείς γλώσσες
εντοπισμός παρεμβολών. προγραμματισμού, Πιστοποιημένος κώδικας.
\end{keywordsgr} \end{keywordsgr}
\end{abstractgr} \end{abstractgr}
...@@ -70,34 +91,51 @@ HP Spectrum Analyzer και κατάλληλου λογισμικού. ...@@ -70,34 +91,51 @@ HP Spectrum Analyzer και κατάλληλου λογισμικού.
%%% Abstract, in English %%% Abstract, in English
\begin{abstracten}% \begin{abstracten}%
The scope of this thesis was the development of a methodology in The purpose of this diploma dissertation is on one hand the design
order to detect, recognize and record signals in a certain of a simple high-level language that supports programming with
spectrum. This methodology was applied to the finding of proofs, and on the other hand the implementation of a compiler for
interferences into the spectrum of the cellular mobile this language. This compiler will produce code for an
communications system DCS 1800 in the wider area of the Attika intermediate-level language suitable for creating certified
basin. For that purpose, outdoor measurements were carried out at binaries.
selected sites. The processing of the measurements showed the
existence of interferences into the DCS 1800 spectrum. The need for reliable and certifiably secure code is even more
pressing today than it was in the past. In many cases, security and
Specifically, the DCS 1800 cellular system was studied and the software compatibility issues put in danger the operation of large
interference theory was presented. Furthermore, DCS 1800 signals systems, with substantial financial consequences. The lack of a
were generated at the laboratory with the use of a digital formal way of specifying and proving the correctness of programs that
generator and a laboratory test - extraction of the characterizes current programming languages is one of the main reasons
characteristic curves - of passive (Bandpass Filter, co-axial why these issues exist. In order to address this problem, a number of
cables) and active elements (LNA) was carried out, using a HP frameworks with support for certified binaries have recently been
Network Analyzer. Moreover, the interferences were recorded on a proposed. These frameworks offer the possibility of specifying and
hard disk through a HP Spectrum Analyzer and proper software. providing a formal proof of the correctness of programs. Such a proof
can easily be checked for validity before running the program.
This methodology can be used as a guide for carrying out both
outdoor and indoor measurements in any spectrum, by making simple The frameworks that have been proposed are intermediate-level in
changes at the function keys of the Spectrum Analyzer. The nature, thus the process of programming in these is rather cumbersome.
usefulness of the methodology is the specification of the The high-level languages that accompany some of these frameworks,
procedure of the measurements in steps, from the protection of while very expressive, are hard to use. A simpler high-level language,
the personnel and the equipment up to the analytical stages of like the one proposed in this dissertation, would enable further use
the measurements procedure. of this programming idiom.
In the language we propose, the programmer specifies the partial
correctness of a program by annotating function definitions with pre-
and post-conditions that must hold for their parameters and results.
The programmer also provides a set of theorems, based on which proofs
of the proper implementation and use of the functions are constructed.
An implementation in OCaml of a compiler from this language to the
NFLINT certified binaries framework was also completed as part of this
dissertation.
We managed to keep the language close to the feel of the current
widespread functional languages, and also to fully separate the
programming stage from the correctness-proving stage. Thus an average
programmer can program in a familiar way in our language, and later an
expert on formal logic can prove the semi-correctness of a program.
As evidence of the practicality of our design, we provide a number of
examples in our language with full semi-correctness proofs.
\begin{keywordsen} \begin{keywordsen}
Electromagnetic spectrum, cellular mobile communications, DCS Programming languages, Programming with proofs, Secure programming
1800, interference detection. languages, Certified code.
\end{keywordsen} \end{keywordsen}
\end{abstracten} \end{abstracten}
...@@ -308,6 +346,14 @@ Electromagnetic spectrum, cellular mobile communications, DCS ...@@ -308,6 +346,14 @@ Electromagnetic spectrum, cellular mobile communications, DCS
$A \rightarrow B$ : συνάρτηση από το πεδίο $A$ στο πεδίο $B$. $A \rightarrow B$ : συνάρτηση από το πεδίο $A$ στο πεδίο $B$.
\chapter{Ευρετήριο γλωσσών}
\textbf{Haskell} : η γλώσσα της ζωής μου.
\chapter{Ευρετήριο αριθμών}
42 : life, the universe and everything.
%%% End of document %%% End of document
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment