-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyPaper.tex
49 lines (35 loc) · 2.6 KB
/
myPaper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\documentclass{CORE-AAS/aastex631}
\usepackage{FUpackages} % applying Frequently-Used packages
\usepackage{FUformatting} % apply Frequently-used formatting definitions/setups
%\usepackage{FUnewCommands} % apply Frequently-used usercommands
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
Here is a test.
First sentence with this reference \citep{biviano+2021aap650_105}.
Another reference is \citep{bressan+1994apj94_63} here.
\citet{anantharamaiah+1996apj466_13} is another reference and here is reference to Table\,\ref{tab:isANONtravel}.
%::::::::::::::::: start isANONtravel ::::::::::::::::::::
%\expinput{do_NOT_manually_edit/isANONtravel} % reset file parameters
%\begin{isANONtravel}
%\caption{\normalsize \newline \newline
%\textbf{Notes and assumptions}:
%\newline \newline
%While final destinations are not known at this time, domestic and international costs are estimated based on values taken from NASA %Travel Guidebook using historical averages for a \daysPerDomesticTrip-- and \daysPerInternationalTrip--day conference for U.S. and %European cities, resp., likely to host topical meetings aligned with the science of the proposed work. Domestic lodging and per diem %rates are set by the GSA; international lodging and per diem are set by the Dept. of State (note that M\&IE is included in the per diem %values shown here).
%\newline \newline \noindent {\color{red} Yrs~1-2 funds will be used to present pre-publication findings at science conferences and %potentially to fund trips for collaboration with team members (i.e., NASA/GSFC).}
%\newline \newline \underline{\scshape{domestic}}:
%per diem$+$M\&IE, car rental/day at \$\domesticPerDiemDollars\ and \$\domesticGroundTravelDollars, resp.
%\newline \newline \underline{\scshape{international}}:
%per diem$+$M\&IE, public transport/day estimated at \$\internationalPerDiemDollars\ and \$\internationalGroundTravelDollars, resp.
%\newline \newline \underline{\scshape{Travel Per Team Member}}
%(summed over \grantYears-year grant):
%\newline
%\perPersonNumberTripsList\
%\newline All travel will be to present science results of this project at conferences and/or visits to home institutions of the team %members for in-person collaboration. Note that above values above do not include institutional overhead.}
%\label{tab:isANONtravel}
%\end{isANONtravel}
%::::::::::::::::::: end isANONtravel ::::::::::::::::::::::
Let's mention the same citations again, \citet[e.g.]{bressan+1994apj94_63, biviano+2021aap650_105}.
\bibliographystyle{CORE-AAS/aasjournal}
%\bibliography{pruned}
\bibliography{Extragalactic,testbib.bib}
\end{document}