- Commit
- 4f991107e2279b85fd1a50e4c13a5a5928da4eda
- Parent
- d4aff46c38d5b8e35d7753d241db15611a9e3d81
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Fixed the alignment of the title in the cover
Source code for my notes on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules
Fixed the alignment of the title in the cover
1 file changed, 6 insertions, 2 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | cover.tex | 8 | 6 | 2 |
diff --git a/cover.tex b/cover.tex @@ -39,12 +39,16 @@ %%%%%%%%%%%%%%%%%%%% Title of the Report %%%%%%%%%%%%%%%%%%%% - \node[left,mosgreen!5,minimum width=0.625*\paperwidth,minimum height=3cm, rounded corners, text width=0.5*\paperwidth, align=right] at ($(current page.north east)+(0,-9.5)$) + \node[left,mosgreen!5,minimum width=0.625*\paperwidth,minimum height=3cm, rounded corners, text width=0.5*\paperwidth] at ($(current page.north east)+(0,-9.5)$) { + \begin{minipage}{\textwidth} + \begin{center} \baselineskip=30pt - \fontsize{22}{27} \selectfont \bfseries \raggedleft + \fontsize{22}{27} \selectfont \bfseries \expandafter\MakeUppercase\expandafter{\thetitle} \par + \end{center} + \end{minipage} }; %%%%%%%%%%%%%%%%%%%% Author Name %%%%%%%%%%%%%%%%%%%%