Giter Club home page Giter Club logo

logic2's Introduction

Hello

I am, among other things, a lecturer in Philosophy at the University of Edinburgh.

logic2's People

Contributors

wo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

logic2's Issues

TeX4ht support

I've fixed most issues, such as the \Link command defined by both TeX4ht and Xyling or extra tags and missing references for tcolorbox environments. Some of these fixes are already available in TeX Live or should be available in a few days.

A configuration file named logic2.4ht can fix other project-specific issues for your class. This file should be loaded automatically if you place it in the directory with your sources:

\RequirePackage{etoolbox}

\renewcommand\doclicenseThis{\ifvmode\IgnorePar\fi\EndP\HCode{<p  >This work is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p> }}
\renewcommand{\wlabel}[2]{\Kk[#1]{0}{\ifstrequal {#2} {} {} {\ensuremath{(#2)}}}}


\AtBeginDocument{
% fix for the extra </div> after the proof environment
\Configure{proof}{}{}{}
}

From these definitions, only \wlabel is critical, as it fixes the fatal error caused by \ifthenelse. I couldn't find the source of this issue. \Configure{proof} prevents extra closing </div> tag after the proof environment. You can remove the redefinition of \doclicense if you fix it differently in your Python script.

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.