Skip to content

Conversation

Tikitikitikidesuka
Copy link

@Tikitikitikidesuka Tikitikitikidesuka commented Oct 16, 2025

I am submitting

  • a new package
  • an update for a package

Description: Unnoficial Typst version of the LaTeX template for Universidad Politécnica de Madrid thesis and reports.

I have read and followed the submission guidelines and, in particular, I

  • ensured that my package is licensed such that users can use and distribute the contents of its template directory without restriction, after modifying them through normal use.

@typst-package-check typst-package-check bot added the new A new package submission. label Oct 16, 2025
#if school-watermark != none {
place(
right + bottom,
image(school-watermark, width: 90%),
Copy link
Member

Choose a reason for hiding this comment

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

This won't work as you would expect. You should take an image as parameter directly, see this guide for more details.

Copy link
Member

Choose a reason for hiding this comment

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

There is a typo in the name of this file, it should be called placeholder.png.


To compile this template, run:

```typst compile --root . template/main.typ```
Copy link
Member

Choose a reason for hiding this comment

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

This is only true in a development setup. Most people will start their project with typst init @preview/upm-report and compile with typst compile main.typ, or use the web app. It would be nice to document that.

@@ -0,0 +1,16 @@
[package]
name = "upm-report"
Copy link
Member

Choose a reason for hiding this comment

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

Because this package is not official, can you choose a more distinctive name please, to meet our naming guidelines?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new A new package submission.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants