Skip to content

Commit 8d4fb22

Browse files
authored
Merge pull request #33 from ProjectGrinder/paper/proposal
paper(proposal) - background
2 parents cb0f7b0 + 3f3321d commit 8d4fb22

28 files changed

+1492
-76
lines changed

.gitignore

Lines changed: 331 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,4 +770,334 @@ pythonenv3.8/
770770
.venv/
771771

772772
out/
773-
auxil/
773+
auxil/
774+
775+
776+
## Core latex/pdflatex auxiliary files:
777+
*.aux
778+
*.lof
779+
*.log
780+
*.lot
781+
*.fls
782+
*.out
783+
*.toc
784+
*.fmt
785+
*.fot
786+
*.cb
787+
*.cb2
788+
.*.lb
789+
790+
## Intermediate documents:
791+
*.dvi
792+
*.xdv
793+
*-converted-to.*
794+
# these rules might exclude image files for figures etc.
795+
# *.ps
796+
# *.eps
797+
# *.pdf
798+
799+
## Generated if empty string is given at "Please type another file name for output:"
800+
.pdf
801+
802+
## Bibliography auxiliary files (bibtex/biblatex/biber):
803+
*.bbl
804+
*.bbl-SAVE-ERROR
805+
*.bcf
806+
*.bcf-SAVE-ERROR
807+
*.blg
808+
*-blx.aux
809+
*-blx.bib
810+
*.run.xml
811+
812+
## Build tool auxiliary files:
813+
*.fdb_latexmk
814+
*.synctex
815+
*.synctex(busy)
816+
*.synctex.gz
817+
*.synctex.gz(busy)
818+
*.pdfsync
819+
*.rubbercache
820+
rubber.cache
821+
822+
## Build tool directories for auxiliary files
823+
# latexrun
824+
latex.out/
825+
826+
## Auxiliary and intermediate files from other packages:
827+
# algorithms
828+
*.alg
829+
*.loa
830+
831+
# achemso
832+
acs-*.bib
833+
834+
# amsthm
835+
*.thm
836+
837+
# attachfile2
838+
*.atfi
839+
840+
# beamer
841+
*.nav
842+
*.pre
843+
*.snm
844+
*.vrb
845+
846+
# changes
847+
*.soc
848+
*.loc
849+
850+
# comment
851+
*.cut
852+
853+
# cprotect
854+
*.cpt
855+
856+
# elsarticle (documentclass of Elsevier journals)
857+
*.spl
858+
859+
# endnotes
860+
*.ent
861+
862+
# fixme
863+
*.lox
864+
865+
# feynmf/feynmp
866+
*.mf
867+
*.mp
868+
*.t[1-9]
869+
*.t[1-9][0-9]
870+
*.tfm
871+
872+
#(r)(e)ledmac/(r)(e)ledpar
873+
*.end
874+
*.?end
875+
*.[1-9]
876+
*.[1-9][0-9]
877+
*.[1-9][0-9][0-9]
878+
*.[1-9]R
879+
*.[1-9][0-9]R
880+
*.[1-9][0-9][0-9]R
881+
*.eledsec[1-9]
882+
*.eledsec[1-9]R
883+
*.eledsec[1-9][0-9]
884+
*.eledsec[1-9][0-9]R
885+
*.eledsec[1-9][0-9][0-9]
886+
*.eledsec[1-9][0-9][0-9]R
887+
888+
# glossaries
889+
*.acn
890+
*.acr
891+
*.glg
892+
*.glg-abr
893+
*.glo
894+
*.glo-abr
895+
*.gls
896+
*.gls-abr
897+
*.glsdefs
898+
*.lzo
899+
*.lzs
900+
*.slg
901+
*.slo
902+
*.sls
903+
904+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
905+
# *.ist
906+
907+
# gnuplot
908+
*.gnuplot
909+
*.table
910+
911+
# gnuplottex
912+
*-gnuplottex-*
913+
914+
# gregoriotex
915+
*.gaux
916+
*.glog
917+
*.gtex
918+
919+
# htlatex
920+
*.4ct
921+
*.4tc
922+
*.idv
923+
*.lg
924+
*.trc
925+
*.xref
926+
927+
# hypdoc
928+
*.hd
929+
930+
# hyperref
931+
*.brf
932+
933+
# knitr
934+
*-concordance.tex
935+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
936+
# *.tikz
937+
*-tikzDictionary
938+
939+
# latexindent will create succesive backup files by default
940+
#*.bak*
941+
942+
# listings
943+
*.lol
944+
945+
# luatexja-ruby
946+
*.ltjruby
947+
948+
# makeidx
949+
*.idx
950+
*.ilg
951+
*.ind
952+
953+
# minitoc
954+
*.maf
955+
*.mlf
956+
*.mlt
957+
*.mtc[0-9]*
958+
*.slf[0-9]*
959+
*.slt[0-9]*
960+
*.stc[0-9]*
961+
962+
# minted
963+
_minted*
964+
*.data.minted
965+
*.pyg
966+
967+
# morewrites
968+
*.mw
969+
970+
# newpax
971+
*.newpax
972+
973+
# nomencl
974+
*.nlg
975+
*.nlo
976+
*.nls
977+
978+
# pax
979+
*.pax
980+
981+
# pdfpcnotes
982+
*.pdfpc
983+
984+
# sagetex
985+
*.sagetex.sage
986+
*.sagetex.py
987+
*.sagetex.scmd
988+
989+
# scrwfile
990+
*.wrt
991+
992+
# spelling
993+
*.spell.bad
994+
*.spell.txt
995+
996+
# svg
997+
svg-inkscape/
998+
999+
# sympy
1000+
*.sout
1001+
*.sympy
1002+
sympy-plots-for-*.tex/
1003+
1004+
# pdfcomment
1005+
*.upa
1006+
*.upb
1007+
1008+
# pythontex
1009+
*.pytxcode
1010+
pythontex-files-*/
1011+
1012+
# tcolorbox
1013+
*.listing
1014+
1015+
# thmtools
1016+
*.loe
1017+
1018+
# TikZ & PGF
1019+
*.dpth
1020+
*.md5
1021+
*.auxlock
1022+
1023+
# titletoc
1024+
*.ptc
1025+
1026+
# todonotes
1027+
*.tdo
1028+
1029+
# vhistory
1030+
*.hst
1031+
*.ver
1032+
1033+
# easy-todo
1034+
*.lod
1035+
1036+
# xcolor
1037+
*.xcp
1038+
1039+
# xmpincl
1040+
*.xmpi
1041+
1042+
# xindy
1043+
*.xdy
1044+
1045+
# xypic precompiled matrices and outlines
1046+
*.xyc
1047+
*.xyd
1048+
1049+
# endfloat
1050+
*.ttt
1051+
*.fff
1052+
1053+
# Latexian
1054+
TSWLatexianTemp*
1055+
1056+
## Editors:
1057+
# WinEdt
1058+
*.bak
1059+
*.sav
1060+
1061+
# latexindent.pl
1062+
*.bak[0-9]*
1063+
1064+
# Texpad
1065+
.texpadtmp
1066+
1067+
# LyX
1068+
*.lyx~
1069+
1070+
# Kile
1071+
*.backup
1072+
1073+
# gummi
1074+
.*.swp
1075+
1076+
# KBibTeX
1077+
*~[0-9]*
1078+
1079+
# TeXnicCenter
1080+
*.tps
1081+
1082+
# auto folder when using emacs and auctex
1083+
./auto/*
1084+
*.el
1085+
1086+
# expex forward references with \gathertags
1087+
*-tags.tex
1088+
1089+
# standalone packages
1090+
*.sta
1091+
1092+
# Makeindex log files
1093+
*.lpz
1094+
1095+
# xwatermark package
1096+
*.xwm
1097+
1098+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
1099+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
1100+
# Uncomment the next line to have this generated file ignored.
1101+
#*Notes.bib
1102+
1103+
*.pdf

.run/Proposal Bibliography.run.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Proposal Bibliography" type="BIBTEX_RUN_CONFIGURATION" factoryName="LaTeX configuration factory">
3+
<texify-bibtex>
4+
<compiler>BIBTEX</compiler>
5+
<compiler-path />
6+
<compiler-arguments />
7+
<envs />
8+
<main-file>$PROJECT_DIR$/papers/proposal/main.tex</main-file>
9+
<aux-dir>$PROJECT_DIR$/papers/proposal</aux-dir>
10+
<latex-distribution>PROJECT_SDK</latex-distribution>
11+
</texify-bibtex>
12+
<method v="2" />
13+
</configuration>
14+
</component>

.run/Proposal.run.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<expand-macros-in-environment-variables>false</expand-macros-in-environment-variables>
1212
<before-run-command />
1313
<main-file>$PROJECT_DIR$/papers/proposal/main.tex</main-file>
14-
<output-path>$PROJECT_DIR$/out</output-path>
14+
<output-path>$PROJECT_DIR$/papers/proposal</output-path>
1515
<auxil-path>$PROJECT_DIR$/auxil</auxil-path>
16-
<compile-twice>false</compile-twice>
16+
<compile-twice>true</compile-twice>
1717
<output-format>PDF</output-format>
18-
<latex-distribution>MIKTEX</latex-distribution>
18+
<latex-distribution>TEXLIVE</latex-distribution>
1919
<has-been-run>true</has-been-run>
20-
<bib-run-config>[]</bib-run-config>
20+
<bib-run-config>[BibTeX.Proposal Bibliography]</bib-run-config>
2121
<makeindex-run-config>[]</makeindex-run-config>
2222
</texify>
2323
<method v="2" />
188 KB
Loading
33.2 KB
Loading
24.4 KB
Loading
29.1 KB
Loading
39.4 KB
Loading

0 commit comments

Comments
 (0)