Search found 20 matches
- Sun Jul 12, 2020 9:37 pm
- Forum: Community talk
- Topic: Templates
- Replies: 4
- Views: 637
Templates
As far as I understood; we can use it. But we have to cite and can not use for commercial profits.
- Sun Jul 12, 2020 8:51 pm
- Forum: Community talk
- Topic: Templates
- Replies: 4
- Views: 637
Templates
Are the templates on https://www.latextemplates.com open source ? Is it free to use one the templates ?
- Mon May 11, 2020 10:12 pm
- Forum: General
- Topic: "Command \@xhline has changed"
- Replies: 1
- Views: 1316
"Command \@xhline has changed"
Hi I have changed my pc and installed full package of latex "texlive-full". But when I ran the code I got the error as follows Command \@xhline has changed. Here is the first part of the tex file \documentclass[12pt]{iopart} \usepackage{iopams} \usepackage{graphicx} \usepackage{graphics} \...
- Mon Feb 17, 2020 11:50 am
- Forum: Text Formatting
- Topic: Encoding
- Replies: 0
- Views: 493
Encoding
Hi I have problem with my tex file. I have copied the tex file from my old pc. It was ok, but with my new pc I can not write Turkish characters such as ı, ğ ... "ı" changed to ý, "ğ" changed to ð etc. It seems like encoding problem. When try to write ı or ğ it does not allowed me...
- Wed Jan 01, 2020 11:27 am
- Forum: Graphics, Figures & Tables
- Topic: Longtable hide column
- Replies: 4
- Views: 683
Longtable hide column
Hiding column with H is worked. I will read the manual of longtable for the second question.
- Tue Dec 31, 2019 10:40 am
- Forum: Graphics, Figures & Tables
- Topic: Longtable hide column
- Replies: 4
- Views: 683
Longtable hide column
With the longtable package how can hide a column, I used H and it gave me error. Also I want to ask about longtable caption, It appears in all pages that the table exist on. How can I change it e.g "Table 1 Continued" in the pages after the first page. Thanks in advance Here is the sample ...
- Mon Dec 24, 2018 4:15 pm
- Forum: Graphics, Figures & Tables
- Topic: disable column in a table Topic is solved
- Replies: 2
- Views: 812
disable column in a table Topic is solved
Worked without error
thanks for this help..

- Fri Dec 21, 2018 1:15 pm
- Forum: Graphics, Figures & Tables
- Topic: disable column in a table Topic is solved
- Replies: 2
- Views: 812
disable column in a table Topic is solved
\begin{table}[h] \begin{center} \caption{A} \begin{tabular}{|c|c|c|c|c|c|} .... .... .... \hline \end{tabular} \end{center} \end{table}
Is it possible to disable a column in a table ? I do not want to remove, If I need it I want to use it again..Thanks in advance
- Mon Jun 25, 2018 10:26 am
- Forum: Page Layout
- Topic: margins from the cls file
- Replies: 2
- Views: 2113
margins from the cls file
I deactivated them and I will try geometry package.
Thanks
Thanks
- Fri Jun 22, 2018 3:07 pm
- Forum: Page Layout
- Topic: margins from the cls file
- Replies: 2
- Views: 2113
margins from the cls file
I have a problem with margins I could not adjust. Here is the part of the cls file. Left margin 3.5 cm, Right, Top and Bottom 2.5 cm and the page number should be 1.5 cm above the bottom of the page can someone help on this issue ? \AtBeginDocument{ \setlength{\voffset}{-5.4mm} \setlength{\hoffset}{...