Code Monkey home page Code Monkey logo

latex-njust808's People

Contributors

dichen-cd avatar

Stargazers

 avatar  avatar

latex-njust808's Issues

关于论文字数统计

LaTeX的命令行下有一条命令可以用来统计字数,用法如下:
charcnt filename.dvi

这条命令会反馈出以下信息:
全角字符数:
数学符号数:
其它字符数:

将全角字字符数+其它字符数/4=总的字数。比如:
全角字符数:1326
其它字符数:563

则论文总字数为:1326+563/4=1467,这只是一个初略的统计,但��
�差不大。

其次这个字数与下面方法得到的字数差不多,偏差也就一百��
�字。

先把pdf转成txt,再把txt粘贴到word里,再用word里的字数统计工
具得到总的字数。

Original issue reported on code.google.com by [email protected] on 26 May 2013 at 2:33

声明与授权书那一页的变动

在<南理工(范德松)release.rar 
>文件夹中的声明与授权书虽然能满足要求,但是statement.tex文��
�里有两行代码命令(即:\vspace*{3.9}\newline)看起来有点别扭.因此
,此变动是把statement.txt文件中的\vspace*{3.9}\newline删除,同时在NJ
USTthesis.cls文件找到以下代码,

%%
\newcommand\statement[1]{%
\vskip -5pt
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@statement}
\vskip 13pt
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}
}%
\newcommand\accredit[1]{%
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@accredit}
\vskip 1.6cm
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}%
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}%
}%
%%

将其替换为

%%%%%%%%%
\cleardoublepage
\thispagestyle{empty}
\newcommand\statement[1]{%
\vskip -5pt
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@statement}
\vskip 13pt
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}
\vskip 4.45cm}%
\newcommand\accredit[1]{%
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@accredit}
\vskip 1.6cm
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}%
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}%
}%
\clearpage
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\fi
%%%%%%

Original issue reported on code.google.com by [email protected] on 10 Nov 2011 at 12:33

ctex与vista系统的兼容性

在xp下可以正常生成的ctex文档,在vista下打开后,没法生成
在网上搜了一篇文章给出解决办法,不知道是否行得通:
1.完全卸载CTeX & CTeX-Fonts;

2.Download & Install 
MiKTeX2.6,可以在网上搜到MIKTEX官方网站,上去下载最新版
的MIKTEX2.6,完全兼容VISTA;

3.Download & Install ghostscript, then GSview & 
WinEdt,最好都是最新版,上述
软件网上搜下就知道了;

4.去WWW.CTEX.ORG上下载并依次安装:CTeX-Fonts最新版和CTEX-CS-1.5.4;
这样就完整
安装了新的CTEX系统,可以输入中文,可以兼容VISTA!

Original issue reported on code.google.com by [email protected] on 13 May 2013 at 11:12

找不到宏包,编译出错

1. 重现:在Windows 7下,安装CTEX v2.9,使用make.bat编译。
结果:应该正确编译,但是找不到像hypernat,arydshln这些宏包,
这些在MikTeX里没有。从网上下载这些宏包放在本地目录下,��
�新编译,但是还会发现诸如\begin{algocf@algorithm} on input line 458 
ended by \end{algorithm}等等。

2. 重现:在Ubuntu10.04下,Texlive2009,使用makefile。
结果:类似,找不到宏包。

Original issue reported on code.google.com by [email protected] on 29 Mar 2011 at 2:39

生成的PDF书签乱码问题

pdf书签乱码的解决方法主要是通过编译时来解决的,可在终端(
也叫命令行吧)下如下运行编译:
latex template
GBK2uni template
latex template
bibtex template
makeindex template.nlo -s nomencl.ist -o template.nls 
%此行是编译出术语表用的
latex template
dvipdfm template
dvipdf

每一行代表一次命令行.

Original issue reported on code.google.com by [email protected] on 13 May 2013 at 11:18

编译错误

! Package hyperref Error: Wrong DVI mode driver option `dvipdfm',
(hyperref)                because pdfTeX or LuaTeX is running in PDF mode.

See the hyperref package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.3855 \ProcessKeyvalOptions{Hyp}

? 

Process has been terminated ...

我的是WIN7系统,CTEX 2.9.0.148
用的南理工(范德松)的这个版本,使用PDFTEXIFY编译不过去��
�换了别的编译器也是这个问题
有什么需要注意的地方吗?

Original issue reported on code.google.com by [email protected] on 7 Feb 2012 at 2:00

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.