Guest User

Untitled

a guest
Feb 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. documentclass[border=5mm]{standalone}
  2. usepackage{tabularx}
  3. begin{document}
  4.  
  5. begin{tabularx}{1.0linewidth}{X}
  6. header 1 \
  7. [unit 1) \
  8. end{tabularx}
  9. end{document}
  10.  
  11. Running `LaTeX' on `table_line_start' with ``pdflatex -file-line-error -interaction=nonstopmode "input" table_line_start.tex''
  12. This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdflatex)
  13. restricted write18 enabled.
  14. entering extended mode
  15. LaTeX2e <2017-04-15>
  16. Babel <3.16> and hyphenation patterns for 84 language(s) loaded.
  17. (./table_line_start.tex
  18. (/usr/local/texlive/2017/texmf-dist/tex/latex/standalone/standalone.cls
  19. Document Class: standalone 2015/07/15 v1.2 Class to compile TeX sub-files standalone
  20. (/usr/local/texlive/2017/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
  21. (/usr/local/texlive/2017/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
  22. (/usr/local/texlive/2017/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
  23. (/usr/local/texlive/2017/texmf-dist/tex/latex/xkeyval/xkeyval.sty
  24. (/usr/local/texlive/2017/texmf-dist/tex/generic/xkeyval/xkeyval.tex
  25. (/usr/local/texlive/2017/texmf-dist/tex/generic/xkeyval/xkvutils.tex
  26. (/usr/local/texlive/2017/texmf-dist/tex/generic/xkeyval/keyval.tex))))
  27. (/usr/local/texlive/2017/texmf-dist/tex/latex/standalone/standalone.cfg)
  28. (/usr/local/texlive/2017/texmf-dist/tex/latex/base/article.cls
  29. Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
  30. (/usr/local/texlive/2017/texmf-dist/tex/latex/base/size10.clo)))
  31. (/usr/local/texlive/2017/texmf-dist/tex/latex/tools/tabularx.sty
  32. (/usr/local/texlive/2017/texmf-dist/tex/latex/tools/array.sty))
  33. (./table_line_start.aux)
  34. ./table_line_start.tex:10: Argument of @argarraycr has an extra }.
  35. <inserted text>
  36. par
  37. l.10 end{tabularx}
  38.  
  39. Runaway argument?
  40. unit 1) \ endtabular
  41. ./table_line_start.tex:10: Paragraph ended before @argarraycr was complete.
  42. <to be read again>
  43. par
  44. l.10 end{tabularx}
  45.  
  46. ...
  47.  
  48. (That makes 100 errors; please try again.)
  49. ./table_line_start.tex:10: ==> Fatal error occurred, no output PDF file produced!
  50. Transcript written on table_line_start.log.
  51.  
  52. TeX Output exited abnormally with code 1 at Tue Feb 20 13:50:51
  53.  
  54. documentclass[border=5mm]{standalone}
  55. usepackage{tabularx}
  56. begin{document}
  57.  
  58. begin{tabularx}{1.0linewidth}{X}
  59. header 1 \
  60. {[unit 1)}
  61. end{tabularx}
  62. end{document}
Add Comment
Please, Sign In to add comment