Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. documentclass[color,a4paper,11pt]{scrbook}
  2. usepackage{theseinalco}
  3. usepackage{fontspec}
  4. usepackage{booktabs}
  5. usepackage{import}
  6. usepackage{sectsty}
  7. usepackage{fullpage}
  8. usepackage{ulem}
  9. usepackage{eso-pic}
  10. usepackage{geometry}
  11. geometry{hmargin=3cm,vmargin=2.5cm}
  12. usepackage{titletoc}
  13. usepackage{csquotes}
  14. usepackage{supertabular}
  15. newcommandarraybslash{let\@arraycr}
  16. makeatother
  17. %%% Footnote rule %%%
  18. setlength{skipfootins}{1cm}
  19. renewcommandfootnoterule{vspace*{-0.018cm} setlengthleftskip{0pt}setlengthrightskip{0pt plus 1fil}noindenttextcolor{black}{rule{0.25columnwidth}{0.018cm}}\vspace*{0.101cm}}
  20. setlengthtabcolsep{1mm}
  21. renewcommandarraystretch{1.3}
  22. setlength{parindent}{1.25cm}
  23. setlength{footnotesep}{11pt}
  24. usepackage {imakeidx}
  25. makeindex[columns=3,intoc]
  26. usepackage{capt-of}
  27. usepackage{ragged2e}
  28. usepackage{blindtext}
  29. usepackage{microtype}
  30. usepackage{hyperref}
  31. usepackage[acronym,toc,nopostdot, shortcuts]{glossaries}
  32. setglossarystyle{altlist}
  33. makeglossaries
  34. loadglsentries{glossaire-these}
  35. loadglsentries{gloses-abrv}
  36. usepackage{enumitem}
  37. setlist[description]{labelwidth=2em, labelsep=.5em, font=normalfont}
  38. setcounter{secnumdepth}{6}
  39. setcounter{tocdepth}{3}
  40. makeatletter
  41. newcounter {subsubsubsection}[subsubsection]
  42. renewcommandthesubsubsubsection{thesubsubsection .@arabicc@subsubsubsection}
  43. newcommandsubsubsubsection{@startsection{subsubsubsection}{4}{z@}%
  44. {-3.25ex@plus -1ex @minus -.2ex}%
  45. {1.5ex @plus .2ex}%
  46. {normalfontnormalsizebfseries}}
  47. newcommand*l@subsubsubsection{@dottedtocline{3}{10.0em}{4.1em}}
  48. newcommand*{subsubsubsectionmark}[1]{}
  49. makeatother
  50. usepackage{polyglossia}
  51. setmainlanguage{french}frenchspacing
  52. setmainfont[Mapping=tex-text,Ligatures=Common,Numbers=OldStyle,SmallCapsFeatures={WordSpace=2,LetterSpace=8F}]{Latin Modern Roman}
  53.  
  54. setotherlanguages{hindi,urdu}
  55. newfontfamilyhindifont[Script=Devanagari,Language=Hindi,Mapping=tex-text]{Lohit Devanagari}
  56. newfontfamilyurdufont[Script=Arabic,Language=Urdu,Mapping=tex-text]{Jameel Noori Nastaleeq}
  57. usepackage{gb4e,cgloss4e}
  58. begin{document}
  59. hypersetup{hidelinks,breaklinks=true}
  60. begin{exe}ex
  61. gll This sentence is an example\
  62. ceci phrase est un exemple\
  63. glt Cette phrase est un exemple.
  64. end{exe}
  65. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement