Git Product home page Git Product logo

Comments (35)

mengchaoheng avatar mengchaoheng commented on June 4, 2024

没看懂错误在哪里

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

没看懂错误在哪里

有些字符串显示一直错误,字母d

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

字体也安装了,找不到原因

from scut_thesis.

sikouhjw avatar sikouhjw commented on June 4, 2024

压缩并上传你的『全部文件』

from scut_thesis.

mengchaoheng avatar mengchaoheng commented on June 4, 2024

你这个是下载下来没改过然后编译我的模版说明吗?不应该有错误,如果你移动了位置,你把引用删掉,你写点其他东西看看。要确保编译选项和bib文件路径正确。实在不行百度一下自己哪里环境有问题。你最好把编译错误贴一下

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

你这个是下载下来没改过然后编译我的模版说明吗?不应该有错误,如果你移动了位置,你把引用删掉,你写点其他东西看看。要确保编译选项和bib文件路径正确。实在不行百度一下自己哪里环境有问题。你最好把编译错误贴一下

我试试,我是直接下载,用texstudio编译就一直这样显示

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

压缩并上传你的『全部文件』

压缩并上传你的『全部文件』

文件就是网站的标准模板

from scut_thesis.

mengchaoheng avatar mengchaoheng commented on June 4, 2024

那你编译选项要选对,应该就没问题。除非我更新后搞乱了什么东西,不过可能性很小

from scut_thesis.

sikouhjw avatar sikouhjw commented on June 4, 2024

我试试,我是直接下载,用texstudio编译就一直这样显示

\keywordsCN{\LaTeX{};论文}
\chapter{Abstract}
\keywordsEN{\LaTeX{}; Paper}

你说的是错的,你修改了内容。

请不要拿『我什么都没做,好端端的人没了』这种套话来尝试解决问题

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

image

from scut_thesis.

mengchaoheng avatar mengchaoheng commented on June 4, 2024

@sikouhjw 作为开发者,我喜欢你的作风,作为同学,大家还是客气一点,哈哈哈。没事,好事多磨。

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

我试试,我是直接下载,用texstudio编译就一直这样显示

\keywordsCN{\LaTeX{};论文}
\chapter{Abstract}
\keywordsEN{\LaTeX{}; Paper}

你说的是错的,你修改了内容。
请不要拿『我什么都没做,好端端的人没了』这种套话来尝试解决问题

我试过没改的,也是如此,我可以运行截图给你,这个改动是为了测试是否是格式错误导致的编码出错

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

image

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

每个字母d显示出错,其余都正常

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

image

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

在VScode上运行也是同样,字母d显示错误

from scut_thesis.

sikouhjw avatar sikouhjw commented on June 4, 2024

上传用 xelatex 编译后的 log 文件

from scut_thesis.

mengchaoheng avatar mengchaoheng commented on June 4, 2024

原谅我还是不懂“字母d显示错误”是什么意思

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

image

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

scutthesis.log

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

上传用 xelatex 编译后的 log 文件

已传,您看一下

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

原谅我还是不懂“字母d显示错误”是什么意思

Keywords, d显示不出来

from scut_thesis.

sikouhjw avatar sikouhjw commented on June 4, 2024

估计是发行版版本的问题,texlive 2020 有点老,建议用最新的

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

估计是发行版版本的问题,texlive 2020 有点老,建议用最新的

2022也是同样的输出结果,个人感觉像是KeywordsEN和KeywordsCN命令内部的字体设置可能有点问题

from scut_thesis.

sikouhjw avatar sikouhjw commented on June 4, 2024

SCUT_thesis/scutthesis.cls

Lines 152 to 155 in a225bf8

\newcommand{\abskeyscn}{\songti\xiaosihao\normalfont} % 中文摘要关键字的字体
\newcommand{\absnameen}{\heiti\xiaosihao} % 英文``Abstract''字样的字体
\newcommand{\abskeyen}{\bfseries\xiaosihao} % 英文``KEY WORDS''字样的字体
\newcommand{\abskeysen}{\songti\xiaosihao\normalfont} % 英文关键字的字体

你改下这两处的代码吧,其实只需要 \zihao{-4} 就可以的

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

image

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

SCUT_thesis/scutthesis.cls

Lines 152 to 155 in a225bf8

\newcommand{\abskeyscn}{\songti\xiaosihao\normalfont} % 中文摘要关键字的字体
\newcommand{\absnameen}{\heiti\xiaosihao} % 英文``Abstract''字样的字体
\newcommand{\abskeyen}{\bfseries\xiaosihao} % 英文``KEY WORDS''字样的字体
\newcommand{\abskeysen}{\songti\xiaosihao\normalfont} % 英文关键字的字体

你改下这两处的代码吧,其实只需要 \zihao{-4} 就可以的

这个我不太明白,我认为是字体的设置可能重复了,也许对同一个对象定义了两种不同的字体?导致输出的时候原本应该显示为d的字符显示为phi, 修改了字体大小,仍然解决不了

from scut_thesis.

sikouhjw avatar sikouhjw commented on June 4, 2024

SCUT_thesis/scutthesis.cls

Lines 152 to 155 in a225bf8

\newcommand{\abskeyscn}{\songti\xiaosihao\normalfont} % 中文摘要关键字的字体
\newcommand{\absnameen}{\heiti\xiaosihao} % 英文``Abstract''字样的字体
\newcommand{\abskeyen}{\bfseries\xiaosihao} % 英文``KEY WORDS''字样的字体
\newcommand{\abskeysen}{\songti\xiaosihao\normalfont} % 英文关键字的字体

你改下这两处的代码吧,其实只需要 \zihao{-4} 就可以的

这个我不太明白,我认为是字体的设置可能重复了,也许对同一个对象定义了两种不同的字体?导致输出的时候原本应该显示为d的字符显示为phi, 修改了字体大小,仍然解决不了

我的意思是,这些代码都是冗余的代码,只需要 \zihao{-4} 就可以了

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

您能明确指出是哪里替换成\zihao{-4}吗?

from scut_thesis.

sikouhjw avatar sikouhjw commented on June 4, 2024
\newcommand{\abskeyscn}{\xiaosihao}
\newcommand{\abskeysen}{\xiaosihao}

from scut_thesis.

mengchaoheng avatar mengchaoheng commented on June 4, 2024

各种字体问题可以考虑使用overleaf?

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

问题已解决
导言区补充:
\usepackage{times}
\usepackage[T1]{fontenc}

from scut_thesis.

mengchaoheng avatar mengchaoheng commented on June 4, 2024

所以不是字体问题吗?我用过win用过macOS,都没有这个编码错误问题,所以一下子也不知道怎么解决(因为没法复现问题)。感谢您的补充。

from scut_thesis.

Cemlau avatar Cemlau commented on June 4, 2024

所以不是字体问题吗?我用过win用过macOS,都没有这个编码错误问题,所以一下子也不知道怎么解决(因为没法复现问题)。感谢您的补充。

有一个新的需求,当封面页文件更换为页数小于8页的PDF时,如何去除空白页呢?
image

from scut_thesis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.