Giter Club home page Giter Club logo

Comments (2)

dohyunkim avatar dohyunkim commented on August 23, 2024 1

원인은 영문 구두점을 한글폰트로 찍는 기능이 동작한 때문입니다. 원래 레이텍의 verbatim 모드는 \language=\l@nohyphenation 상태이므로 이를 이용해 verbatim 식자에서는 이 기능이 동작하지 않게 설계했었습니다. 그런데 fancyvrb 패키지는 language 설정 없이 단지 고정폭 글꼴만 가지고 식자하도록 해두었더군요.

그래서 verbatim 뿐 아니라 일반 고정폭 글꼴에 대해서도 구두점 폰트 대체가 이루어지지 않도록 수정해야 이 문제가 해결되는데요. node 모드에서는 고정폭 글꼴의 parameters.space_stretch 값을 영으로 설정하고 있기 때문에 간단히 고정폭인지 아닌지 알 수 있지만, harf 모드에서는 (현재로는) 이런 것이 없으므로 고정폭 여부를 확인하기 쉽지 않습니다. 그래서 우선 간단히 iM의 글자폭을 비교하여 같으면 고정폭이라고 간주하기로 했습니다.

좋은 의견 언제든 기다리고 있습니다.

from luatexko.

dohyunkim avatar dohyunkim commented on August 23, 2024

from luatexko.

Related Issues (4)

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.