Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Keldos-Li/typora-latex-theme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: Keldos-Li/typora-latex-theme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 3 commits
  • 21 files changed
  • 3 contributors

Commits on Dec 3, 2024

  1. fix: update dart-sass to 1.81.0, enhance makefile performance (#169)

    * fix: update dart-sass to 1.81.0, enhance makefile performance
    
    use @use instead of @import
    update dart-sass to 1.81.0
    modify the makefile to enable more efficient concurrent builds
    
    * fix: update ci yaml, add symbolic link from sass to dart-sass
    
    * fix: rm dev-build on push to dev/**
    RalXYZ authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e24a55d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. feat: modify footnote style to match LaTeX theme (#172)

    * feat: Modify and footnote superscript styles to match LaTeX theme
    
    Remove footnote superscript background and padding; adjust brackets and spacing of footnote labels
    
    * feat: Superscript footnotes in the text with "[ ]"
    
    * feat: adjust spacing between consecutive footnotes
    
    * feat: align footnote numbers and the indented annotation text
    
    * feat: apply style to exported pdf
    
    * chore: add comments
    
    ---------
    
    Co-authored-by: Keldos <hi@keldos.me>
    Co-authored-by: RalXYZ <RalXYZ@proton.me>
    3 people authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    c500a46 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. fix: fix incorrect numbering of headers when exporting HTML (#179)

    * fix: fix incorrect numbering of headers when exporting HTML
    
    * fix: use `counter-reset` to create toc counter at first place
    Keldos-Li authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    7caa99d View commit details
    Browse the repository at this point in the history
Loading