Guest User

Untitled

a guest
Jan 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. documentclass[twoside,symmetric,notoc,justified]{tufte-book}%
  2.  
  3. usepackage[utf8]{inputenc}
  4. usepackage[latin]{babel}
  5. usepackage[OT1]{fontenc}
  6. usepackage[pdftex]{graphicx}
  7. usepackage{lipsum}
  8. usepackage{float}
  9. usepackage{pgf,caption,calc}
  10. usepackage{tikz,tkz-euclide}
  11. usepackage{cutwin}
  12. usetkzobj{all}
  13.  
  14.  
  15. geometry{
  16. %showframe,%Показывает рамки
  17. paperwidth=145mm,
  18. paperheight=215mm,
  19. inner=16mm,
  20. outer=10mm,
  21. top=10mm,
  22. bottom=40mm,
  23. marginparsep=3mm,
  24. marginparwidth=40mm,
  25. includemp,
  26. includehead,
  27. }
  28.  
  29. begin{document}
  30.  
  31. lipsum[1]
  32.  
  33.  
  34. opencutleft
  35. begin{shapedcutout}{2}{16}{0.90textwidth, 0.79textwidth,0.7textwidth, 0.65textwidth,0.61textwidth, 0.6textwidth, 0.55textwidth, 0.55textwidth, 0.55textwidth, 0.55textwidth, 0.6textwidth,0.61textwidth, 0.65textwidth,0.7textwidth, 0.79textwidth,0.90textwidth}
  36. lipsum[1-2]
  37. end{shapedcutout}
  38.  
  39. begin{marginfigure}[-25.5cm]
  40. {caption{This is caption}label{fig:label}}
  41. {begin{tikzpicture}[scale=1]
  42. tkzInit[xmin=-0.5, xmax=7, ymin=-5, ymax=2.5]
  43. tkzClip
  44. tkzDefPoints{0/0/A, 2.5/2/B, 6/0/C}
  45. tkzCircumCenter(A,B,C)tkzGetPoint{O}
  46. tkzDrawCircle(O,A)
  47. end{tikzpicture}}
  48. end{marginfigure}
  49.  
  50.  
  51. opencutright
  52. begin{shapedcutout}{2}{16}{0.90textwidth, 0.79textwidth,0.7textwidth, 0.65textwidth,0.61textwidth, 0.6textwidth, 0.55textwidth, 0.55textwidth, 0.55textwidth, 0.55textwidth, 0.6textwidth,0.61textwidth, 0.65textwidth,0.7textwidth, 0.79textwidth,0.90textwidth}
  53. lipsum[1-2]
  54. end{shapedcutout}
  55.  
  56. begin{marginfigure}[-25.5cm]
  57. {caption{This is caption}label{fig:label1}}
  58. {begin{tikzpicture}[scale=1]
  59. tkzInit[xmin=-0.5, xmax=7, ymin=-5, ymax=2.5]
  60. tkzClip
  61. tkzDefPoints{0/0/A, 2.5/2/B, 6/0/C}
  62. tkzCircumCenter(A,B,C)tkzGetPoint{O}
  63. tkzDrawCircle(O,A)
  64. end{tikzpicture}}
  65. end{marginfigure}
  66.  
  67.  
  68.  
  69. end{document}
Add Comment
Please, Sign In to add comment