Guest User

Untitled

a guest
Nov 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. documentclass[a0paper,portrait]{baposter}
  2. usepackage{lmodern}
  3. usepackage[T1]{fontenc}
  4. usepackage{amsmath}
  5. newcommand{twoobjects}[2]{%
  6. leavevmodevbox{hbox{#1}nointerlineskiphbox{#2}}%
  7. }
  8. newcommand{compresslist}{%
  9. setlength{itemsep}{0pt}%
  10. setlength{parskip}{1pt}%
  11. setlength{parsep}{0pt}%
  12. }
  13. newenvironment{boenumerate}
  14. {begin{enumerate}renewcommandlabelenumi{textbftheenumi.}}
  15. {end{enumerate}}
  16. newlengthColsep
  17. setlengthColsep{1pt}
  18.  
  19. typeout{Poster rendering started}
  20.  
  21. %%% Setting Background Image
  22. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23. background{
  24. begin{tikzpicture}[remember picture,overlay]%
  25. draw (current page.north west)+(-2em,2em) node[anchor=north west]
  26. {includegraphics[height=1.1textheight]{background}};
  27. end{tikzpicture}
  28. }
  29.  
  30. begin{document}
  31. definecolor{darkgreen}{cmyk}{0.8,0,0.8,0.45}
  32. definecolor{lightgreen}{cmyk}{0.8,0,0.8,0.25}
  33. definecolor{redorange}{cmyk}{0,0.91,0.50,0.40}
  34. definecolor{apricot}{cmyk}{0,0.34,0.19,0.20}
  35. definecolor{beige}{rgb}{0.96, 0.96, 0.86}
  36. definecolor{blond}{rgb}{0.98, 0.94, 0.75}
  37. definecolor{buff}{rgb}{0.94, 0.86, 0.51}
  38. definecolor{palegoldenrod}{rgb}{0.93, 0.91, 0.67}
  39. begin{poster}
  40. {
  41. grid=false,
  42. headerborder=open, % Adds a border around the header of content boxes
  43. colspacing=1em, % Column spacing
  44. bgColorOne=palegoldenrod, % Background color for the gradient on the
  45. left side of the poster
  46. bgColorTwo=white, % Background color for the gradient on the right
  47. side of the poster
  48. borderColor=redorange, % Border color
  49. headerColorOne=apricot, % Background color for the header in the
  50. content boxes (left side)
  51. headerColorTwo=apricot, % Background color for the header in the
  52. content boxes (right side)
  53. headerFontColor=white, % Text color for the header text in the
  54. content boxes
  55. boxColorOne=beige, % Background color of the content boxes
  56. textborder=rounded, %rectangle, % Format of the border around content
  57. boxes, can be: none, bars, coils, triangles, rectangle, rounded,
  58. roundedsmall, roundedright or faded
  59. eyecatcher=false, % Set to false for ignoring the left logo in the
  60. title and move the title left
  61. headerheight=0.11textheight, % Height of the header
  62. headershape=rounded, % Specify the rounded corner in the content box
  63. headers, can be: rectangle, small-rounded, roundedright, roundedleft
  64. or rounded
  65. headershade=plain,
  66. headerfont=Largetextsf, % Large, bold and sans serif font in the
  67. headers of content boxes
  68. %textfont={setlength{parindent}{1.5em}}, % Uncomment for paragraph
  69. indentation
  70. linewidth=2pt % Width of the border lines around content boxes
  71. }
  72. {}
  73. %
  74. %--------------------------------------------------------------------
  75. --------------------
  76. % TITLE AND AUTHOR NAME
  77. %--------------------------------------------------------------------
  78. --------------------
  79. %
  80. {textsf %Sans Serif
  81. {Poster Title
  82. }
  83. }
  84. {sfvspace{0.005em}\
  85. Authors
  86. vspace{0.1em} \
  87. small{University
  88. vspace{0.2em}leavevmode \
  89. Department
  90. vspace{0.2em} \
  91. email}
  92. }
  93. {
  94. twoobjects
  95. {includegraphics[width=10em,height=4em]{logo1}} % i want this
  96. on the left
  97. {includegraphics[width=10em,height=4em]{logo2}} %i want this
  98. on the right
  99. }
  100. end{document}
Add Comment
Please, Sign In to add comment