This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass$if(fontsize)$[$fontsize$]$endif${article} | |
\usepackage{amssymb,amsmath} | |
\usepackage{ifxetex,ifluatex} | |
\ifxetex | |
\usepackage{fontspec,xltxtra,xunicode} | |
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase} | |
\else | |
\ifluatex | |
\usepackage{fontspec} | |
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Text/Pandoc/Builder.hs b/Text/Pandoc/Builder.hs | |
index 664c656..e062271 100644 | |
--- a/Text/Pandoc/Builder.hs | |
+++ b/Text/Pandoc/Builder.hs | |
@@ -269,8 +269,9 @@ link url title x = singleton $ Link (toList x) (url, title) | |
image :: String -- ^ URL | |
-> String -- ^ Title | |
-> Inlines -- ^ Alt text | |
+ -> String -- ^ Size information (i.e. width) | |
-> Inlines |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/default.latex b/default.latex | |
index e565833..e1d5a7e 100644 | |
--- a/default.latex | |
+++ b/default.latex | |
@@ -47,15 +47,6 @@ $if(url)$ | |
$endif$ | |
$if(graphics)$ | |
\usepackage{graphicx} | |
-% We will generate all images so they have a width \maxwidth. This means | |
-% that they will get their normal width if they fit onto the page, but |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Tidy < Formula | |
head 'cvs://:pserver:[email protected]:/cvsroot/tidy:tidy' | |
homepage 'http://tidy.sourceforge.net' | |
version '2009' # date of last commit | |
def install | |
system "/bin/sh build/gnuauto/setup.sh" | |
system "./configure", "--prefix=#{prefix}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- math2svg.hs | |
-- compile with: | |
-- ghc --make math2svg.hs | |
-- run using: | |
-- pandoc -t json -s | ./math2svg | pandoc -f json | |
mport Text.Pandoc | |
import Text.JSON.Generic | |
import System.Cmd | |
import System.Posix.Directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mark: hakyll.hs | |
ghc --make hakyll.hs | |
touch mark | |
build: mark | |
./hakyll build |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C10H16O2 | |
Wdcorina 05241211323D 1 1.00000 0.00000 0 | |
CORINA 3.44 0000 14.05.2008 | |
27 28 0 0 0 0 999 V2000 | |
-0.0187 1.5258 0.0104 C 0 0 0 0 0 0 0 0 0 0 0 0 | |
0.0021 -0.0041 0.0020 C 0 0 0 0 0 0 0 0 0 0 0 0 | |
0.7421 -0.5109 1.2415 C 0 0 2 0 0 0 0 0 0 0 0 0 | |
0.3065 -0.0876 2.1467 H 0 0 0 0 0 0 0 0 0 0 0 0 | |
2.1493 -0.1944 1.1584 O 0 0 0 0 0 0 0 0 0 0 0 0 | |
0.7166 -2.0600 1.2967 C 0 0 0 0 0 0 0 0 0 0 0 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -C3 -r org.openscience.cdk.jchempaint30/src/main/org/openscience/jchempaint/action/CopyPasteAction.java org.openscience.cdk.jchempaint.patched/src/main/org/openscience/jchempaint/action/CopyPasteAction.java | |
*** org.openscience.cdk.jchempaint30/src/main/org/openscience/jchempaint/action/CopyPasteAction.java 2009-12-08 03:48:25.000000000 -0800 | |
--- org.openscience.cdk.jchempaint.patched/src/main/org/openscience/jchempaint/action/CopyPasteAction.java 2010-09-13 11:07:35.000000000 -0700 | |
*************** | |
*** 28,41 **** | |
*/ | |
package org.openscience.jchempaint.action; | |
- import java.awt.Toolkit; | |
import java.awt.datatransfer.Clipboard; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/org/openscience/jchempaint/controller/ReactionHub.java b/src/main/org/openscience/jchempaint/controller/ReactionHub.java | |
index beb8ebe..d973f2e 100644 | |
--- a/src/main/org/openscience/jchempaint/controller/ReactionHub.java | |
+++ b/src/main/org/openscience/jchempaint/controller/ReactionHub.java | |
@@ -72,7 +72,7 @@ public class ReactionHub { | |
chemModel.setReactionSet(reactionSet); | |
chemModel.getMoleculeSet().removeAtomContainer(oldcontainer); | |
if(chemModel.getMoleculeSet().getAtomContainerCount()==0) | |
- chemModel.getMoleculeSet().addAtomContainer(chemModel.getBuilder().newInstance(IAtomContainer.class)); | |
+ chemModel.getMoleculeSet().addAtomContainer(chemModel.getBuilder().newInstance(IMolecule.class)); |
OlderNewer