Remove tangle matlab file

This commit is contained in:
Thomas Dehaeze 2023-02-17 11:31:31 +01:00
parent 756ba4dc69
commit 2fb240de6a
2 changed files with 1 additions and 19 deletions

View File

@ -1,19 +0,0 @@
% Initialize Path
% #+NAME: m-init-path
%% Path for functions, data and scripts
addpath('./matlab/mat/'); % Path for data
addpath('./matlab/'); % Path for scripts
% #+NAME: m-init-path-tangle
%% Path for functions, data and scripts
addpath('./mat/'); % Path for data
% Initialize other elements
% #+NAME: m-init-other
%% Colors for the figures
colors = colororder;

View File

@ -25,6 +25,7 @@
#+PROPERTY: header-args:matlab+ :noweb yes
#+PROPERTY: header-args:matlab+ :mkdirp yes
#+PROPERTY: header-args:matlab+ :output-dir figs
#+PROPERTY: header-args:matlab+ :tangle no
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/tikz/org/}{config.tex}")
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes