IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2017, 8:58:37 AM (9 years ago)
Author:
eugene
Message:

trying to get the fonts to do \code right for non-tt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.analysis/test.tex

    r39962 r39974  
    22\RequirePackage{color} % this is required for {code}
    33\RequirePackage{code}
     4% \RequirePackage{url}
    45\input{astro.sty}
     6
     7% \usepackage{lmodern} % (1) choose a font that is available as T1
     8\usepackage[T1]{fontenc}% (2) specify encoding
     9% \usepackage{textcomp}% (3) load symbol definitions
     10\usepackage{ae}
     11\usepackage{aecompl}
    512
    613% Pick a terse version of the title here;
    714\shorttitle{Pixel Analysis in PS1}
    815\shortauthors{E.A. Magnier et al}
     16
    917\begin{document}
    1018\title{Pan-STARRS Pixel Analysis : Source Detection and Characterization}
     
    3240\section{INTRODUCTION}\label{sec:intro}
    3341
     42% \def\url@bfstyle{\@ifundefined{selectfont}{\def\UrlFont{\bf}}{\def\UrlFont{\bffamily}}}
     43
     44%%
     45%% \DeclareUrlCommand\foocode{\urlstyle{my}}
     46
    3447Big test here.
    3548
    36 Testing \code{code}.
     49Testing \code{code_foo}.
    3750
    38 Testing \IPPstage{chip stage}.
     51Testing \IPPstage{chip stage_test}.
    3952
    40 Testing \IPPdbtable{rawImage}.
     53Testing \IPPdbtable{rawImage_test}.
    4154
    42 Testing \IPPdbcolumn{rawImage.datetime}.
     55Testing \IPPdbcolumn{rawImage.datetime_test}.
     56
     57% Testing \url{http://by.source}
     58
     59% Testing \foocode{http://eugene@ifa.source}
     60
     61\section{FOOBAR}\label{sec:intro}
     62
     63% Testing \foocode{AM_I_GOOD}
    4364
    4465\end{document}
Note: See TracChangeset for help on using the changeset viewer.