Git Product home page Git Product logo

Comments (3)

talal avatar talal commented on August 22, 2024

I just tested by including a file (#include "file.typ"). It seems to work for me.

Can you give me an example so that I can reproduce the issue that you're facing?

from ilm.

mescobal avatar mescobal commented on August 22, 2024

Found the problem.
When i use
set heading(numbering: none)
the page number disappears. Don't know if is a bug or not.

from ilm.

talal avatar talal commented on August 22, 2024

I tried with #set heading(numbering: none) and the page numbering still shows as expected.

Try the following:

  1. Create a new folder, e.g. test.

  2. Create a document in the new folder called main.typ with the following content:

    #import "@preview/ilm:1.1.1": *
    
    #show: ilm.with(
      title: [Test Document],
      author: "Max Mustermann",
      date: datetime(year: 2024, month: 03, day: 19),
      abstract: [ #lorem(50) ],
    )
    
    #set heading(numbering: none)
    
    = Heading on main document
    #lorem(50)
    
    #include "external-page.typ"
  3. Create another document called external-page.typ with the following content:

    = Heading on external document
    #lorem(50)
    
    #lorem(50)
  4. Compile main.typ. You should see page numbering on all pages.

from ilm.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.