Latex报错: Could not start the command: xelatex.exe -synctex=1 -interaction=nonstopmode

网上还有很多说出Could not start the command: pdflatex.exe -synctex=1 -interaction=nonstopmode这个问题的,

其实解决方案都差不多,只要在texstudio的options->config texstudio->commands中找到xelatex选项然后把框里的东西换成

xelatex.exe的路径+空格+-synctex=1 -interaction=nonstopmode %.tex即可,如下所示

C:\texlive\2018\bin\win32\xelatex.exe -synctex=1 -interaction=nonstopmode %.tex

最新文章

  1. Spring CharacterEncodingFilter
  2. script标签不带属性与带async、defer的区别
  3. web前端基础篇⑥
  4. SQL触发器中的deleted表和inserted表
  5. iOS开发Embedded dylibs/frameworks are only supported on iOS 8.0 and later for architecture armv7的解决方法
  6. 浅谈C#抽象类
  7. Oracle的用户、角色以及权限相关操作
  8. 超实用的JavaScript代码段 Item2 --伸缩菜单栏
  9. 吴恩达机器学习笔记43-SVM大边界分类背后的数学(Mathematics Behind Large Margin Classification of SVM)
  10. JavaScript修改DOM节点时,样式优先级的问题
  11. git第九节---git命令实战
  12. php如何控制用户对图片的访问 PHP禁止图片盗链
  13. Unicode与中文转换工具类方法(转)
  14. Linux命令——用户和用户组管理
  15. mysql事务,select for update,及数据的一致性处理
  16. BUGKU--刷题
  17. SOJ1022 Uniform Generator
  18. openGL笔记-画基本图形
  19. 如何编译和安装libevent【转】
  20. UVA - 12298 Super Poker II (FFT+母函数)

热门文章

  1. LINUX交换分区
  2. P1082 同余方程(扩欧模板)
  3. 倍增(在线)求LCA
  4. 基于SpringBoot的开源微信开发平台,Jeewx-Boot 1.0 版本发布
  5. 2019牛客暑期多校赛(第三场)B-求01串中的最长01数量相等的子串和子序列
  6. Python学习day24-面向对象的三大特征之继承
  7. logcat日志文件
  8. 在ALV点击Key值调用TCode,跳过初始屏幕
  9. 2019-5-21-C#-在-构造函数添加-CallerMemberName-会怎样
  10. 8种nosql数据库对比