Giter Site home page Giter Site logo

lenote's People

Contributors

leptc 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

lenote's Issues

再贡献个makefile文件吧

再贡献个makefile文件吧
不过我实在Linux下测试过,不知道windows怎么用。你看看是不是可以自己调整。
make all这个命令就可以完成全部的任务,清除temp文件和打开阅读文件。

Makefile:

该 Makefile 用于编译一个 Beamer 制作的幻灯片

运行环境:Linux、texlive2010(XeTeX)、evince 阅读器

Compiler = xelatex
Reader = evince

Target = LePtC.pdf
Source = LePtC.tex
TmpFile = *.out *.log *.aux *.nav *.snm *.toc *.synctex.gz

$(Target): $(Source)
$(Compiler) --quiet --synctex=1 -interaction=nonstopmode $(Source)
$(Compiler) --quiet --synctex=1 -interaction=nonstopmode $(Source)

all: $(Target) clean read

read:
$(Reader) $(Target)

clean:
-rm $(TmpFile)

cleanall:
-rm $(TmpFile) $(Target)

.PHONY: all read clean cleanall

字体问题

您好,很高兴看到你设计了这么好的笔记模板。

在编译过程中,发现缺少一些字体,不知能否上传模板中所用到的字体文件呢?
(比如:锐字云字库准圆体GBK)

另外:我的系统是mac os,用的版本是 mactex 2016,在编译过程中,
发现 dtklogos.sty 找不到,查找后发现对应的文件名应该是:
dtk-logos.sty
不知是否是版本更新的缘故,还是系统的缘故。更改完后,可顺利编译。

Adobe仿宋字体 font

hi,我编译了一下,发现下面这个问题,没有头绪

! Package fontspec Error: The font "Adobe Fangsong Std" cannot be found.

For immediate help type H .
...

l.103 \setCJKfamilyfont
{hei}{方正准圆_GBK}

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.