Remove line no from LaTex converted pdf output











up vote
0
down vote

favorite












I do not want any line no to be shown in pdf out of LaTex file. But I am getting line numbers in 'List of tables'.
I am enclosing the file:



documentclass[Journal,letterpaper]{ascelike-new}



usepackage[utf8]{inputenc}
usepackage{graphicx} %Allows to import images
usepackage{float} %Allows for control of float positions
graphicspath{ {images/} }



%Tables preamble
usepackage[none]{hyphenat} %Stops breaking up words in a table
usepackage{array}
newcolumntype{$}{>{globalletcurrentrowstylerelax}}
newcolumntype{^}{>{currentrowstyle}}
newcommand{rowstyle}[1]{gdefcurrentrowstyle{#1} #1ignorespaces}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage{pdflscape}
usepackage{lscape}
usepackage{rotating} % Provides {sideways}{sidewaysfigure}{sidewaystable} environments
usepackage[figurename=Fig.,labelfont=bf,labelsep=period]{caption}
usepackage{caption}
usepackage{subcaption}
captionsetup{compatibility=false}
usepackage{amsmath}
usepackage{siunitx}



usepackage{newtxtext,newtxmath}
usepackage[colorlinks=true,citecolor=black,linkcolor=black]{hyperref}
usepackage{enumerate}% http://ctan.org/pkg/enumerate
%%Tables preamble
usepackage[none]{hyphenat} %Stops breaking up words in a table
usepackage{array}
usepackage{booktabs}
usepackage{multirow}
usepackage{longtable}
usepackage{lipsum} % just for dummy text- not needed for a longtable



%Flowchart
usepackage{tikz}
usetikzlibrary{shapes.geometric, arrows}
NameTag{Singh, today}



AtBeginDocument{%

DeclareDelayedFloatFlavor{sidewaystable}{table}
DeclareDelayedFloatFlavor{sidewaysfigure}{figure}
DeclareDelayedFloatFlavor{longtable}{table}
}



begin{document}
begin{nolinenumbers}



section{Introduction and Objective}
On Indian Railways, there are 139 thousand bridges out of which approximately 25 percent bridges are more than 100 years old.



In order to achieve above objective, an instrumentation has been conducted on Eastern Railway.



section{Observations and calculations}
The details of trains for which strains have been measured have been shown in Table ref{tab:train_run}.



begin{table}
centering
caption{Details of trains instrumented for Fatigue life estimation}
label{tab:train_run}
begin{tabular}{$p{0.6in}^p{.2in}^p{1.8in}^p{1.2in}^p{.4in}^p{1in}}
hlinehline
Date& Run No& Train details& Engine details& Time (Hrs)& Speed (Kmph)
hline
18.06.16& 1& 59 BOXN Empty Goods& 27540WAG7& 13:03& 20 to 5 to 20
-do-& 2& 12347 Up Howrah Rampurhat Exp& 16225R/WDM3A& 13:35& 20
-do-& 3& 12369 Up Upasana Exp& 22650/WAP4& 14:18& 20
-do-& 4& 11448 Up Shaktipunj Exp& 22531/WAP4& 14:26& 20
-do-& 5& 59 BXNHS Loaded Goods& 27537/WAG7& 14:46& 20
19.06.16& 1& 13151 Up Jammu Tawi Exp& 22906/WAP4& 13:19& 20
-do-& 2& 12347 Up Howrah Rampurhat Exp& 14006R/WDM3A& 13:28& 20
-do-& 3& 58 BOXN Loaded Goods& 24693/WAG9& 14:00& 5 to 20
hlinehline
end{tabular}
end{table}



From the above traffic details, the fatigue damage produced by the past traffic may be considered as 90 percent for this study as bridge members have undergone 102 years of fatigue life. Only stringers have been replaced recently.



Sample calculation of effective cycles for the critical member i.e. cross girder (Strain gauge no. 2289) has been furnished in Table ref{tab:SampleCalc}.



begin{table}
centering
caption{Sample calculation of effective cycles for cross girder}
label{tab:SampleCalc}
begin{tabular}{$p{0.6in}^p{1.8in}^p{1.5in}^p{1.5in}}
hlinehline
Stress range in N/mm2&No. of observed effective cycles from Rain flow histogram (say a)&No. of modified effective cycles (ni) = ax(68/8)x1.4)&No. of theoretical cycles (Ni) as per S-N curve x $10^6$
hline
0-10& 117& 1392& 3990.00
10-20& 91& 1083& 498.75
20-30& 1& 11.9& 147.78
30-40& 2& 23.8& 62.34
40-50& 2& 23.8& 31.92
hlinehline
end{tabular}
end{table}



end{nolinenumbers}
end{document}



May please help.



Thanks and regards,
Sitesh Kumar Singh









share


























    up vote
    0
    down vote

    favorite












    I do not want any line no to be shown in pdf out of LaTex file. But I am getting line numbers in 'List of tables'.
    I am enclosing the file:



    documentclass[Journal,letterpaper]{ascelike-new}



    usepackage[utf8]{inputenc}
    usepackage{graphicx} %Allows to import images
    usepackage{float} %Allows for control of float positions
    graphicspath{ {images/} }



    %Tables preamble
    usepackage[none]{hyphenat} %Stops breaking up words in a table
    usepackage{array}
    newcolumntype{$}{>{globalletcurrentrowstylerelax}}
    newcolumntype{^}{>{currentrowstyle}}
    newcommand{rowstyle}[1]{gdefcurrentrowstyle{#1} #1ignorespaces}
    usepackage[T1]{fontenc}
    usepackage{lmodern}
    usepackage{pdflscape}
    usepackage{lscape}
    usepackage{rotating} % Provides {sideways}{sidewaysfigure}{sidewaystable} environments
    usepackage[figurename=Fig.,labelfont=bf,labelsep=period]{caption}
    usepackage{caption}
    usepackage{subcaption}
    captionsetup{compatibility=false}
    usepackage{amsmath}
    usepackage{siunitx}



    usepackage{newtxtext,newtxmath}
    usepackage[colorlinks=true,citecolor=black,linkcolor=black]{hyperref}
    usepackage{enumerate}% http://ctan.org/pkg/enumerate
    %%Tables preamble
    usepackage[none]{hyphenat} %Stops breaking up words in a table
    usepackage{array}
    usepackage{booktabs}
    usepackage{multirow}
    usepackage{longtable}
    usepackage{lipsum} % just for dummy text- not needed for a longtable



    %Flowchart
    usepackage{tikz}
    usetikzlibrary{shapes.geometric, arrows}
    NameTag{Singh, today}



    AtBeginDocument{%

    DeclareDelayedFloatFlavor{sidewaystable}{table}
    DeclareDelayedFloatFlavor{sidewaysfigure}{figure}
    DeclareDelayedFloatFlavor{longtable}{table}
    }



    begin{document}
    begin{nolinenumbers}



    section{Introduction and Objective}
    On Indian Railways, there are 139 thousand bridges out of which approximately 25 percent bridges are more than 100 years old.



    In order to achieve above objective, an instrumentation has been conducted on Eastern Railway.



    section{Observations and calculations}
    The details of trains for which strains have been measured have been shown in Table ref{tab:train_run}.



    begin{table}
    centering
    caption{Details of trains instrumented for Fatigue life estimation}
    label{tab:train_run}
    begin{tabular}{$p{0.6in}^p{.2in}^p{1.8in}^p{1.2in}^p{.4in}^p{1in}}
    hlinehline
    Date& Run No& Train details& Engine details& Time (Hrs)& Speed (Kmph)
    hline
    18.06.16& 1& 59 BOXN Empty Goods& 27540WAG7& 13:03& 20 to 5 to 20
    -do-& 2& 12347 Up Howrah Rampurhat Exp& 16225R/WDM3A& 13:35& 20
    -do-& 3& 12369 Up Upasana Exp& 22650/WAP4& 14:18& 20
    -do-& 4& 11448 Up Shaktipunj Exp& 22531/WAP4& 14:26& 20
    -do-& 5& 59 BXNHS Loaded Goods& 27537/WAG7& 14:46& 20
    19.06.16& 1& 13151 Up Jammu Tawi Exp& 22906/WAP4& 13:19& 20
    -do-& 2& 12347 Up Howrah Rampurhat Exp& 14006R/WDM3A& 13:28& 20
    -do-& 3& 58 BOXN Loaded Goods& 24693/WAG9& 14:00& 5 to 20
    hlinehline
    end{tabular}
    end{table}



    From the above traffic details, the fatigue damage produced by the past traffic may be considered as 90 percent for this study as bridge members have undergone 102 years of fatigue life. Only stringers have been replaced recently.



    Sample calculation of effective cycles for the critical member i.e. cross girder (Strain gauge no. 2289) has been furnished in Table ref{tab:SampleCalc}.



    begin{table}
    centering
    caption{Sample calculation of effective cycles for cross girder}
    label{tab:SampleCalc}
    begin{tabular}{$p{0.6in}^p{1.8in}^p{1.5in}^p{1.5in}}
    hlinehline
    Stress range in N/mm2&No. of observed effective cycles from Rain flow histogram (say a)&No. of modified effective cycles (ni) = ax(68/8)x1.4)&No. of theoretical cycles (Ni) as per S-N curve x $10^6$
    hline
    0-10& 117& 1392& 3990.00
    10-20& 91& 1083& 498.75
    20-30& 1& 11.9& 147.78
    30-40& 2& 23.8& 62.34
    40-50& 2& 23.8& 31.92
    hlinehline
    end{tabular}
    end{table}



    end{nolinenumbers}
    end{document}



    May please help.



    Thanks and regards,
    Sitesh Kumar Singh









    share
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I do not want any line no to be shown in pdf out of LaTex file. But I am getting line numbers in 'List of tables'.
      I am enclosing the file:



      documentclass[Journal,letterpaper]{ascelike-new}



      usepackage[utf8]{inputenc}
      usepackage{graphicx} %Allows to import images
      usepackage{float} %Allows for control of float positions
      graphicspath{ {images/} }



      %Tables preamble
      usepackage[none]{hyphenat} %Stops breaking up words in a table
      usepackage{array}
      newcolumntype{$}{>{globalletcurrentrowstylerelax}}
      newcolumntype{^}{>{currentrowstyle}}
      newcommand{rowstyle}[1]{gdefcurrentrowstyle{#1} #1ignorespaces}
      usepackage[T1]{fontenc}
      usepackage{lmodern}
      usepackage{pdflscape}
      usepackage{lscape}
      usepackage{rotating} % Provides {sideways}{sidewaysfigure}{sidewaystable} environments
      usepackage[figurename=Fig.,labelfont=bf,labelsep=period]{caption}
      usepackage{caption}
      usepackage{subcaption}
      captionsetup{compatibility=false}
      usepackage{amsmath}
      usepackage{siunitx}



      usepackage{newtxtext,newtxmath}
      usepackage[colorlinks=true,citecolor=black,linkcolor=black]{hyperref}
      usepackage{enumerate}% http://ctan.org/pkg/enumerate
      %%Tables preamble
      usepackage[none]{hyphenat} %Stops breaking up words in a table
      usepackage{array}
      usepackage{booktabs}
      usepackage{multirow}
      usepackage{longtable}
      usepackage{lipsum} % just for dummy text- not needed for a longtable



      %Flowchart
      usepackage{tikz}
      usetikzlibrary{shapes.geometric, arrows}
      NameTag{Singh, today}



      AtBeginDocument{%

      DeclareDelayedFloatFlavor{sidewaystable}{table}
      DeclareDelayedFloatFlavor{sidewaysfigure}{figure}
      DeclareDelayedFloatFlavor{longtable}{table}
      }



      begin{document}
      begin{nolinenumbers}



      section{Introduction and Objective}
      On Indian Railways, there are 139 thousand bridges out of which approximately 25 percent bridges are more than 100 years old.



      In order to achieve above objective, an instrumentation has been conducted on Eastern Railway.



      section{Observations and calculations}
      The details of trains for which strains have been measured have been shown in Table ref{tab:train_run}.



      begin{table}
      centering
      caption{Details of trains instrumented for Fatigue life estimation}
      label{tab:train_run}
      begin{tabular}{$p{0.6in}^p{.2in}^p{1.8in}^p{1.2in}^p{.4in}^p{1in}}
      hlinehline
      Date& Run No& Train details& Engine details& Time (Hrs)& Speed (Kmph)
      hline
      18.06.16& 1& 59 BOXN Empty Goods& 27540WAG7& 13:03& 20 to 5 to 20
      -do-& 2& 12347 Up Howrah Rampurhat Exp& 16225R/WDM3A& 13:35& 20
      -do-& 3& 12369 Up Upasana Exp& 22650/WAP4& 14:18& 20
      -do-& 4& 11448 Up Shaktipunj Exp& 22531/WAP4& 14:26& 20
      -do-& 5& 59 BXNHS Loaded Goods& 27537/WAG7& 14:46& 20
      19.06.16& 1& 13151 Up Jammu Tawi Exp& 22906/WAP4& 13:19& 20
      -do-& 2& 12347 Up Howrah Rampurhat Exp& 14006R/WDM3A& 13:28& 20
      -do-& 3& 58 BOXN Loaded Goods& 24693/WAG9& 14:00& 5 to 20
      hlinehline
      end{tabular}
      end{table}



      From the above traffic details, the fatigue damage produced by the past traffic may be considered as 90 percent for this study as bridge members have undergone 102 years of fatigue life. Only stringers have been replaced recently.



      Sample calculation of effective cycles for the critical member i.e. cross girder (Strain gauge no. 2289) has been furnished in Table ref{tab:SampleCalc}.



      begin{table}
      centering
      caption{Sample calculation of effective cycles for cross girder}
      label{tab:SampleCalc}
      begin{tabular}{$p{0.6in}^p{1.8in}^p{1.5in}^p{1.5in}}
      hlinehline
      Stress range in N/mm2&No. of observed effective cycles from Rain flow histogram (say a)&No. of modified effective cycles (ni) = ax(68/8)x1.4)&No. of theoretical cycles (Ni) as per S-N curve x $10^6$
      hline
      0-10& 117& 1392& 3990.00
      10-20& 91& 1083& 498.75
      20-30& 1& 11.9& 147.78
      30-40& 2& 23.8& 62.34
      40-50& 2& 23.8& 31.92
      hlinehline
      end{tabular}
      end{table}



      end{nolinenumbers}
      end{document}



      May please help.



      Thanks and regards,
      Sitesh Kumar Singh









      share













      I do not want any line no to be shown in pdf out of LaTex file. But I am getting line numbers in 'List of tables'.
      I am enclosing the file:



      documentclass[Journal,letterpaper]{ascelike-new}



      usepackage[utf8]{inputenc}
      usepackage{graphicx} %Allows to import images
      usepackage{float} %Allows for control of float positions
      graphicspath{ {images/} }



      %Tables preamble
      usepackage[none]{hyphenat} %Stops breaking up words in a table
      usepackage{array}
      newcolumntype{$}{>{globalletcurrentrowstylerelax}}
      newcolumntype{^}{>{currentrowstyle}}
      newcommand{rowstyle}[1]{gdefcurrentrowstyle{#1} #1ignorespaces}
      usepackage[T1]{fontenc}
      usepackage{lmodern}
      usepackage{pdflscape}
      usepackage{lscape}
      usepackage{rotating} % Provides {sideways}{sidewaysfigure}{sidewaystable} environments
      usepackage[figurename=Fig.,labelfont=bf,labelsep=period]{caption}
      usepackage{caption}
      usepackage{subcaption}
      captionsetup{compatibility=false}
      usepackage{amsmath}
      usepackage{siunitx}



      usepackage{newtxtext,newtxmath}
      usepackage[colorlinks=true,citecolor=black,linkcolor=black]{hyperref}
      usepackage{enumerate}% http://ctan.org/pkg/enumerate
      %%Tables preamble
      usepackage[none]{hyphenat} %Stops breaking up words in a table
      usepackage{array}
      usepackage{booktabs}
      usepackage{multirow}
      usepackage{longtable}
      usepackage{lipsum} % just for dummy text- not needed for a longtable



      %Flowchart
      usepackage{tikz}
      usetikzlibrary{shapes.geometric, arrows}
      NameTag{Singh, today}



      AtBeginDocument{%

      DeclareDelayedFloatFlavor{sidewaystable}{table}
      DeclareDelayedFloatFlavor{sidewaysfigure}{figure}
      DeclareDelayedFloatFlavor{longtable}{table}
      }



      begin{document}
      begin{nolinenumbers}



      section{Introduction and Objective}
      On Indian Railways, there are 139 thousand bridges out of which approximately 25 percent bridges are more than 100 years old.



      In order to achieve above objective, an instrumentation has been conducted on Eastern Railway.



      section{Observations and calculations}
      The details of trains for which strains have been measured have been shown in Table ref{tab:train_run}.



      begin{table}
      centering
      caption{Details of trains instrumented for Fatigue life estimation}
      label{tab:train_run}
      begin{tabular}{$p{0.6in}^p{.2in}^p{1.8in}^p{1.2in}^p{.4in}^p{1in}}
      hlinehline
      Date& Run No& Train details& Engine details& Time (Hrs)& Speed (Kmph)
      hline
      18.06.16& 1& 59 BOXN Empty Goods& 27540WAG7& 13:03& 20 to 5 to 20
      -do-& 2& 12347 Up Howrah Rampurhat Exp& 16225R/WDM3A& 13:35& 20
      -do-& 3& 12369 Up Upasana Exp& 22650/WAP4& 14:18& 20
      -do-& 4& 11448 Up Shaktipunj Exp& 22531/WAP4& 14:26& 20
      -do-& 5& 59 BXNHS Loaded Goods& 27537/WAG7& 14:46& 20
      19.06.16& 1& 13151 Up Jammu Tawi Exp& 22906/WAP4& 13:19& 20
      -do-& 2& 12347 Up Howrah Rampurhat Exp& 14006R/WDM3A& 13:28& 20
      -do-& 3& 58 BOXN Loaded Goods& 24693/WAG9& 14:00& 5 to 20
      hlinehline
      end{tabular}
      end{table}



      From the above traffic details, the fatigue damage produced by the past traffic may be considered as 90 percent for this study as bridge members have undergone 102 years of fatigue life. Only stringers have been replaced recently.



      Sample calculation of effective cycles for the critical member i.e. cross girder (Strain gauge no. 2289) has been furnished in Table ref{tab:SampleCalc}.



      begin{table}
      centering
      caption{Sample calculation of effective cycles for cross girder}
      label{tab:SampleCalc}
      begin{tabular}{$p{0.6in}^p{1.8in}^p{1.5in}^p{1.5in}}
      hlinehline
      Stress range in N/mm2&No. of observed effective cycles from Rain flow histogram (say a)&No. of modified effective cycles (ni) = ax(68/8)x1.4)&No. of theoretical cycles (Ni) as per S-N curve x $10^6$
      hline
      0-10& 117& 1392& 3990.00
      10-20& 91& 1083& 498.75
      20-30& 1& 11.9& 147.78
      30-40& 2& 23.8& 62.34
      40-50& 2& 23.8& 31.92
      hlinehline
      end{tabular}
      end{table}



      end{nolinenumbers}
      end{document}



      May please help.



      Thanks and regards,
      Sitesh Kumar Singh







      line-numbering





      share












      share










      share



      share










      asked 6 mins ago









      Sitesh Singh

      163




      163



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "85"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463767%2fremove-line-no-from-latex-converted-pdf-output%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463767%2fremove-line-no-from-latex-converted-pdf-output%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks