-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #343 from cogentcore/author-png-cover
use cover.png instead of cover.jpg for cover image
- Loading branch information
Showing
7 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
\thispagestyle{empty} | ||
\begin{center} | ||
\includegraphics[width=5in]{cover.jpg} | ||
\includegraphics[width=6.5in]{cover.png} | ||
\end{center} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,44 @@ | ||
*** latex.template Sat Aug 17 19:13:39 2024 | ||
--- default.latex Sat Aug 17 19:20:57 2024 | ||
*** default.latex Tue Aug 20 12:29:56 2024 | ||
--- latex.template Fri Aug 23 15:08:13 2024 | ||
*************** | ||
*** 1,4 **** | ||
- | ||
*** 1,3 **** | ||
--- 1,4 ---- | ||
+ | ||
% Options for packages loaded elsewhere | ||
\PassOptionsToPackage{unicode$for(hyperrefoptions)$,$hyperrefoptions$$endfor$}{hyperref} | ||
\PassOptionsToPackage{hyphens}{url} | ||
--- 1,3 ---- | ||
*************** | ||
*** 452,466 **** | ||
*** 451,456 **** | ||
--- 452,466 ---- | ||
\fi | ||
$endif$ | ||
$endif$ | ||
- \oddsidemargin 0pt | ||
- \evensidemargin 0pt | ||
- \textwidth 6.5in | ||
- \headheight 12pt | ||
- \headsep .5in | ||
- \topmargin -.75in | ||
- \footskip .75in | ||
- \textheight 9in | ||
- \usepackage[font=small]{caption} | ||
+ \oddsidemargin 0pt | ||
+ \evensidemargin 0pt | ||
+ \textwidth 6.5in | ||
+ \headheight 12pt | ||
+ \headsep .5in | ||
+ \topmargin -.75in | ||
+ \footskip .75in | ||
+ \textheight 9in | ||
+ \usepackage[font=small]{caption} | ||
$for(header-includes)$ | ||
$header-includes$ | ||
$endfor$ | ||
--- 451,456 ---- | ||
*************** | ||
*** 556,562 **** | ||
$if(beamer)$ | ||
\frame{\titlepage} | ||
$else$ | ||
! \maketitle | ||
$endif$ | ||
$if(abstract)$ | ||
\begin{abstract} | ||
--- 566,572 ---- | ||
$if(beamer)$ | ||
\frame{\titlepage} | ||
$else$ | ||
! %% \maketitle | ||
$endif$ | ||
$if(abstract)$ | ||
\begin{abstract} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.