How to add custom line and improve this code? Unicorn Meta Zoo #1: Why another podcast? ...
How to find if a column is referenced in a computed column?
Older movie/show about humans on derelict alien warship which refuels by passing through a star
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
How do I check if a string is entirely made of the same substring?
How to find the stem of any word?
The weakest link
How to translate "red flag" into Spanish?
When do you need buffers/drivers on buses in a microprocessor design?
What was Apollo 13's "Little Jolt" after MECO?
What is it called when you ride around on your front wheel?
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
Check if a string is entirely made of the same substring
Is Diceware more secure than a long passphrase?
Mistake in years of experience in resume?
How can I practically buy stocks?
How do I prove this combinatorial identity
Is there really no use for MD5 anymore?
Will I lose my paid in full property
Is it possible to cast 2x Final Payment while sacrificing just one creature?
Why did C use the -> operator instead of reusing the . operator?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Crossed out red box fitting tightly around image
finding a tangent line to a parabola
What's the difference between using dependency injection with a container and using a service locator?
How to add custom line and improve this code?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraUse column-separator & (ampersand) inside newenvironmentTwo figures side by side with text wrappingConverting all numbers in document to set number of decimal placesTabular and grid typesettingWhat does it mean to be a cell based table without being vertically merged?tabu package - gaps in vertical linesI cannot add pictures to my document using latex and texstudioCline multi-page tableFit IEEE-754 table in A4 widthSizing article within article
i have work from my campus, but, not all is learned, so i must develop this script, so, i have problem about text and table. i need to combile like this.
i have use hline
but that will line everything up
documentclass[a4, 12pt]{article}
usepackage[bahasa]{babel}
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
hline
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas
end{tabular}
end{flushleft}
end{document}
tables graphics formatting text line
New contributor
add a comment |
i have work from my campus, but, not all is learned, so i must develop this script, so, i have problem about text and table. i need to combile like this.
i have use hline
but that will line everything up
documentclass[a4, 12pt]{article}
usepackage[bahasa]{babel}
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
hline
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas
end{tabular}
end{flushleft}
end{document}
tables graphics formatting text line
New contributor
1
It isa4paper
, nota4
. Btw you don't havebegin{document}
.
– JouleV
14 mins ago
add a comment |
i have work from my campus, but, not all is learned, so i must develop this script, so, i have problem about text and table. i need to combile like this.
i have use hline
but that will line everything up
documentclass[a4, 12pt]{article}
usepackage[bahasa]{babel}
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
hline
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas
end{tabular}
end{flushleft}
end{document}
tables graphics formatting text line
New contributor
i have work from my campus, but, not all is learned, so i must develop this script, so, i have problem about text and table. i need to combile like this.
i have use hline
but that will line everything up
documentclass[a4, 12pt]{article}
usepackage[bahasa]{babel}
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
hline
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas
end{tabular}
end{flushleft}
end{document}
tables graphics formatting text line
tables graphics formatting text line
New contributor
New contributor
edited 15 mins ago
JouleV
15.8k22667
15.8k22667
New contributor
asked 19 mins ago
JokerZAJokerZA
1
1
New contributor
New contributor
1
It isa4paper
, nota4
. Btw you don't havebegin{document}
.
– JouleV
14 mins ago
add a comment |
1
It isa4paper
, nota4
. Btw you don't havebegin{document}
.
– JouleV
14 mins ago
1
1
It is
a4paper
, not a4
. Btw you don't have begin{document}
.– JouleV
14 mins ago
It is
a4paper
, not a4
. Btw you don't have begin{document}
.– JouleV
14 mins ago
add a comment |
1 Answer
1
active
oldest
votes
You can use command cline{2-6}
like this:
documentclass[a4paper, 12pt]{article}
usepackage[bahasa]{babel}
begin{document} % <====================================================
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
cline{2-6} % <=======================================================
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas \
cline{2-6} % <=======================================================
Class : 1CCAB & 1 & Geographics & IT11234 & & \
cline{2-6} % <=======================================================
end{tabular}
end{flushleft}
end{document}
with the result:
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
JokerZA is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487585%2fhow-to-add-custom-line-and-improve-this-code%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use command cline{2-6}
like this:
documentclass[a4paper, 12pt]{article}
usepackage[bahasa]{babel}
begin{document} % <====================================================
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
cline{2-6} % <=======================================================
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas \
cline{2-6} % <=======================================================
Class : 1CCAB & 1 & Geographics & IT11234 & & \
cline{2-6} % <=======================================================
end{tabular}
end{flushleft}
end{document}
with the result:
add a comment |
You can use command cline{2-6}
like this:
documentclass[a4paper, 12pt]{article}
usepackage[bahasa]{babel}
begin{document} % <====================================================
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
cline{2-6} % <=======================================================
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas \
cline{2-6} % <=======================================================
Class : 1CCAB & 1 & Geographics & IT11234 & & \
cline{2-6} % <=======================================================
end{tabular}
end{flushleft}
end{document}
with the result:
add a comment |
You can use command cline{2-6}
like this:
documentclass[a4paper, 12pt]{article}
usepackage[bahasa]{babel}
begin{document} % <====================================================
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
cline{2-6} % <=======================================================
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas \
cline{2-6} % <=======================================================
Class : 1CCAB & 1 & Geographics & IT11234 & & \
cline{2-6} % <=======================================================
end{tabular}
end{flushleft}
end{document}
with the result:
You can use command cline{2-6}
like this:
documentclass[a4paper, 12pt]{article}
usepackage[bahasa]{babel}
begin{document} % <====================================================
begin{flushleft}
begin{tabular}{l|l|l|l|l|l|}
cline{2-6} % <=======================================================
Nama : Justin & No & KD-MK & Mata Kuliah & SKS & Kelas \
cline{2-6} % <=======================================================
Class : 1CCAB & 1 & Geographics & IT11234 & & \
cline{2-6} % <=======================================================
end{tabular}
end{flushleft}
end{document}
with the result:
answered 2 mins ago
KurtKurt
42.1k950166
42.1k950166
add a comment |
add a comment |
JokerZA is a new contributor. Be nice, and check out our Code of Conduct.
JokerZA is a new contributor. Be nice, and check out our Code of Conduct.
JokerZA is a new contributor. Be nice, and check out our Code of Conduct.
JokerZA is a new contributor. Be nice, and check out our Code of Conduct.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487585%2fhow-to-add-custom-line-and-improve-this-code%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
It is
a4paper
, nota4
. Btw you don't havebegin{document}
.– JouleV
14 mins ago