Guest User

Untitled

a guest
Dec 11th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. documentclass[
  2. 11pt, % The default document font size, options: 10pt, 11pt, 12pt
  3. %oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
  4. french, % ngerman for German
  5. singlespacing, % Single line spacing, alternatives: onehalfspacing or doublespacing
  6. %draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
  7. %nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
  8. %liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents
  9. %toctotoc, % Uncomment to add the main table of contents to the table of contents
  10. %parskip, % Uncomment to add space between paragraphs
  11. %nohyperref, % Uncomment to not load the hyperref package
  12. headsepline, % Uncomment to get a line under the header
  13. %chapterinoneline, % Uncomment to place the chapter title next to the number on one line
  14. %consistentlayout, % Uncomment to change the layout of the declaration, abstract and acknowledgements pages to match the default layout
  15. table,
  16. ]{MastersDoctoralThesis} % The class file specifying the document structure
  17.  
  18. usepackage[utf8]{inputenc} % Required for inputting international characters
  19. usepackage[T1]{fontenc} % Output font encoding for international characters
  20.  
  21. usepackage{amsmath} % Use the Palatino font by default
  22.  
  23. usepackage[table,xcdraw]{xcolor} % pas OK
  24.  
  25. usepackage{xcolor} %OK
  26.  
  27. usepackage{hyperref}
  28.  
  29. usepackage[bottom]{footmisc}
  30.  
  31. usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
  32.  
  33. addbibresource{example.bib} % The filename of the bibliography
  34.  
  35. usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
  36.  
  37. usepackage{capt-of}
  38.  
  39. usepackage{subfigure}
  40.  
  41. usepackage{caption}
  42.  
  43. usepackage{float}
  44.  
  45. usepackage{graphicx}
  46.  
  47. usepackage{amssymb}
  48.  
  49. usepackage{amsfonts}
  50.  
  51. usepackage[framemethod=TikZ]{mdframed}
  52. usepackage{lipsum}
  53. mdfdefinestyle{MyFrame}{%
  54. linecolor=black,
  55. outerlinewidth=2pt,
  56. roundcorner=20pt,
  57. innertopmargin=baselineskip,
  58. innerbottommargin=baselineskip,
  59. innerrightmargin=20pt,
  60. innerleftmargin=20pt,
  61. backgroundcolor=gray!20!white}
  62.  
  63. % Please add the following required packages to your document preamble:
  64. % usepackage[table,xcdraw]{xcolor}
  65. % If you use beamer only pass "xcolor=table" option, i.e. documentclass[xcolor=table]{beamer}
  66. begin{table}[]
  67. begin{tabular}{|c|
  68. >{columncolor[HTML]{FFFFFF}}c |
  69. >{columncolor[HTML]{EFEFEF}}c |
  70. >{columncolor[HTML]{FFFFFF}}c |
  71. >{columncolor[HTML]{EFEFEF}}c |
  72. >{columncolor[HTML]{FFFFFF}}c |
  73. >{columncolor[HTML]{EFEFEF}}c |
  74. >{columncolor[HTML]{FFFFFF}}c |}
  75. hline
  76. Row 1: & #1 & #2 & #3 & #4 & #5 & #6 & #7 \ hline
  77. Row 2: & 12 % & 1 % & 15 % & 25 % & 18.75 % & 12.5 % & 6.25 % \ hline
  78. end{tabular}
  79. end{table}
Add Comment
Please, Sign In to add comment