Skip to content

Instantly share code, notes, and snippets.

View Kashu7100's full-sized avatar
⛩️
Working from home

Kashu Yamazaki Kashu7100

⛩️
Working from home
View GitHub Profile
@Kashu7100
Kashu7100 / math_symbols.tex
Created November 1, 2024 21:06 — forked from yoshipon/math_symbols.tex
LaTeX macros for writing math symbols
% MIT License
%
% Copyright 2024 Yoshiaki Bando
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
@yoshipon
yoshipon / math_symbols.tex
Last active November 1, 2024 21:06
LaTeX macros for writing math symbols
% MIT License
%
% Copyright 2024 Yoshiaki Bando
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
@fabd
fabd / install ruby and jekyll on mac mini m1 apple silicon.md
Last active August 22, 2023 00:27
Install JEKYLL for GITHUB PAGES on Mac Mini M1 ( AUGUST 2021 )

NOTES

  • I only care about running jekyll for Github Pages.
  • ruby 3.x doesn't seem to work correctly with Jekyll
  • since I don't care about any other users on my machine, I will NOT install gems to user folder to simplify the process

Double check the pre-installed version of RUBY we DONT want (version 2.6)

$ ruby -v