Fix grek option and add .gitignore

parent be71e893
# Backup files etc.
*~
\#*\#
*.bak
*.backup
.*.sw[a-z]
# Mac OS specific
.DS_Store
# Windows specific
Thumbs.db*
# LaTeX specific
*.aux
*.bbl
*.blg
*.dlog
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.lof
*.log
*.lol
*.lot
*.nav
*.out
*.snm
*.spl
*.svn
*.toc
*.tof
*.tpt
*.vrb
# The example PDF file
/test.pdf
......@@ -297,12 +297,12 @@
\if@greek
\newfontfamily\greekfont{\font@roman}
\newfontfamily\greekfontsf[Scale=MatchLowercase]{\font@sans}
\newfontfamily\greekfonttt[Script=grek,Scale=MatchLowercase]{\font@tt}
\newfontfamily\greekfonttt[Script=Greek,Scale=MatchLowercase]{\font@tt}
%\newfontfamily\greekfont{Times New Roman}
%\newfontfamily\greekfont[Script=grek]{Liberation Serif}
%\newfontfamily\greekfont[Script=Greek]{Liberation Serif}
%\newfontfamily\greekfontsf[Scale=MatchLowercase]{Arial}
%\newfontfamily\greekfontsf[Script=grek,Scale=MatchLowercase]{Liberation Sans}
%\newfontfamily\greekfonttt[Script=grek,Scale=MatchLowercase]{Liberation Mono}
%\newfontfamily\greekfontsf[Script=Greek,Scale=MatchLowercase]{Liberation Sans}
%\newfontfamily\greekfonttt[Script=Greek,Scale=MatchLowercase]{Liberation Mono}
\setdefaultlanguage[variant=mono,numerals=arabic]{greek}
\setotherlanguage{english}
\else
......
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