From 085609b75b7f63cd9618c63c3cce602266488e12 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 22 Jun 2020 13:30:14 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 1 + paper/.auctex-auto/paper.el | 67 ++++++++++++++++++++++++++++--------- 2 files changed, 52 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 03a5da1..13cea8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ auto/ +.auctex-auto/ nohup.out diff --git a/paper/.auctex-auto/paper.el b/paper/.auctex-auto/paper.el index dce362d..9290d92 100644 --- a/paper/.auctex-auto/paper.el +++ b/paper/.auctex-auto/paper.el @@ -3,13 +3,13 @@ (lambda () (TeX-add-to-alist 'LaTeX-provided-package-options '(("inputenc" "utf8") ("fontenc" "T1") ("ulem" "normalem") ("tcolorbox" "most") ("babel" "USenglish" "english"))) - (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path") - (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url") - (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl") - (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl") - (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage") - (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "href") + (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref") + (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage") + (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl") + (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl") + (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url") + (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path") (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path") (TeX-run-style-hooks "latex2e" @@ -42,21 +42,56 @@ "import" "babel") (LaTeX-add-labels - "sec:org335669b" + "sec:orgd20252d" "sec:introduction" - "sec:org8b756e7" - "sec:theory" - "sec:orgbf4a596" + "sec:orgacbe1ae" + "sec:org07e4fc8" "fig:rotating_xy_platform" - "sec:orgaa8880a" + "fig:cedrat_xy25xs" + "sec:orgac1a52a" "eq:energy_inertial_frame" "eq:lagrangian_inertial_frame" - "sec:org754b644" - "sec:org9cbf82a" - "sec:org8d24de3" + "eq:lagrange_second_kind" + "eq:eom_mixed" + "eq:oem_coupled" + "eq:du_coupled" + "eq:dv_coupled" + "sec:org47aaeee" + "eq:coupledplant" + "eq:coupled_plant" + "eq:coupled_plant_no_rot" + "fig:campbell_diagram" + "fig:plant_compare_rotating_speed" + "sec:org78c2eab" + "sec:org6a00238" + "sec:org5480f1b" + "sec:orgbb0952e" + "fig:root_locus_pure_iff" + "sec:orgdb25e2c" + "sec:org2985d35" + "fig:loop_gain_modified_iff" + "fig:root_locus_modified_iff" + "fig:root_locus_wi_modified_iff" + "sec:orga4142a5" + "fig:rotating_xy_platform_springs" + "fig:plant_iff_kp" + "fig:root_locus_iff_kps" + "fig:root_locus_iff_kp_bis" + "fig:root_locus_opt_gain_iff_kp" + "fig:plant_iff_compare_rotating_speed" + "sec:org6a1be4f" + "fig:root_locus_dvf" + "sec:orga9658c0" + "fig:comp_root_locus" + "fig:comp_compliance" + "fig:comp_transmissibility" + "sec:orgcdf948f" "sec:conclusion" - "sec:orgb252937") + "sec:org6c21e13") + (LaTeX-add-environments + '("IEEEbiography" LaTeX-env-args ["argument"] 1) + '("biography" LaTeX-env-args ["argument"] 1)) (LaTeX-add-bibliographies - "ref")) + "ref.bib")) :latex)