Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
Had to do a manual fix of one line. Why are all of these tex files in HARK suddenly?
  • Loading branch information
mnwhite committed Jun 11, 2024
1 parent ef67040 commit 33a039a
Show file tree
Hide file tree
Showing 56 changed files with 1,443 additions and 1,445 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,4 @@ spyproject
.spyproject

# 20240608: CDC added *private* to avoid accidentally uploading private material
*private*
*private*
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ rsync -avh --delete --checksum --itemize-changes --out-format="%i %n%L" . "$dest
#rm -rf "$temp_dir"

# Return to the source directory
popd
popd
6 changes: 3 additions & 3 deletions Documentation/NARK/@resources/symbols-mapping.bash
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ unicode_rules=(
"\\wlthBefr:w"
"\\labor:ℓ"
)

generate_prettify_rules() {
output_file="symbols-mapping-prettify"
> "$output_file"
Expand All @@ -68,12 +68,12 @@ generate_prettify_rules() {
IFS=':' read -r command symbol <<< "$rule"
echo "(\"$command\" . ?$symbol)" >> "$output_file"
done

for rule in "${unicode_rules[@]}"; do
IFS=':' read -r command symbol <<< "$rule"
echo "(\"$command\" . ?$symbol)" >> "$output_file"
done

echo "Prettify rules generated in $output_file"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# texmf-local contains customizations of LaTeX

CDC private version of texmf-local, used across all systems

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
,-------------------.
| BIBTEX ENTRIES |
`-------------------'
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
,-------------------.
| BIBTEX ENTRIES |
`-------------------'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% File: `abbrvnat.bst'
%% A modification of `abbrv.bst' for use with natbib package
%% A modification of `abbrv.bst' for use with natbib package
%%
%% Copyright 1993-2007 Patrick W Daly
%% Max-Planck-Institut f\"ur Sonnensystemforschung
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% File: `plainnat.bst'
%% A modification of `plain.bst' for use with natbib package
%% A modification of `plain.bst' for use with natbib package
%%
%% Copyright 1993-2007 Patrick W Daly
%% Max-Planck-Institut f\"ur Sonnensystemforschung
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% File: `unsrtnat.bst'
%% A modification of `unsrt.bst' for use with natbib package
%% A modification of `unsrt.bst' for use with natbib package
%%
%% Copyright 1993-2007 Patrick W Daly
%% Max-Planck-Institut f\"ur Sonnensystemforschung
Expand Down
Loading

0 comments on commit 33a039a

Please sign in to comment.