Coder Social home page Coder Social logo

regulust / hithesis-alpha Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 8.0 2.21 MB

hithesis-alpha是在hithesis的基础上进行的改编尝试,尝试添加开题/中期报告样式(已停更,请使用原版hithesis)。

Makefile 0.69% TeX 92.43% PostScript 6.72% Perl 0.16%
hithesis-alpha latex template

hithesis-alpha's People

Contributors

regulust avatar specialpointcentral avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hithesis-alpha's Issues

记录一些使用hithesis的经验

记一些自己使用hithesis的经验

此issue仅做记录用,基于原版 hithesis v3.x 2022/03

texstudio中文字体显示问题

macOS下如果使用texstudio等编辑器,在主文档中若没有设置fontset字体或使用fandol字体时,如\documentclass[fontset=fandol,type=doctor,campus=harbin]{hithesisbook},编译生成的pdf文档中文字体在TeXstudio的自带pdf浏览器中无法正常显示,其它pdf阅读器或者chrome浏览器查看都正常,这是texstudio软件的问题,按说明手动设置fontset=mac即可,或者换用其它pdf阅览器查看。

其它解决方法及详细信息可参考:https://zhuanlan.zhihu.com/p/80728204

图表引用label技巧

texstudio等编辑器在\ref[key]时有自动补全label key的功能,图表较多时,引用比较方便。
但使用hithesis的bicaption时,按照hithesis示例,图片和表格的标签应该放在bicaption后中括号里(如\bicaption[key]),此时编辑器不能识别到label key,不能自动补全;如果按照日常习惯,用\label{key}放在\bicaption[]{}{}{}{}后,则无法正确引用序号;其实\label{key}的位置有多种选择,解决方法是,将\label{key}放在中文标题的大括号内即可,这样可以使用texstudio的引用自动补全,引用序号也正确。

%原示例:
\begin{figure}[htpb]
\centering
\includegraphics[width = 0.4\textwidth]{golfer}
\bicaption[golfer1]{}{打高尔夫球球的人(博士论文双语题注)}{Fig.$\!$}{The person playing golf (Doctoral thesis)}
\end{figure}

%新示例:
\begin{figure}[htpb]
\centering
\includegraphics[width = 0.4\textwidth]{golfer}
\bicaption[]{}{\label{golferr1} 打高尔夫球球的人(博士论文双语题注)}{Fig.$\!$}{The person playing golf (Doctoral thesis)}
\end{figure}

参考Overleaf文档:https://www.overleaf.com/learn/latex/Questions/How_do_I_add_a_caption_to_a_table%3F

您好,页眉问题还是无法解决

首先感谢您编写Latex方便大家修改,但是我昨天根据您的指示做,仍然无法改变页眉。您可以怎么回事么,还有因为我不常用github,所以可以加我微信么,AltmanSeven7,谢谢了。
页眉问题
页眉问题2

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.