IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of ShareLatexToAstroPh


Ignore:
Timestamp:
Dec 17, 2016, 12:23:47 PM (10 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShareLatexToAstroPh

    v1 v1  
     1== Instructions for getting files from ShareLatex into astroph ==
     2
     3=== Step 1: fix figures in ShareLatex ===
     4
     5If you see file-eps-to-pdf.pdf files in your sharelatex, do the following:
     6
     71. rename file-eps-to-pdf.pdf to file.pdf
     82. edit sharelatex figures to use file.pdf instead of file.eps
     93. compile, check for errors, fix
     10
     11=== Step 2: fix big tables/figures/floats ===
     12
     13This is what was preventing heather's tex file from working on astroph.  add \clearpage right before big tables to force them to start on a new page.  This removes the weird float errors on the astrph side
     14
     15=== Step 3: Download sharelatex files and strip comments from main.tex (or whatever the main file is) ===
     16
     17The magical command is:
     18{{{
     19perl -pe 's/(^|[^\\])%.*/\1%/' < old.tex > new.tex
     20}}}
     21
     22also, rename this file to whatever the tex file is on heather's astroph and ken's astroph accounts (heather's is main.tex, ken's is main1.tex)
     23
     24=== Step 4: fix bib references ===
     25
     26It seems there are multiple ways to do this, so of course we each got it to work a different way.
     27
     28Fix Ken's references:
     29
     30Compile file on share latex, save output.bbl, cut and paste into Ken's stripped tex file from step 3.
     31
     32Fix Heather's references:
     33
     34Compile file on share latex, save output.bbl to main.bbl (make sure name matches main.tex and that \bibliograph{main}{} is in the main.tex
     35
     36=== Step 5: update astroph tex files ===
     37
     38upload ken's main1.tex file  or heather's main.tex / main.bbl files, and try to process.
     39
     40If there are errors, *search* for ERROR and fix or get help.
     41
     42 * floats -- > need clear page
     43 * images --> need to be uploaded or converted or match the tex
     44
     45=== Step 6: update metadata ===
     46
     47 * Check that all the authors are listed in metadata and in correct order as paper
     48 * check that title is correct
     49 * check that abstract is correct
     50 * fix xx pages, yy figures, zz tables to match what is in paper.
     51
     52=== Step 7: hit submit ===
     53
     54 * refresh until it says submitted
     55 * 11:00am HST seems to be the magical deadline for updates, this date will change on Jan 2.
     56
     57
     58