-
> 感觉 sjtuthesis 依赖的包有点多啊,建议利用 ctexhook 对额外的包提供支持,而不必直接依赖。这样有两个好处:
> 1. 提升编译效率,不必载入非必须的宏包,比如数学系的就基本不需要 siunitx;
> 2. 方便用户个性化选择宏包;比如算法环境的实现有 algorithms, algorithmicx, algorithm2e 三种方式,用户可能有所偏好,这样就可以选择…
-
According to https://github.com/metanorma/metanorma.com/issues/83 , these packages in LaTeXML depend on external TeX distribution.
```
color.sty
colordvi.sty
ntheorem.sty
pgfkeys.code
pgfmath.…
-
*Migrated from SourceForge*
Author: drihyx
Timestamp: 2015-02-07 00:33:51.138000
`siunitx` has an option which renders `\num[retain-unity-mantissa=false]{1e9}` as "10^9", while `\num{1e9}` renders as…
-
Reported by Zarko in https://tex.stackexchange.com/questions/491097/new-circuitikz-is-here-and-first-problem-too/491119?noredirect=1#comment1240113_491119
```
\documentclass[border=3mm]{standalon…
Rmano updated
5 years ago
-
**Describe the bug**
A very high CPU usage caused by activating only this ltex extension (caused by java-9-oracle)
**Steps to reproduce**
1. Open latex files
2. Activate ltex extension
3. Obs…
-
Dear `circuitikz` users and developers, I am tackling a little problem with the overall structure of the components.
The overall problem started with the fact that the relative size of some compon…
Rmano updated
5 years ago
-
\subsection{$balabala\cdot balabala$}会报错且无法往下编译,\subsection{$balabala\textperiodcentered balabala$}则会正常,
而$\cdot$在正文中可以正常使用。
以及如何在数学模式中使用正体而非斜体的Times New Roman字体?
![image](https://user-images.git…
-
I want to use `circuitikz` to make a breadboard layout.
Preamble:
```latex
\tikzset{
open socket/.style = {
circle,
fill = lightgray,
inner sep = 1pt
},
filled socket/.s…
-
Right now, the order of units in the output of the `@u_str`-macro is very unpredictable. For example:
```julia
julia> dump(typeof(u"m/s^2").parameters[1])
Tuple{Unitful.Unit{:Meter,𝐋},Unitful.Unit{…
-
**Describe the bug**
When I run huxtable::install_latex_dependencies(), it can't find som of the latex packages. I get the following output:
> library(tinytex)
> huxtable::install_latex_dependenc…