我正在运行 Ubuntu 20.04。我通过aptitude. 但是当我尝试构建文档时,在 TexStudio 中出现以下错误:
File `letltxmacro.sty' not found. \RequirePackage{letltxmacro}[2008/06/13]
Run Code Online (Sandbox Code Playgroud)
经过一番谷歌搜索,我发现它可能属于包gl2ps或libgl2ps*. 但是,它们都在我的存储库中不可用:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gl2ps
Run Code Online (Sandbox Code Playgroud)
有没有可能解决这个问题?如果是,如何?
我正在运行 Ubuntu 20.04x86_64并使用chromium安装snap:
$ snap list
Name Version Rev Tracking Publisher Notes
chromium 84.0.4147.89 1229 latest/stable canonical? -
core18 20200707 1880 latest/stable canonical? base
gtk-common-themes 0.1-36-gc75f853 1506 latest/stable canonical? -
snapd 2.45.2 8542 latest/stable canonical? snapd
Run Code Online (Sandbox Code Playgroud)
这一切似乎都是最新的,但chromium无法启动。如果我启动它,它会中止执行。在/var/log/syslog和 中/var/log/kern.log,都会生成以下行:
kernel: [ 1590.847960] traps: chrome[5324] trap int3 ip:557cd4d7b152 sp:7fffde23a9c0 error:0 in chrome[557cd1a59000+7234000]
Run Code Online (Sandbox Code Playgroud)
此外,/var/log/apport.log对于每次执行尝试,都会出现以下行:
ERROR: apport (pid 5556) Thu Jul 16 10:32:47 2020: host pid 5324 crashed in a …Run Code Online (Sandbox Code Playgroud) 我在 Ubuntu 18.04.4 上使用 GNOME 3.28.2。
使用键盘快捷键“特殊”+“左箭头”,我可以将当前窗口向左移动,并将其调整为屏幕的一半;与“右箭头”相同,但向右。屏幕的垂直分割被创建
使用“向上箭头”,窗口大小调整为全屏。我想把它移到屏幕的上半部分。换句话说,我想获得屏幕的水平分割,类似于使用“左”和“右箭头”获得的垂直分割。
是否可以?如何?