- To make a Dropbox link as an embedded image in Gist, you can use
raw=1
as a query parameter in your URL. For example:
https://www.dropbox.com/s/a1b2c3d4ef5gh6/example.docx?raw=1
or
This document only shows the setups required for Zotero-Obsidian integration. Tutorial on workflow is given in an in-person meeting.
There are many different ways to setup workflow for coordinating Dropbox, Zotero, and Obsidian. The setup described in this post is for:
Ctrl + Shift
(Windows/Linux) or Cmd + Option
(Mac) while dropping to Overleaf.(Note) On macOS, it may be necessary to allow the Zotero window to come to the front before letting go for the modifier key to take effect.
If you have track change commands from the TrackChanges
package (not the changes
package), the commands can be removed by:
PythonPackge
under trackchanges
folder. For the command above to work, copy entire latex folder under /trackchanges-0.7.0/PythonPackage/
folder. Confirm you have acceptchanges.py
in a folder above your latex files.Terminal
and activate python v 2.7
. Note that acceptchanges.py
works only with python v2.7
.acceptchanges.py
does not automatically deal with \input{}
or \include{}
files. So I have to process with acceptchanges.py
all associated files individually.from scipy.interpolate import UnivariateSpline
# from depth to pressure
tck = (np.asarray([ 660., 660., 660., 660., 2900., 2900., 2900., 2900.]),
np.asarray([ 23.3585891 , 56.70896396, 91.92747561, 136.58456648,
0. , 0. , 0. , 0. ]), 3)
d2p = UnivariateSpline._from_tck(tck)
How to install libxc in agave.
mkdir -p $MYLIBXCDIR
cd $MYLIBXCDIR
wget -O libxc-5.0.0.tar.gz http://www.tddft.org/programs/libxc/down.php?file=5.0.0/libxc-5.0.0.tar.gz
tar xzf libxc-5.0.0.tar.gz
cd libxc-5.0.0
mkdir install
./configure --prefix=PATH/TO/LIBXC