Skip to content

Commit

Permalink
fixes logo in report overlapping with header line
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-a2ai committed Nov 1, 2024
1 parent eefef7d commit 96c84ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/scrape.R
Original file line number Diff line number Diff line change
Expand Up @@ -375,15 +375,15 @@ create_intro <- function(repo, milestone_names) {
- \\newcolumntype{{R}}[1]{{>{{\\raggedright\\arraybackslash}}p{{#1}}}}
- \\newcommand{{\\blandscape}}{{\\begin{{landscape}}}}
- \\newcommand{{\\elandscape}}{{\\end{{landscape}}}}
- \\fancyhead[R]{{\\includegraphics[width=2cm]{{{image_path}}}}}
- \\fancyhead[R]{{\\includegraphics[width=2cm, height=1.5cm]{{{image_path}}}}}
- \\fancyhead[C]{{}}
- \\fancyhead[L]{{}}
- \\setlength{{\\headheight}}{{30pt}}
- \\fancyfoot[C]{{Page \\thepage\\ of \\pageref{{LastPage}}}}
- \\usepackage{{lastpage}}
- \\lstset{{breaklines=true}}
- \"\\\\fancypagestyle{{plain}}{{\"
- \"\\\\fancyhead[R]{{\\\\includegraphics[width=2cm]{{{image_path}}}}}\"
- \"\\\\fancyhead[R]{{\\\\includegraphics[width=2cm, height=1.5cm]{{{image_path}}}}}\"
- \"\\\\renewcommand{{\\\\headrulewidth}}{{0.4pt}}\"
- \"}}\"
output:
Expand Down

0 comments on commit 96c84ee

Please sign in to comment.