title: "Scrivener 3 Test Project" author:
- John Doe
- Joanna Doe twocolumn: toc: pandocomatic_: use-template:
- latex-with-refs
on run | |
tell application "System Events" | |
keystroke "c" using command down | |
delay 0.5 | |
do shell script "id=$(pbpaste); open \"bookends://sonnysoftware.com/$id\"" | |
end tell | |
end run |
>> Screen('Preference', 'Verbosity', 8); | |
PTB-INFO: Display ':0' : X-Screen 0 : Assigning primary output as 5 with RandR-CRTC 0 and GPU-CRTC 0. | |
>> VBLSyncTest | |
ans = | |
0 | |
RandR: 1920x1080 (0x224) 148.5MHz | |
h: width 1920 start 2008 end 2052 total 2200 skew 0 |
>> Screen('Preference', 'Verbosity', 8); | |
>> VBLSyncTest | |
ans = | |
0 | |
RandR: 1024x768 (0x228) 65.0MHz | |
h: width 1024 start 1048 end 1184 total 1344 skew 0 | |
v: height 768 start 771 end 777 total 806 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<w:document xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mo="http://schemas.microsoft.com/office/mac/office/2008/main" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mv="urn:schemas-microsoft-com:mac:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:wpg="http://schemas.microsoft.com/of |
# nvidia-settings: X configuration file generated by nvidia-settings | |
# nvidia-settings: version 367.35 (buildd@lgw01-18) Tue Aug 9 10:11:49 UTC 2016 | |
Section "ServerLayout" | |
Identifier "Layout0" | |
Screen 0 "Screen0" 0 0 | |
Screen 1 "Screen1" 1920 0 | |
InputDevice "Keyboard0" "CoreKeyboard" | |
InputDevice "Mouse0" "CorePointer" | |
Option "Xinerama" "0" |
\RequirePackage{latexbug} | |
\documentclass{article} | |
\usepackage{mathspec} | |
\defaultfontfeatures{Ligatures=TeX} | |
\setromanfont{Palatino} | |
\setsansfont{Helvetica} | |
\begin{document} | |
\section{Introduction} |
#!/usr/bin/osascript | |
(* | |
Script written by Naupaka Zimmerman | |
March 17, 2017 | |
MIT License | |
Copyright (c) 2017 Naupaka Zimmerman |
[ | |
{ | |
"metadata": { | |
"author": { | |
"c": [ | |
{ | |
"c": "John", | |
"t": "Str" | |
}, | |
{ |
This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017) (preloaded format=xelatex 2017.5.26) 1 JUN 2017 09:16 | |
entering extended mode | |
restricted \write18 enabled. | |
%&-line parsing enabled. | |
**out.tex | |
(./out.tex | |
LaTeX2e <2017-04-15> | |
Babel <3.10> and hyphenation patterns for 22 language(s) loaded. | |
(/usr/local/texlive/2017basic/texmf-dist/tex/latex/koma-script/scrartcl.cls | |
Document Class: scrartcl 2017/04/13 v3.23 KOMA-Script document class (article) |
title: "Scrivener 3 Test Project" author: