Ivan Kokan
Ivan Kokan
Hi, Please consider this PR (resolves #24) for the next release.
There are several places where `vbLf`, `vbCr` and `vbCrLf` are being used, e.g. https://github.com/krlmlr/Excel2LaTeX/blob/3f01291dc3cc0896f355c5e602769ef5c1cf7ac2/src/CModel.cls#L420 It would be much better to use platform-specific `vbNewLine` instead, and to use it consistently. Kind...
> > Have you considered to include updating the associations within the "Refresh font map files" action? @edocevoli Actually, my original idea about "Refresh font map files" will not do:...
- [x] I have read the [MiKTeX Contributing Guidelines](https://github.com/MiKTeX/miktex/blob/master/CONTRIBUTING.md) I found that `--admin` must be used when creating symbolic links (https://miktex.org/howto/build-unx): `initexmf --admin --mklinks`. This is a bit different to...
I see that inputstream.adaptive supports `com.microsoft.playready` along with `com.widevine.alpha` (https://github.com/peak3d/inputstream.adaptive/wiki/Integration#inputstreamadaptivelicense_type). Will it be handled within Helper, e.g. https://github.com/emilsvennesson/script.module.inputstreamhelper/blob/master/lib/inputstreamhelper/config.py#L14-L17?
Hi @maxgalbu, are you still following what's going on here? Resolves #56. Resolves #79. Resolves #83. Resolves #87. Resolves #88. Resolves #89. Resolves #90. Resolves #95. Resolves #96. Resolves #97....
- [x] I have read and acknowledged this HOWTO article: [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) #1084 This PR addresses few typos in the Installation Wizard - has it been unseen...
> We do support multiple scripts (same in in- and output) via the `script` option. We do not have a case yet where we support transliteration, though. > > [Wikipedia](https://en.wikipedia.org/wiki/Uyghur_alphabets)...
https://github.com/latex3/latex2e/blob/de8ca4a2b3a982055a7ccee9556901024d2a2c98/base/doc/fntguide.tex#L1462-L1467 The definition is not up-to-date. Not really important but still... On top of this, I was looking at L7x which uses the former definition: ```latex \DeclareTextCommand{\k}{L7x}[1]{\oalign{\null#1\crcr\hidewidth\char12}} ``` Should the...