Skip to content

新增了南京农业大学的模板#32

Open
PrimeX-06 wants to merge 1 commit intoliu-qilong:mainfrom
PrimeX-06:NJAU
Open

新增了南京农业大学的模板#32
PrimeX-06 wants to merge 1 commit intoliu-qilong:mainfrom
PrimeX-06:NJAU

Conversation

@PrimeX-06
Copy link

为南京农业大学(NJAU, Nanjing Agricultural University)新增了模板

Copilot AI review requested due to automatic review settings December 16, 2025 09:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new Beamer presentation template for Nanjing Agricultural University (NJAU). The change includes defining the NJAU-specific theme configuration with its brand color and asset paths.

Key changes:

  • Added NJAU template option with university-specific color scheme (RGB: 31, 80, 70) and asset paths
  • Standardized code indentation throughout the file from 2-space to 4-space formatting

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +146 to +149
\renewcommand{\maincolorRGB}{31, 80, 70}
\renewcommand{\colorlogoPath}{src/NJAU/color-logo.png}
\renewcommand{\translogoPath}{src/NJAU/trans-logo.png}
\renewcommand{\backgroundPath}{src/NJAU/background.png}
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The NJAU option declaration is missing inline comments explaining each parameter, while similar options like CQU (lines 125-128) and ZJUT (lines 139-142) include helpful comments describing what each path represents. For consistency and maintainability, add inline comments similar to those used in CQU and ZJUT options:

  • Line 146: Add comment explaining the theme's main color in RGB
  • Lines 147-149: Add comments explaining the paths to color logo, transparent logo, and background image respectively
Suggested change
\renewcommand{\maincolorRGB}{31, 80, 70}
\renewcommand{\colorlogoPath}{src/NJAU/color-logo.png}
\renewcommand{\translogoPath}{src/NJAU/trans-logo.png}
\renewcommand{\backgroundPath}{src/NJAU/background.png}
\renewcommand{\maincolorRGB}{31, 80, 70} % the theme's main color in RGB
\renewcommand{\colorlogoPath}{src/NJAU/color-logo.png} % path to the logo image with background color
\renewcommand{\translogoPath}{src/NJAU/trans-logo.png} % path to the logo image with transparent background
\renewcommand{\backgroundPath}{src/NJAU/background.png} % path to the background image

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants