forum icon indicating copy to clipboard operation
forum copied to clipboard

A temporarily alternate forum of `bbs.ctex.org`

Results 56 forum issues
Sort by recently updated
recently updated
newest added

\begin{flalign} &A=B\\ &B=C\\ &A=C \end{flalign} 若用我这里用pdflatex编译出只有末尾一个编号,如果换作Xelatex.编译就是每个公式都有编号。 ## 编译环境 - 操作系统 - [ ] Windows10 - TeX 发行版 - [ ] CTeX 套装 2.9.2.164 ## 描述问题 \begin{flalign} &A=B\\ &B=C\\ &A=C \end{flalign}...

## 问题背景 我在用 tikz 给 [exam-zh](gitee.com/zepinglee/exam-zh) 绘制中国化(主要是初高中)的部分数学符号,比如 `\subset`, `\cap` 等。在 @syvshc 的提醒下,我发现需要考虑到符号在不同模式(比如正文、角标)中的大小问题,然后在 tex.se 上查到一个回答 [Define a math symbol relative to font size](https://tex.stackexchange.com/questions/95561/define-a-math-symbol-relative-to-font-size)。里面提到了使用 `\mathchoice` 来处理。 ## MWE ```latex \documentclass{article} \usepackage{tikz} \begin{document}...

``` tex \documentclass[border=3mm]{standalone} \usepackage{pgfplots} \pgfplotsset{compat=newest} \begin{document} \begin{tikzpicture}[scale=2] \begin{axis}[axis equal image,axis lines=none]%,view={60}{40} \addplot3 [raw gnuplot,mesh,smooth] gnuplot [mesh]{ set parametric; set pm3d explicit; set hidden3d; set isosamples 52,55; set xrange[-8:10]; set yrange[-9:9];...

## 编译环境 - 操作系统 - [x] Windows 10 - TeX 发行版 - [x] TeX Live 2022 ## 描述问题 我使用了beamer所提供的```\usetheme{Hannover}```, 并且标题页(第一页)有sidebar侧栏。 我利用如下代码,取消第一页的sidebar: ``` \setbeamertemplate{sidebar left}{ } \setbeamertemplate{sidebar canvas left}{ } ```...

```tex \documentclass[border=3mm,tikz]{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.18, zhifangtu/.style={ axis lines =left, tick align=inside, yticklabel style={/pgf/number format/.cd, fixed, fixed zerofill, precision=3}, area style, x=0.2cm, y=300cm, ymin=0, ymax=0.1, xmin=0, xmax=95, xtick={0,10,20,30,40,50,60,70,80,90}, ytick={0.001,0.002,0.006,0.012,0.017,0.020,0.023}, } } \begin{document}...

Dear All, I met a problem when compiling codes with TikZ-Feynman package, my codes is shown below ```latex \documentclass{article} \usepackage{tikz-feynman} \begin{document} The quick brown fox jumps over the lazy dog....

Plotting/PGF & TikZ
Lua-Script

```tex \documentclass{ctexart} \usepackage{mathtools} \begin{document} \[x=1\text{或}x=2.\] \end{document} ``` ![捕获](https://user-images.githubusercontent.com/98209931/175802823-9899c4e7-6eb6-4607-a33a-349a1ad91aa0.JPG) 用xelatex编译,xecjk宏包能够在中文与西文、数字前后自动加空格,但数学环境下就不行了,好像只能手动加``~``来实现,有智能的解决方案吗?

## 检查 - [x] 已在 issues 中进行搜索(包括已关闭的问题) ## 编译环境 - 操作系统 - [x] Windows 11 - TeX 发行版 - [x] TeX Live 2022 ## 描述问题 使用 `siunitx` 宏包自定义 `list-final-separator` 时不能正确地处理间距,...

```tex \documentclass{article} \usepackage{mathtools} \begin{document} \[ \begin{dcases} x, & x>0,\\ -x,& x0,\\[5pt] -x,& x0,\\ 0, & x=0,\\ -x,& x

问题出现在 windows 里编译的时候。虽然外面显示一个绿色的 ✓,但是里面的编译日志是有错误的: ```latex Installing dependency: ../xeCJK Installing dependency: ../zhnumber Running checks on backend (1/67) basic01 (2/67) basic02 (3/67) basic03 (4/67) basic04 (5/67) basic05 (6/67) beamer01 (7/67) beamer02 (8/67)...