This is a LaTeX Package that allows creating pdfpccompatible notes file directly from your latex presentation \note
s.
It was created as a result from a question on stackoverflow.
Download pdfpcnotes.styfrom github and put it somewhere where latex can find it.
The same directory as your .tex
file will work.
Add \usepackage{pdfpcnotes}
somewhere before \begin{document}
in your .tex
-file.
You can then use the \pnote{}
command like you used \note{}
before.Behavior will be the same but it will additionally write notes to file in pdfpc readable format.
When running for example pdflatex
you will end up with an additional .pdfpc
file thatwill automatically be recognized by pdfpc and displays your notes nicely in the notes section on your control screen.
Check the demo/ folder for an example .tex
file.
It is possible to give the following options for \usepackage
:
duration=N
: Set the duration in minutes. See --duration
lastminutes=N
: pdfpc will warn during the last N minute. See --last-minutes
.starttime=HH:MM
: Set the start time of the presentation. See --start-time
.endtime=HH:MM
: Set the end time of the presentation. See --end-time
.It does not preserve newlines, so everything in a \pnote{}
will end upin one line of the output file.To replace newlines and paragraphs you may use the following commands:
sed -i 's/\\\\/\n/g' slides.pdfpc
sed -i 's/\\par/\n\n/g' slides.pdfpc
I'm happy to receive your feedback!Drop me a line to mail@cebe.cc or write in github issue tracker if you find a bug.
pdfpc 是一个支持多显示器的 PDF 文档呈现控制台。基于 GTK 开发。
部署 LaTeX 安装 texlive-core 新建 a.tex 文件,内容如下: \documentclass[11pt,a4paper]{article} %加入了一些针对XeTeX的改进并且加入了 \XeTeX 命令来输入漂亮的XeTeX logo \usepackage{xltxtra} %启用一些LaTeX中的功能 \usepackage{xunicode} %%%% fontspe
LaTeX(LATEX,音译“拉泰赫”)是一种基于TeX的排版系统。 LaTeX通过CTAN服务器发布,或作为TeX用户组(TUG)或第三方提供的许多易于安装和可用的TeX发布版本的一部分。如果您遇到问题,请访问帮助部分。 LaTeX本身并不是一个独立的排版程序,而是运行在Donald E. Knuth的TeX排版系统之上的文档准备软件。TeX发行版通常会将工作中的TeX系统所需的所有部件捆绑在一
Vim + LaTeX snippets setup How I'm able to take notes in mathematics lectures using LaTeX and Vim Vim configuration Copy tex.snippets to ~/.vim/UltiSnips/ and assuming you're using Vim Plug, add the f
latex-action GitHub Action to compile LaTeX documents. This actions runs on docker using a maximal TeXLive environment installed. Inputs root_file The root LaTeX file to be compiled. This input is req
PDF 下载: 放映版 阅读版 Copyright (C) 2018–2021 by Xiangdong Zeng.