This file contains 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
## | |
# Module Swizzleable allows for [GLSL-style component | |
# swizzling](https://www.khronos.org/opengl/wiki/Data_Type_(GLSL)#Swizzling) | |
# on instances of the including class, e.g. `vec.wwyx`, | |
# `color.rgb`, etc. | |
# | |
# ```ruby | |
# class Vec4 | |
# include Swizzleable | |
# |
This file contains 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
# Note that you may need to remove the following entry: | |
# | |
# <Multi_key> <m> <u> : "µ" mu # MICRO SIGN | |
# | |
# The default .XCompose in my environment has two additional | |
# easy-to-use definitions for "µ" so at least in my case this | |
# is no great loss. Hopefully your case is the same. | |
<Multi_key> <m> <A> : "𝓐" U1D4D0 # MATHEMATICAL BOLD SCRIPT CAPITAL A | |
<Multi_key> <m> <B> : "𝓑" U1D4D1 # MATHEMATICAL BOLD SCRIPT CAPITAL B |
This file contains 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
// This approach is based on the one devised in | |
// http://xion.io/post/programming/gisht-recap.html by Karol | |
// Kuczmarski; it permits a nice, easy-to-use API while still | |
// allowing you to inject doubles behind the scenes. | |
// | |
// As an example, this is in main.rs: | |
// | |
// let mut grepper = Grepper::new(config.filename); | |
// if let Err(e) = grepper.run() { | |
// ... |
This file contains 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/interfaces/emacs/imaxima/imaxima.texi b/interfaces/emacs/imaxima/imaxima.texi | |
index da960dc..d9d94c8 100644 | |
--- a/interfaces/emacs/imaxima/imaxima.texi | |
+++ b/interfaces/emacs/imaxima/imaxima.texi | |
@@ -1,4 +1,5 @@ | |
\input texinfo @c -*-texinfo-*- | |
+@documentencoding ISO-8859-1 | |
@c %**start of header | |
@setfilename imaxima.info | |
@settitle Imaxima Manual |